summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
AgeCommit message (Expand)Author
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-07-07Defer loading all DWOs by default when dumping separate_debug-info (#146166)qxy11
2025-06-05Revert "[lldb] Don't create instance of `SymbolFileDWARFDebugMap` for non-Mac...Jason Molenda
2025-06-05[lldb] Don't create instance of `SymbolFileDWARFDebugMap` for non-Mach-O file...royitaqi
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
2025-04-04[lldb] Add a {ObjectFile,SymbolFile}::GetObjectName method (#133370)Jonas Devlieghere
2025-03-31[lldb] Create a default rate limit constant in Progress (NFC) (#133506)Jonas Devlieghere
2025-03-27[lldb] Emit progress events in SymbolFileDWARFDebugMap (#133211)Jonas Devlieghere
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath
2024-12-17[lldb][DWARF] Remove obsolete calls to Supports_DW_AT_APPLE_objc_complete_typ...Michael Buch
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-06-25[lldb/DWARF] Remove parsing recursion when searching for definition DIEs (#96...Pavel Labath
2024-04-18Check for null oso SymbolFile in SymbolFileDwarfDebugMap::ResolveSymbolContex...jimingham
2024-04-03[lldb][SymbolFileDWARFDebugMap] Introduce enum to indicate whether to continu...Michael Buch
2024-03-31[lldb] Fix type lookup in DWARF .o files via debug map (#87177)Pablo Busse
2024-01-16[lldb] Store SupportFile in CompileUnit (NFC)Jonas Devlieghere
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-11-02[lldb][split-dwarf] Add --errors-only argument separate-debug-info list (#71000)Tom Yang
2023-10-25[LLDB][NFC] Remove DWARFASTParserClang as friend from SymbolFileDWARF (#70157)Walter Erquinigo
2023-10-24Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (#69981)Adrian Prantl
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2023-10-12Add `target modules dump separate-debug-info` (#66035)Tom Yang
2023-08-17[lldb][NFCI] Module constructor should take ConstString by valueAlex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-06[lldb][NFC] Remove code duplication in InitOSOFelipe de Azevedo Piovezan
2023-07-03[lldb][nfc] Remove redundant nullptr checkFelipe de Azevedo Piovezan
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch
2023-04-10[lldb] Implement SymbolFile::GetCompileOptionsAugusto Noronha
2023-03-18[lldb] Introduce SymbolFile::ParseAllLanguagesAugusto Noronha
2023-02-22[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich
2023-02-16Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich
2023-02-16[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich
2023-02-13Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich
2023-02-13[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-30[lldb] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks
2022-11-25Revert "[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DW...Jason Molenda
2022-11-24[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks
2022-10-19[lldb] Allow SymbolFileDWARFDebugMap to register multiple compile unitsAugusto Noronha
2022-09-28Track which modules have debug info variable errors.Greg Clayton
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton