summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* Remove TimeValue usage from Core/ModulePavel Labath2016-11-091-12/+11
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-1/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1363/+1214
* Delete Host/windows/win32.hZachary Turner2016-08-091-3/+3
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-8/+13
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+1
* Fixed in issue with ObjectFileMachO where it would add empty sections to the ...Greg Clayton2016-04-221-3/+13
* SymbolFileDWARFDebugMap::FindTypes didn't obey the max_matches flag, Jim Ingham2016-02-261-1/+4
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-3/+4
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+9
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-191-39/+9
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-1/+2
* Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...Greg Clayton2015-10-071-0/+9
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-4/+4
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-2/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-1/+2
OpenPOWER on IntegriCloud