summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolVendor
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-3/+3
* [lldb/symbolvendorelf] Copy more sections from separate debug filesPavel Labath2019-11-261-8/+11
* SymbolVendorELF: Perform build-id lookup even without a debug linkPavel Labath2019-08-061-4/+5
* ObjectFile[ELF]: Refactor gnu_debuglink interfacePavel Labath2019-08-051-70/+60
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-314-12/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-104-28/+0
* Try again to fix OSX compilation failure.Zachary Turner2019-03-061-1/+4
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-1/+4
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-272-2/+2
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-151-4/+1
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-151-1/+4
* Update SymbolVendorMacOSX for new GetUUID interfaceJonas Devlieghere2019-02-111-5/+4
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-012-7/+9
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-012-6/+8
* Document how lldb uses the DBGSourcePathRemapping Jason Molenda2018-06-111-9/+7
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-32/+30
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-291-1/+1
* We have two sources for path remapping information that we get outJason Molenda2018-01-121-15/+18
* Add support for the DWP debug info formatTamas Berghammer2017-08-251-7/+8
* When parsing the DBGSourcePathRemapping plist entriesJason Molenda2017-08-241-1/+20
* Fix Mac build for the Timer movePavel Labath2017-06-291-1/+1
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Fix darwin build for r303058Pavel Labath2017-05-151-2/+5
* Remove an expensive lock from TimerPavel Labath2017-05-151-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-022-2/+2
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-312-2/+12
* When deciding whether to use the source remapping dictionary from Jason Molenda2016-11-091-3/+12
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-434/+377
* Delete Host/windows/win32.hZachary Turner2016-08-092-2/+2
* Add support for an additional dictionary in the per-arch plistsJason Molenda2016-07-261-0/+51
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* Remove autoconf support from source directories.Eugene Zelenko2016-01-282-28/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-191-14/+17
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-032-4/+0
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-3/+5
* Make sure we resolve ~ in paths coming from the plist in a dSYM before adding...Jim Ingham2015-07-241-0/+5
* Fix some logic where we used to have char arrays, but we now use std::string....Greg Clayton2015-05-261-1/+1
* Added XML to the host layer.Greg Clayton2015-05-261-94/+25
* Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds...Greg Clayton2015-04-161-0/+5
* Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack2015-03-021-2/+0
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-1/+1
* Remove commented includesJean-Daniel Dupas2014-02-021-4/+0
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-253-17/+17
OpenPOWER on IntegriCloud