summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* DWARF: Add support for type units+split dwarf comboPavel Labath2019-06-251-3/+4
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-211-14/+13
* Don't try to parse ObjC method if CU isn't ObjCGreg Clayton2019-06-141-20/+24
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-141-1/+2
* Cleanup fixed form sizes.Greg Clayton2019-05-241-6/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath2019-05-161-1/+1
* DWARF/NFC: Centralize DIERef conversionsPavel Labath2019-05-141-28/+16
* Finish renaming CompileUnit -> UnitJan Kratochvil2019-05-101-12/+12
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Add dropped ManualDWARFIndex assert()Jan Kratochvil2019-04-041-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* DebugNamesDWARFIndex: Add support for partial indexesPavel Labath2018-06-071-14/+16
* DebugNamesDWARFIndex: Add ability to lookup variablesPavel Labath2018-06-071-7/+3
* [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath2018-06-061-1/+1
* DWARFIndex: more GetFunctions cleanupPavel Labath2018-06-051-8/+2
* DWARFIndex: simplify GetFunctions methodsPavel Labath2018-06-051-69/+34
* Protect DWARFCompileUnit::m_die_array by new mutexesJan Kratochvil2018-06-051-18/+8
* AppleDWARFIndex: Get function method-ness directly from debug infoPavel Labath2018-06-041-16/+1
* Fix DWARFUnit::GetUnitDIEPtrOnly stale pointerJan Kratochvil2018-05-291-2/+2
* ManualDWARFIndex: Treat DW_TAG_subprogram and DW_TAG_inlined_subroutine the s...Pavel Labath2018-05-291-22/+1
* Remove DWARFUnit::ClearDIEs parameter keep_compile_unit_dieJan Kratochvil2018-05-251-1/+1
* ManualDWARFIndex: Fix misclassification of methods in unionsPavel Labath2018-05-251-5/+4
* ManualDWARFIndex: reduce long parameter listsPavel Labath2018-05-251-101/+80
* DWARF: Move indexing code from DWARFUnit to ManualDWARFIndexPavel Labath2018-05-241-4/+325
* Reland "[DWARF] Extract indexing code into a separate class hierarchy"Pavel Labath2018-05-211-0/+278
* Revert "[DWARF] Extract indexing code into a separate class hierarchy"Amara Emerson2018-05-181-278/+0
* [DWARF] Extract indexing code into a separate class hierarchyPavel Labath2018-05-181-0/+278
OpenPOWER on IntegriCloud