summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename clang-module-related *DWO* functions to *ClangModule* (NFC)Adrian Prantl2019-11-131-33/+0
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-19/+13
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-211-3/+3
* DWARF: Make DIERefs always validPavel Labath2019-06-191-6/+4
* Simplify `GetName`+`AppendTypeName` by `DWARFDIE`Jan Kratochvil2019-05-231-0/+124
* Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`Jan Kratochvil2019-05-211-11/+10
* DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath2019-05-161-1/+2
* Permit cross-CU referencesJan Kratochvil2019-05-151-6/+4
* Finish renaming CompileUnit -> UnitJan Kratochvil2019-05-101-1/+1
* Revert "Move the rest of the sections over to DWARFContext."Pavel Labath2019-03-221-3/+2
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-211-2/+3
* Remove DWARFDIECollection.Zachary Turner2019-03-121-9/+11
* Move ElaboratingDIEIterator into implementation file.Zachary Turner2019-03-121-13/+68
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DWARFDIE::GetDWOContext() -> GetDeclContext() (NFC)Adrian Prantl2019-01-071-2/+2
* AppleDWARFIndex: Get function method-ness directly from debug infoPavel Labath2018-06-041-4/+25
* ManualDWARFIndex: Fix misclassification of methods in unionsPavel Labath2018-05-251-2/+3
* DWARFDIE split out to DWARFBaseDIEJan Kratochvil2018-05-241-184/+1
* General cleanup to minimize the .debug_types patchGreg Clayton2018-05-091-0/+6
* Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matchedJan Kratochvil2018-04-301-2/+2
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-181-3/+3
* [DWARFDIE] Rewrite `operator !=` using `operator ==`. NFCI.Davide Italiano2017-10-091-1/+1
* [SymbolFile/DWARF] Simplify two functions. NFCI.Davide Italiano2017-10-091-8/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-443/+341
* Fixed an issue where if we have DWARF in an executable that has multiple lang...Greg Clayton2016-04-011-0/+1
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-301-24/+50
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-0/+86
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-87/+0
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-0/+87
* Fix broken assert in DWARFDIE.cpp on OS XTodd Fiala2015-10-151-1/+1
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-0/+1
* Add support for the DWARFLocationList used by split-dwarfTamas Berghammer2015-09-161-2/+0
* Fix several issues arount dwo symbol file handlingTamas Berghammer2015-09-151-2/+5
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-3/+32
* Made a new abstract class named "DWARFASTParser" which lives in "source/Plugi...Greg Clayton2015-08-281-0/+10
* Major DWARF cleanup.Greg Clayton2015-08-261-0/+416
OpenPOWER on IntegriCloud