summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Update LLDB to follow changes in llvm::DWARFDebugNames::NameIndex (4/5)Igor Kudrin2019-08-061-3/+3
* Add convenience methods to convert LLDB to LLVM data structures.Jonas Devlieghere2019-07-111-9/+2
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-211-7/+7
* DWARF: Provide accessors to DIERef fieldsPavel Labath2019-06-201-1/+1
* DWARF: Make DIERefs always validPavel Labath2019-06-191-15/+16
* DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath2019-05-161-3/+4
* Finish renaming CompileUnit -> UnitJan Kratochvil2019-05-101-2/+2
* [DWARF] Reimplement/simplify DWARFUnit::GetIDPavel Labath2019-05-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-2/+8
* [SymbolFile] Implement GetCompleteObjCClass for .debug_namesJonas Devlieghere2018-06-271-0/+43
* DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes methodPavel Labath2018-06-121-0/+12
* DWARFDebugNames: Implement last GetGlobalVariables overloadPavel Labath2018-06-121-0/+22
* DWARFDebugNames: Fix lookup in dwo filesPavel Labath2018-06-111-4/+22
* DebugNamesDWARFIndex: Implement regex version of the GetFunctions methodPavel Labath2018-06-081-0/+23
* DebugNamesDWARFIndex: Implement GetFunctions methodPavel Labath2018-06-081-3/+29
* DebugNamesDWARFIndex: Add type lookup suportPavel Labath2018-06-071-0/+10
* DebugNamesDWARFIndex: add namespace lookup supportPavel Labath2018-06-071-0/+10
* DebugNamesDWARFIndex: Add support for partial indexesPavel Labath2018-06-071-0/+16
* DebugNamesDWARFIndex: Add ability to lookup variablesPavel Labath2018-06-071-2/+61
* [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath2018-06-061-0/+33
OpenPOWER on IntegriCloud