aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
AgeCommit message (Expand)AuthorFilesLines
12 daysAdd support for DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. (#176056)Greg Clayton1-0/+14
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere1-8/+8
2025-07-03[lldb] Use correct size when dumping DWARF64 DW_FORM_ref_addr (#146686)David Spickett1-6/+2
2025-07-03[lldb][DWARF][NFC] Reduce scope of ref_addr_size variable (#146557)Michael Buch1-10/+6
2025-07-01[lldb] Enable support for DWARF64 format handling (#145645)Hemang Gadhavi1-14/+11
2024-12-04Reapply "[lldb][dwarf] Compute fully qualified names on simplified template n...Zequan Wu1-0/+25
2024-11-22Revert " [lldb][dwarf] Compute fully qualified names on simplified template n...Mikhail Goncharov1-25/+0
2024-11-20 [lldb][dwarf] Compute fully qualified names on simplified template names wit...Zequan Wu1-0/+25
2024-11-18Revert "[lldb][dwarf] Compute fully qualified names on simplified template na...Shubham Sandeep Rastogi1-25/+0
2024-11-18[lldb][dwarf] Compute fully qualified names on simplified template names with...Zequan Wu1-0/+25
2024-11-01[LLDB] Finish implementing support for DW_FORM_data16 (#113508)Walter Erquinigo1-0/+7
2024-09-24[lldb][NFC] Replace lldb's DWARFFormValue::ValueType with llvm's (#109853)Zequan Wu1-27/+27
2024-01-19[lldb][DWARFUnit] Implement PeekDIEName query (#78486)Felipe de Azevedo Piovezan1-10/+14
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo1-0/+1
2023-05-10[lldb][NFCI] Replace dw_form_t with llvm::dwarf::FormAlex Langford1-7/+12
2023-05-09[lldb][NFCI] Remove custom dwarf LEB128 typesAlex Langford1-4/+4
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich1-4/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+4
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-20[ADT] Alias llvm::Optional to std::optionalBenjamin Kramer1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-03-03[LLDB] Remove cases of using namespace llvm:: from header fileShafik Yaghmour1-0/+1
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2021-03-02[lldb] Support DWARF-5 DW_FORM_line_strp (used by GCC)Jan Kratochvil1-35/+38
2020-02-20[lldb/DWARF] Always construct a DWARFDebugInfo objectPavel Labath1-2/+2
2020-02-18[lldb/DWARF] Support the debug_str_offsets section in dwp filesPavel Labath1-29/+15
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-08[lldb] Remove various dead Compare functionsAlex Langford1-95/+0
2019-12-11[lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistxPavel Labath1-0/+3
2019-12-05[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann1-4/+5
2019-06-14Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath1-26/+13
2019-05-24Cleanup fixed form sizes.Greg Clayton1-86/+53
2019-05-24DWARF: Implement DW_AT_signature lookup for type unit supportPavel Labath1-0/+8
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-3/+3
2019-05-21DWARF: Port debug_addr over to DWARFContextPavel Labath1-1/+2
2019-05-20DWARF: Port most of other sections over to DWARFContextPavel Labath1-7/+12
2019-05-17Make DWARFContext dwo-aware and port debug_info sections overPavel Labath1-0/+2
2019-05-16DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath1-1/+1
2019-05-15Permit cross-CU referencesJan Kratochvil1-10/+26
2019-05-15DWARF: s/CompileUnit/Unit/ in DWARFFormValuePavel Labath1-44/+36
2019-03-27Fix a "memset clearing an object of non-trivial type" warning in DWARFFormValuePavel Labath1-1/+1
2019-03-22Revert "Move the rest of the sections over to DWARFContext."Pavel Labath1-14/+9
2019-03-21Move the rest of the sections over to DWARFContext.Zachary Turner1-9/+14
2019-03-12Remove support for DWARF64.Zachary Turner1-62/+12
2019-03-07[lldb] Fix DW_OP_addrx uses.Ali Tamur1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-27DWARF: Fix a bug in array size computationPavel Labath1-12/+16
2018-11-29[LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwoGeorge Rimar1-15/+2
2018-11-02[LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries.George Rimar1-0/+3
2018-10-31[LLDB] - Regroup the switch entries in DWARFFormValue::ExtractValue. NFC.George Rimar1-60/+26