summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-09-17[lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC....Martin Storsjö
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang
2025-08-21[lldb] Tweak check for CommandLineTools in ParseXcodeSDK (#154574)Dave Lee
2025-08-08[lldb][SymbolFileDWARF][NFC] Add FindFunctionDefinition helper (#152733)Michael Buch
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex GetTypes APIs to IterationAction (#151992)Michael Buch
2025-08-04[lldb][DWARFIndex] Adapt DWARFIndex ObjC APIs to IterationAction (#151839)Michael Buch
2025-08-02[lldb][DWARFIndex][NFC] Change GetNamespace/GetGlobalVariables APIs to use It...Michael Buch
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-07-31[lldb][DWARFIndex][NFC] Change GetFunctions return type to IterationAction (#...Michael Buch
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere
2025-07-22[lldb] Fix UB cast when encountering DW_LANG_* >= eNumLanguageTypes (#150132)Daniel Sanders
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-07-07Defer loading all DWOs by default when dumping separate_debug-info (#146166)qxy11
2025-06-24Reland "[lldb] Add count for number of DWO files loaded in statistics #144424...qxy11
2025-06-24Revert "[lldb] Add count for number of DWO files loaded in statistics" (#145494)Michael Buch
2025-06-23[lldb] Add count for number of DWO files loaded in statistics (#144424)qxy11
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
2025-05-30[lldb][SymbolFileDWARF] Fall back to using parent DW_AT_LLVM_include_path for...Michael Buch
2025-05-29[lldb][SymbolFileDWARF] Don't search for DWP files on macOS (#139554)Michael Buch
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee
2025-05-15[lldb] Use std::optional::value_or (NFC) (#140011)Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo
2025-04-23[lldb/DWARF] Remove "range lower than function low_pc" check (#132395)Pavel Labath
2025-03-24[LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependenci...Dmitry Vasilyev
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-03-04Reland "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Michael Buch
2025-03-03Revert "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Augusto Noronha
2025-03-03[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun when lo...Michael Buch
2025-02-20[lldb] Renaissance LineTable sequences (#127800)Pavel Labath
2025-01-30[lldb] Remove some unused code in SymbolFileDWARF::ResolveFunction (#123206)Pavel Labath
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath
2025-01-17[lldb][DWARF] Change GetAttributes to always visit current DIE before recursi...Michael Buch
2025-01-16[lldb] Fix lookup of types in anonymous namespaces with -gsimple-template-nam...Pavel Labath
2024-12-23[lldb][SymbolFileDWARF] Share GetDIEToType between SymbolFiles of a SymbolFil...Michael Buch
2024-12-17[lldb] Improve error reporting in GetLocation_DW_OP_addr (#120162)Jonas Devlieghere
2024-12-17[lldb][DWARF] Remove obsolete calls to Supports_DW_AT_APPLE_objc_complete_typ...Michael Buch
2024-12-13[lldb/DWARF] s/DWARFRangeList/llvm::DWARFAddressRangeVector (#116620)Pavel Labath
2024-12-04Reapply "[lldb][dwarf] Compute fully qualified names on simplified template n...Zequan Wu
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath
2024-12-03Revert "[lldb] Use the function block as a source for function ranges (#117996)"Pavel Labath