summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-6/+2
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-1/+1
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-221-1/+1
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-151-0/+2
* Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-141-3/+16
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-54/+27
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-10/+4
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-5/+2
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-241-0/+8
* Remove Module::GetSymbolVendorPavel Labath2019-08-081-19/+13
* Add support for deterministically linked binaries on macOS to lldb.Nico Weber2019-08-071-1/+5
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-3/+3
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-19/+19
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+20
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-8/+7
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-6/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-28/+28
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-9/+7
* Move RangeMap.h into UtilityPavel Labath2019-03-061-1/+1
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-2/+2
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-9/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLDB] Remove the unused variable oso_dwarf.David L. Jones2019-01-151-1/+0
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-15/+7
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-12/+4
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-3/+7
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-31/+34
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-2/+5
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-7/+4
* Move time cast to SymbolFileDWARFDebugMapJonas Devlieghere2018-11-271-6/+6
* [FileSystem] Ignore nanoseconds when comparing oso_mod_timeJonas Devlieghere2018-11-261-1/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+12
* Add a target modules dump ast command.Zachary Turner2018-11-051-0/+7
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [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-2/+2
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-3/+5
* Add support for artificial tail call framesVedant Kumar2018-10-051-0/+9
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Fix support for distinguishing archive members by timestamp on Darwin.James Y Knight2018-06-021-2/+4
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-18/+8
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-64/+57
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-3/+6
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
OpenPOWER on IntegriCloud