summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
Commit message (Expand)AuthorAgeFilesLines
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-211-8/+7
* DWARF: Provide accessors to DIERef fieldsPavel Labath2019-06-201-5/+4
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Clean up #include "DWARFCompileUnit.h"Jan Kratochvil2018-01-211-1/+0
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-021-6/+6
* Move classes from Core -> Utility.Zachary Turner2017-02-021-4/+4
* Fix a few warnings caught by clang.Zachary Turner2016-10-071-1/+1
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-061-5/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-58/+44
* Revert r256769Ewan Crawford2016-01-051-1/+1
* Use correct format identifiers to print something meaningful.Davide Italiano2016-01-041-1/+1
* Re-commit "Make dwarf parsing multi-threaded"Tamas Berghammer2015-10-231-0/+11
* Revert "Make dwarf parsing multi-threaded"Tamas Berghammer2015-10-201-11/+0
* Make dwarf parsing multi-threadedTamas Berghammer2015-10-201-0/+11
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-12/+11
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Fix -Wformat-pedantic warningsDavid Blaikie2015-04-081-1/+1
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-1/+0
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-181-0/+12
* Huge memory and performance improvements in the DWARF parser.Greg Clayton2011-09-121-309/+27
* Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton2011-09-021-168/+180
* Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton2011-09-011-30/+233
* Added code to test hash bucket sizes for an DWARF index that we can writeGreg Clayton2011-08-261-0/+74
* Header file cleanup and moved an inline to the implementation file.Greg Clayton2011-06-101-0/+8
* So we can't use .debug_pubtypes as it, as designed, does not tell us about Greg Clayton2010-09-151-0/+60
OpenPOWER on IntegriCloud