summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
AgeCommit message (Expand)Author
2025-08-20[lldb] Use SmallPtrSet directly instead of SmallSet (NFC) (#154472)Kazu Hirata
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-06-23[lldb][DWARF] Support retrieving DW_FORM_implicit_const value with DWARFDebug...Michael Buch
2025-06-13[lldb][DWARF] Don't try to compute address range information of forward decla...Michael Buch
2025-03-24[LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependenci...Dmitry Vasilyev
2025-01-24[lldb] Use the first address range as the function address (#122440)Pavel Labath
2025-01-17[lldb][DWARF] Change GetAttributes parameter from SmallVector to SmallVectorImplMichael Buch
2025-01-17[lldb][DWARF] Change GetAttributes to always visit current DIE before recursi...Michael Buch
2024-12-13[lldb/DWARF] s/DWARFRangeList/llvm::DWARFAddressRangeVector (#116620)Pavel Labath
2024-11-18[lldb] rm DWARFDebugRanges (#116379)Pavel Labath
2024-11-07[lldb] Index static const members of classes, structs and unions as global va...Ilia Kuklin
2024-09-30Fix an integer trunctation issues for the DW_AT_frame_base DWARF location exp...Greg Clayton
2024-09-10[lldb] Recurse through DW_AT_signature when looking for attributes (#107241)Pavel Labath
2024-06-13[lldb] Move DWARFDeclContext functions from DWARFDebugInfoEntry to DW… (#95...Pavel Labath
2024-05-23[lldb/DWARF] Make sure bad abbreviation codes do not crash lldb (#93006)Pavel Labath
2023-10-19[lldb][NFCI] Remove duplicated code in DWARFParser (#69531)Felipe de Azevedo Piovezan
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2023-10-02[lldb] Replace lldb's DWARFDebugAbbrev implementation with llvm's (#67841)Alex Langford
2023-06-12[lldb] Remove lldb's DWARFAbbreviationDeclarationSet in favor of llvm'sAlex Langford
2023-05-25[lldb][nfc] Refactor methods with out parameterFelipe de Azevedo Piovezan
2023-05-18[lldb][NFCI] Switch to using llvm::DWARFAbbreviationDeclarationAlex Langford
2023-05-12[lldb][NFCI] Change return type of DWARFDebugInfoEntry::GetAttributesAlex Langford
2023-05-10[lldb][NFCI] Replace dw_form_t with llvm::dwarf::FormAlex Langford
2023-03-06[lldb] Make GetDIENamesAndRanges() allow 0-valued decl and call linesDavid Stenberg
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-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-14[lldb][NFCish] Move DWARFDebugInfoEntry::GetQualifiedName() into DWARFASTPars...Arthur Eubanks
2022-08-25Don't index the skeleton CU when we have a fission compile unit.Greg Clayton
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
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-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu
2022-07-07Revert "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Jonas Devlieghere
2022-07-07[LLDB][NFC] Decouple dwarf location table from DWARFExpression.Zequan Wu
2022-03-04[LLDB] Remove cases of using namespace stdShafik Yaghmour
2022-03-03[LLDB] Remove cases of using namespace llvm:: from header fileShafik Yaghmour
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-20[lldb] Improve invalid DWARF DW_AT_ranges error reportingJan Kratochvil
2021-03-09[lldb] Fix DWARF-5 DW_FORM_implicit_const (used by GCC)Jan Kratochvil
2021-03-02[nfc] [lldb] DWARFDebugInfoEntry::Extract(): reindentJan Kratochvil
2021-03-02[lldb] DWARFDebugInfoEntry::Extract(): Print an error for unsupported DW_FORM_*Jan Kratochvil
2021-03-02[lldb] Support DWARF-5 DW_FORM_line_strp (used by GCC)Jan Kratochvil