summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-1311-79/+288
* Fix two issues in PDBASTParserPavel Labath2018-09-121-17/+16
* [PDB] Fix problems after rL341782Aleksandr Urakov2018-09-111-1/+1
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-104-157/+640
* [PDB] Resolve a symbol context block info correctlyAleksandr Urakov2018-08-291-3/+7
* Fix compiler warnings after rL339649.Aleksandr Urakov2018-08-171-6/+3
* Update LLDB for LLVM CodeView API change in r339907Reid Kleckner2018-08-161-329/+329
* [PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov2018-08-144-107/+444
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* [DWARFASTParser] Remove special cases for `llvm-gcc`Davide Italiano2018-08-011-26/+3
* Remove friend class declarations from DWARFUnit and DWARFCompileUnitJan Kratochvil2018-07-292-4/+0
* Convert a location information from PDB to a DWARF expressionJonas Devlieghere2018-07-134-1/+636
* Retrieve a function PDB symbol correctly from nested blocksPavel Labath2018-06-281-33/+34
* [SymbolFile] Implement GetCompleteObjCClass for .debug_namesJonas Devlieghere2018-06-272-1/+44
* Remove dead codeFrederic Riss2018-06-221-42/+20
* DebugNamesDWARFIndex: fix handling of compressed sectionsPavel Labath2018-06-141-0/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-133-7/+10
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-1/+1
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-133-6/+6
* DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes methodPavel Labath2018-06-122-1/+13
* DWARFDebugNames: Implement last GetGlobalVariables overloadPavel Labath2018-06-122-1/+23
* DWARFDebugNames: Fix lookup in dwo filesPavel Labath2018-06-112-9/+31
* DebugNamesDWARFIndex: Implement regex version of the GetFunctions methodPavel Labath2018-06-084-13/+34
* DebugNamesDWARFIndex: Implement GetFunctions methodPavel Labath2018-06-086-72/+105
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-081-0/+3
* DIERef: move trivial constructors into the headerPavel Labath2018-06-072-9/+4
* DebugNamesDWARFIndex: Add type lookup suportPavel Labath2018-06-072-1/+11
* DebugNamesDWARFIndex: add namespace lookup supportPavel Labath2018-06-072-1/+11
* DebugNamesDWARFIndex: Add support for partial indexesPavel Labath2018-06-074-18/+46
* DebugNamesDWARFIndex: Add ability to lookup variablesPavel Labath2018-06-078-31/+104
* [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath2018-06-067-23/+162
* Revert "PDB support of function-level linking and splitted functions"Pavel Labath2018-06-061-3/+0
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-051-0/+3
* DWARFIndex: more GetFunctions cleanupPavel Labath2018-06-057-63/+14
* Fix windows build broken by r334004Pavel Labath2018-06-051-1/+1
* DWARFIndex: simplify GetFunctions methodsPavel Labath2018-06-056-175/+92
* Fixup r333987Pavel Labath2018-06-052-2/+3
* Protect DWARFCompileUnit::m_die_array by new mutexesJan Kratochvil2018-06-053-38/+134
* AppleDWARFIndex: Get function method-ness directly from debug infoPavel Labath2018-06-044-61/+104
* Fix support for distinguishing archive members by timestamp on Darwin.James Y Knight2018-06-022-3/+7
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-316-51/+32
* Simplify DWARFUnit::m_die_array swap() to use shrink_to_fit()Jan Kratochvil2018-05-311-9/+1
* Fix return value of DWARFUnit::ExtractDIEsIfNeeded()Jan Kratochvil2018-05-301-6/+5
* Remove unused DWARFUnit::HasDIEsParsed()Jan Kratochvil2018-05-292-4/+0
* Fix compiler unused variable warning in DWARFUnitJan Kratochvil2018-05-291-2/+0
* Fix DWARFUnit::GetUnitDIEPtrOnly stale pointerJan Kratochvil2018-05-295-80/+130
* 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-253-7/+6
* ManualDWARFIndex: Fix misclassification of methods in unionsPavel Labath2018-05-253-8/+8
* ManualDWARFIndex: reduce long parameter listsPavel Labath2018-05-252-117/+93
OpenPOWER on IntegriCloud