summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
Commit message (Expand)AuthorAgeFilesLines
* [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/+11
* Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-141-3/+8
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-2/+2
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-13/+13
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-4/+4
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-1/+1
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-241-0/+4
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-2/+2
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-3/+3
* Fix -Wmismatched-tags introduced in r363910Pavel Labath2019-06-201-1/+0
* DWARF: Don't compute address ranges for type unitsPavel Labath2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-26/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-8/+8
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-6/+6
* Move RangeMap.h into UtilityPavel Labath2019-03-061-4/+3
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-2/+1
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-1/+0
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-1/+1
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-14/+17
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-1/+2
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-0/+4
* Add a target modules dump ast command.Zachary Turner2018-11-051-0/+2
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-3/+3
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+3
* Add support for artificial tail call framesVedant Kumar2018-10-051-0/+2
* Fix support for distinguishing archive members by timestamp on Darwin.James Y Knight2018-06-021-1/+3
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-2/+2
* Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWA...Jan Kratochvil2018-04-141-1/+1
* Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWAR...Jan Kratochvil2018-04-061-1/+1
* Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnitGreg Clayton2018-04-051-1/+1
* Remove some dead code in FileSpec.Zachary Turner2017-03-031-0/+1
* Remove TimeValue usage from Core/ModulePavel Labath2016-11-091-2/+2
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-378/+334
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-0/+2
* Fixed in issue with ObjectFileMachO where it would add empty sections to the ...Greg Clayton2016-04-221-0/+1
* Fix DWO breakage in r264909Pavel Labath2016-03-311-1/+1
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-301-2/+3
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-1/+1
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-1/+1
* Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...Greg Clayton2015-10-071-0/+2
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-1/+1
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-1/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-1/+1
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-2/+0
* Made a new abstract class named "DWARFASTParser" which lives in "source/Plugi...Greg Clayton2015-08-281-1/+1
OpenPOWER on IntegriCloud