aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch1-1/+2
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang1-4/+5
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch1-2/+4
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto1-5/+4
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang1-4/+5
2025-08-08[lldb][SymbolFileDWARF][NFC] Add FindFunctionDefinition helper (#152733)Michael Buch1-0/+7
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex ObjC APIs to IterationAction (#151839)Michael Buch1-2/+3
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch1-0/+3
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere1-0/+3
2025-07-07Defer loading all DWOs by default when dumping separate_debug-info (#146166)qxy111-2/+2
2025-06-24Reland "[lldb] Add count for number of DWO files loaded in statistics #144424...qxy111-0/+5
2025-06-24Revert "[lldb] Add count for number of DWO files loaded in statistics" (#145494)Michael Buch1-5/+0
2025-06-23[lldb] Add count for number of DWO files loaded in statistics (#144424)qxy111-0/+5
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch1-1/+1
2025-04-23[lldb/DWARF] Remove "range lower than function low_pc" check (#132395)Pavel Labath1-1/+1
2024-12-23[lldb][SymbolFileDWARF] Share GetDIEToType between SymbolFiles of a SymbolFil...Michael Buch1-4/+2
2024-12-17[lldb][DWARF] Remove obsolete calls to Supports_DW_AT_APPLE_objc_complete_typ...Michael Buch1-3/+0
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath1-2/+1
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath1-1/+2
2024-12-03[lldb] Use the function block as a source for function ranges (#117996)Pavel Labath1-2/+1
2024-11-18[lldb] rm DWARFDebugRanges (#116379)Pavel Labath1-4/+0
2024-11-17Fix statistics dump to report per-target (#113723)jeffreytan811-0/+2
2024-07-16Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when ...Zequan Wu1-7/+8
2024-06-25[lldb/DWARF] Remove parsing recursion when searching for definition DIEs (#96...Pavel Labath1-2/+1
2024-06-24Add support for using foreign type units in .debug_names. (#87740)Greg Clayton1-0/+9
2024-06-13[lldb] Move DWARFDeclContext functions from DWARFDebugInfoEntry to DW… (#95...Pavel Labath1-2/+0
2024-06-11[lldb/DWARF] Remove some dead code (#95127)Pavel Labath1-2/+0
2024-06-06Revert "[lldb][DebugNames] Only skip processing of DW_AT_declarations for cla...Pavel Labath1-8/+7
2024-05-28 Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when...Zequan Wu1-7/+8
2024-05-13Revert "[lldb][DWARF] Delay struct/class/union definition DIE searching when ...Jim Ingham1-4/+0
2024-05-10[lldb][DWARF] Delay struct/class/union definition DIE searching when parsing ...Zequan Wu1-0/+4
2024-04-22[lldb][DWARF] Remove m_forward_decl_die_to_compiler_type as it never actually...Zequan Wu1-9/+0
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi1-1/+1
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere1-1/+1
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi1-1/+1
2024-02-13[lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (#...Felipe de Azevedo Piovezan1-0/+3
2024-02-01[lldb] Fix a crash when using .dwp files and make type lookup reliable with t...Greg Clayton1-0/+11
2024-02-01Fix debug info size statistics for split dwarf (#80218)jeffreytan811-0/+2
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl1-4/+5
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-8/+2
2023-11-13Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch1-5/+5
2023-11-07Revert "Reland "clang][DebugInfo] Emit global variable definitions for static...Hans Wennborg1-5/+5
2023-11-07Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch1-5/+5
2023-11-06Revert "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch1-5/+5
2023-11-06[lldb][DWARFASTParserClang] Fetch constant value from variable defintion if a...Michael Buch1-5/+5
2023-11-02[lldb][split-dwarf] Add --errors-only argument separate-debug-info list (#71000)Tom Yang1-1/+2
2023-10-25[LLDB][NFC] Remove DWARFASTParserClang as friend from SymbolFileDWARF (#70157)Walter Erquinigo1-36/+40
2023-10-24Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (#69981)Adrian Prantl1-0/+3
2023-10-24Reintroduce accidentally deleted "protected" keyword in SymbolFileDWARF (#69990)Augusto Noronha1-0/+2
2023-10-17[LLDB][NFC] Add a missing namespacewalter erquinigo1-1/+1