aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-03[lldb][SymbolFileDWARFDebugMap] Introduce enum to indicate whether to continu...Michael Buch1-36/+39
2024-03-31[lldb] Fix type lookup in DWARF .o files via debug map (#87177)Pablo Busse1-2/+2
2024-01-16[lldb] Store SupportFile in CompileUnit (NFC)Jonas Devlieghere1-5/+6
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl1-2/+2
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-19/+4
2023-11-02[lldb][split-dwarf] Add --errors-only argument separate-debug-info list (#71000)Tom Yang1-2/+3
2023-10-25[LLDB][NFC] Remove DWARFASTParserClang as friend from SymbolFileDWARF (#70157)Walter Erquinigo1-1/+1
2023-10-24Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (#69981)Adrian Prantl1-6/+12
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo1-0/+5
2023-10-12Add `target modules dump separate-debug-info` (#66035)Tom Yang1-1/+38
2023-08-17[lldb][NFCI] Module constructor should take ConstString by valueAlex Langford1-2/+2
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-3/+0
2023-07-06[lldb][NFC] Remove code duplication in InitOSOFelipe de Azevedo Piovezan1-105/+99
2023-07-03[lldb][nfc] Remove redundant nullptr checkFelipe de Azevedo Piovezan1-12/+11
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch1-3/+4
2023-04-10[lldb] Implement SymbolFile::GetCompileOptionsAugusto Noronha1-0/+9
2023-03-18[lldb] Introduce SymbolFile::ParseAllLanguagesAugusto Noronha1-0/+11
2023-02-22[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-3/+5
2023-02-16Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich1-5/+3
2023-02-16[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-3/+5
2023-02-13Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich1-5/+3
2023-02-13[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-3/+5
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich1-7/+11
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-1/+2
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-2/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-30[lldb] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks1-2/+2
2022-11-25Revert "[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DW...Jason Molenda1-2/+2
2022-11-24[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks1-2/+2
2022-10-19[lldb] Allow SymbolFileDWARFDebugMap to register multiple compile unitsAugusto Noronha1-19/+53
2022-09-28Track which modules have debug info variable errors.Greg Clayton1-1/+1
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-6/+73
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova1-73/+6
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-6/+73
2022-08-04Re-submit "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-5/+5
2022-08-04Revert "[lldb] Filter DIEs based on qualified name where possible"Alex Langford1-5/+5
2022-08-04[lldb] Filter DIEs based on qualified name where possibleAlex Langford1-5/+5
2022-04-25Refactor protected virtual functions from SymbolFile into new SymbolFileCommo...Jeffrey Tan1-1/+1
2022-03-11[lldb] Move FindTypes scoped timer to SymbolFileDWARFDebugMapDave Lee1-13/+1
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere1-1/+0
2022-02-10Fix a double debug info size counting in top level stats for "statistics dump".Greg Clayton1-42/+5
2022-01-28[lldb] Convert DWARF log to the new APIPavel Labath1-2/+2
2022-01-19[lldb] Make StatsDuration thread-safePavel Labath1-4/+4
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath1-8/+3
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton1-0/+51
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-7/+2
2021-10-11Revert "Allow signposts to take advantage of deferred string substitution"Jonas Devlieghere1-3/+1
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0