aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Expression/DWARFExpressionTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2 days[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere1-152/+427
10 days[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere1-1/+1
11 days[lldb] Add an extra optional did_read_live_memory to Target::ReadMemory (#149...Augusto Noronha1-1/+2
2024-10-29[DWARF] Fix arity of DW_OP_bra (#114136)Jonas Devlieghere1-0/+3
2024-06-05[lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420)Jonas Devlieghere1-40/+38
2024-06-04[lldb] Support reading DW_OP_piece from file address (#94026)Jonas Devlieghere1-0/+69
2023-10-13[LLDB] Fix buildbotswalter erquinigo1-0/+1
2023-07-21[lldb] Consider OP_addrx in DWARFExpression::Update_DW_OP_addrFelipe de Azevedo Piovezan1-0/+5
2023-07-19[lldb][NFC] Refactor test to enable subsequent reuseFelipe de Azevedo Piovezan1-10/+17
2023-02-22[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-2/+2
2023-02-16Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich1-2/+2
2023-02-16[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-2/+2
2023-02-13Revert "[LLDB] Enable 64 bit debug/type offset"Alexander Yermolovich1-2/+2
2023-02-13[LLDB] Enable 64 bit debug/type offsetAlexander Yermolovich1-2/+2
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani1-9/+4
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani1-4/+9
2022-11-22[lldb] Allow plugins to extend DWARF expression parsing for vendor extensionsPhilip Pfaffe1-0/+241
2022-11-02[wasm] Always treat DWARF expression addresses as load addressesPhilip Pfaffe1-0/+113
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-4/+1
2022-09-12Fix DW_OP_convert to resolve the CU relative offset correctly.Greg Clayton1-1/+17
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-08-08[lldb] Make Process and subclass constructors protectedMichał Górny1-1/+3
2022-07-22[lldb] Handle jumping to the end in DW_OP_skip/DW_OP_braAndy Yankovsky1-0/+19
2022-03-03[LLDB] Remove cases of using namespace llvm:: from header fileShafik Yaghmour1-0/+1
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-1/+1
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-1/+0
2021-03-23Teach DWARFExpression about DWARF 4+ Location DescriptionsAdrian Prantl1-18/+30
2021-03-02Promote scalars to load addresses when dereferencing them.Adrian Prantl1-1/+9
2021-02-12Support dereferencing a DWARF scalar stack valueAdrian Prantl1-7/+74
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl1-2/+2
2021-02-10Diagnose unhandled cases in DW_OP_derefAdrian Prantl1-0/+4
2020-11-10[lldb/DWARF] Fix sizes of DW_OP_const[1248][us] and DW_OP_litN resultsPavel Labath1-14/+50
2020-10-30[lldb/test] Simplify/generalize YAMLModuleTesterPavel Labath1-58/+66
2020-10-22[lldb/DWARF] Add support for DW_OP_implicit_valueMed Ismail Bennani1-0/+8
2020-08-31[Test] Simplify DWARF test cases. NFC.Xing GUO1-4/+1
2020-08-21[DWARFYAML] Add support for emitting multiple abbrev tables.Xing GUO1-14/+15
2020-07-22[DWARFYAML] Make the length field of compilation units optional. NFC.Xing GUO1-2/+1
2020-06-30[DWARFYAML][debug_info] Replace 'InitialLength' with 'Format' and 'Length'.Xing GUO1-2/+1
2020-06-24[lldb] Refactor Scalar::TruncOrExtendToPavel Labath1-29/+2
2020-06-08[lldb] Fail evaluation of DWARF expressions with unknown opcodesPavel Labath1-6/+13
2020-03-31[lldb/DWARF] Fix evaluator crash when accessing empty stack.Med Ismail Bennani1-0/+4
2020-03-31Revert "[lldb/DWARF] Fix evaluator crash when accessing empty stack."Med Ismail Bennani1-4/+0
2020-03-31[lldb/DWARF] Fix evaluator crash when accessing empty stack.Med Ismail Bennani1-0/+4
2020-02-04[lldb/Unittest] Fix the modules build by including TypeSystemClang.hJonas Devlieghere1-0/+1
2020-02-04Re-land "[lldb] [testsuite] generalize `DWARFASTParserClangTests` based on `D...Jonas Devlieghere1-122/+4
2020-02-04Revert: [lldb] [testsuite] generalize `DWARFASTParserClangTests` based on `DW...Jan Kratochvil1-4/+122
2020-02-04[lldb] [testsuite] generalize `DWARFASTParserClangTests` based on `DWARFExpre...Jan Kratochvil1-122/+4
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-16Fix a buffer-size bug when the first DW_OP_piece is undefinedAdrian Prantl1-0/+5
2020-01-16Add testing for DW_OP_piece and fix a bug with small Scalar values.Adrian Prantl1-1/+22