summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Commit message (Expand)AuthorAgeFilesLines
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-071-1/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-7/+7
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-1/+5
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-151-5/+1
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-151-1/+5
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-29/+44
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-23/+23
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-8/+8
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-10/+11
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-291-4/+6
* Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl2019-01-281-6/+4
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-281-4/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DWARF: Add some support for non-native directory separatorsPavel Labath2019-01-161-70/+7
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-5/+4
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-1/+1
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-19/+21
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-36/+29
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-15/+7
* Rename DWARFDIE::GetDWOContext() -> GetDeclContext() (NFC)Adrian Prantl2019-01-071-1/+1
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-3/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+0
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-0/+11
* Add a target modules dump ast command.Zachary Turner2018-11-051-0/+8
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-9/+11
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-1/+2
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-6/+5
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+2
* Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...George Rimar2018-10-251-9/+4
* Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...George Rimar2018-10-241-4/+9
* [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (...George Rimar2018-10-241-9/+4
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-231-1/+15
* [SymbolFile] Add the module lock where necessary and assert that we own it.Jonas Devlieghere2018-10-221-4/+43
* [LLDB] - Simplify. NFC.George Rimar2018-10-101-8/+1
* [LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar2018-10-101-7/+15
* Add support for artificial tail call framesVedant Kumar2018-10-051-0/+54
* DWARFExpression: Resolve file addresses in the linked moduleAdrian Prantl2018-10-021-0/+5
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-3/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-5/+4
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-3/+7
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-4/+7
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-1/+1
* DebugNamesDWARFIndex: Implement regex version of the GetFunctions methodPavel Labath2018-06-081-9/+10
* DebugNamesDWARFIndex: Add ability to lookup variablesPavel Labath2018-06-071-1/+20
* [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath2018-06-061-19/+51
OpenPOWER on IntegriCloud