summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolVendor
AgeCommit message (Expand)Author
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere
2018-06-11Document how lldb uses the DBGSourcePathRemappingJason Molenda
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-29Support reading section ".gnu_debugaltlink"Jan Kratochvil
2018-01-12We have two sources for path remapping information that we get outJason Molenda
2017-08-25Add support for the DWP debug info formatTamas Berghammer
2017-08-24When parsing the DBGSourcePathRemapping plist entriesJason Molenda
2017-06-29Fix Mac build for the Timer movePavel Labath
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Fix darwin build for r303058Pavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman
2016-11-09When deciding whether to use the source remapping dictionary fromJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-26Add support for an additional dictionary in the per-arch plistsJason Molenda
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2015-10-19Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-08-25Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer
2015-07-24Make sure we resolve ~ in paths coming from the plist in a dSYM before adding...Jim Ingham
2015-05-26Fix some logic where we used to have char arrays, but we now use std::string....Greg Clayton
2015-05-26Added XML to the host layer.Greg Clayton
2015-04-16Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds...Greg Clayton
2015-03-02Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack
2015-02-27Fix FileSpec::GetPath to return null-terminated stringsIlia K
2014-02-02Remove commented includesJean-Daniel Dupas
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger
2013-07-10Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs ...Jim Ingham
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-10Scratch that, the problem was elsewhere.Jason Molenda
2013-05-10Temporarily roll back r181375 - it is causing an unexpected regression,Jason Molenda
2013-05-07Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case whereJason Molenda
2013-05-03Remove the UUID::GetAsCString() method which required a buffer to save theJason Molenda
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-04-25More CMake fixes for OS X.Filipe Cabecinhas
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea
2013-02-06<rdar://problem/13159777>Greg Clayton
2012-12-14Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton
2012-12-06<rdar://problem/12827789>Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton