summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
AgeCommit message (Expand)Author
2023-11-29Allow lldb to load .dwp files with large .debug_info or .debug_types. (#73736)Greg Clayton
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
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-09-14Revert "[lldb][DWARF5] Enable macro evaluation"Stella Stamenova
2022-09-14[lldb][DWARF5] Enable macro evaluationPavel Kosov
2020-02-21[lldb/DWARF] Add support for type units in dwp filesPavel Labath
2020-02-17[lldb/DWARF] Re-enable basic dwp supportPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-20[lldb/DWARF] Change how we construct a llvm::DWARFContextPavel Labath
2020-01-14[lldb/DWARF] Move location list sections into DWARFContextPavel Labath
2019-11-26[lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath
2019-07-13[DWARFContext] Strip leading dot in section namesJonas Devlieghere
2019-07-11Add convenience methods to convert LLDB to LLVM data structures.Jonas Devlieghere
2019-06-25DWARF: Add support for type units+split dwarf comboPavel Labath
2019-06-14DWARF: port debug_ranges/rnglists over to DWARFContextPavel Labath
2019-05-24DWARFContext: Make loading of sections thread-safePavel Labath
2019-05-22DWARF: Introduce DWARFTypeUnit classPavel Labath
2019-05-21DWARF: Port debug_addr over to DWARFContextPavel Labath
2019-05-20DWARF: Port most of other sections over to DWARFContextPavel Labath
2019-05-17Make DWARFContext dwo-aware and port debug_info sections overPavel Labath
2019-05-16DWARFContext: Return empty data extractors instead of null pointersPavel Labath
2019-03-22Revert "Move the rest of the sections over to DWARFContext."Pavel Labath
2019-03-21Move the rest of the sections over to DWARFContext.Zachary Turner
2019-03-20Introduce DWARFContext.Zachary Turner