summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
AgeCommit message (Expand)Author
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan
2022-03-11[lldb] Move FindTypes scoped timer to SymbolFileDWARFDebugMapDave Lee
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere
2022-02-10Fix a double debug info size counting in top level stats for "statistics dump".Greg Clayton
2022-01-28[lldb] Convert DWARF log to the new APIPavel Labath
2022-01-19[lldb] Make StatsDuration thread-safePavel Labath
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-11Revert "Allow signposts to take advantage of deferred string substitution"Jonas Devlieghere
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-14Allow signposts to take advantage of deferred string substitutionAdrian Prantl
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-05-20[lldb/Reproducers] Fix/skip passive replay failures in python_api subdirJonas Devlieghere
2020-05-06ParseXcodeSDK: Register both the CU module and the SymbolFile module.Adrian Prantl
2020-05-06Add an explicit API to read the Xcode SDK DWARF attribute from compile unitsAdrian Prantl
2020-03-05[lldb/DWARF] Replace C style casts with static_cast<> (NFC)Jonas Devlieghere
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-02-12[lldb/Plugins] Move SymbolFileDWARFDebugMap into SymbolFileDWARF (NFCI)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford
2020-01-24[LLDB][NFC] Adding clarifying comment in SymbolFileDWARFDebugMap::DumpClangAS...shafik
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-11-22[DWARF] Handle call sites with indirect call targetsVedant Kumar
2019-11-15Add RTTI support to the SymbolFile class hierarchyAdrian Prantl
2019-11-14Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl
2019-09-24[lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann
2019-08-08Remove Module::GetSymbolVendorPavel Labath
2019-08-07Add support for deterministically linked binaries on macOS to lldb.Nico Weber
2019-08-06SymbolVendor: Remove passthrough methodsPavel Labath
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath
2019-07-30SymbolVendor: Move locking into the Symbol FilesPavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl