summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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-311-6/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-1/+4
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* 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
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-3/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+6
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-291-1/+1
* Add support for the DWP debug info formatTamas Berghammer2017-08-251-7/+8
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-139/+110
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-3/+5
* Remove commented includesJean-Daniel Dupas2014-02-021-4/+0
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-2/+1
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-0/+200
OpenPOWER on IntegriCloud