[all-commits] [llvm/llvm-project] c15e04: [DebugInfo] Add unit test for compact expression p...
ostannard via All-commits
all-commits at lists.llvm.org
Tue Jul 14 02:26:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c15e04ee5e412d3b6aa671379c316166f1b2ba7c
https://github.com/llvm/llvm-project/commit/c15e04ee5e412d3b6aa671379c316166f1b2ba7c
Author: Oliver Stannard <oliver.stannard at linaro.org>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
A llvm/unittests/DebugInfo/DWARF/DWARFExpressionCompactPrinterTest.cpp
Log Message:
-----------
[DebugInfo] Add unit test for compact expression printer
Add a unit test for the compact DWARF expression printer which will be
used by the llvm-objdump --debug-vars option.
Differential revision: https://reviews.llvm.org/D75250
Commit: 1d7311e0524fa94c5ea775623d5008bf66baa300
https://github.com/llvm/llvm-project/commit/1d7311e0524fa94c5ea775623d5008bf66baa300
Author: Oliver Stannard <oliver.stannard at linaro.org>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFExpressionCompactPrinterTest.cpp
Log Message:
-----------
[llvm-objdump] Add simple memory expressions to variable display
Add the DW_OP_breg0..DW_OP_breg31 and DW_OP_bregx opcodes to the DWARF
expression printer.
Differential revision: https://reviews.llvm.org/D74841
Commit: 57909b0a53d8167ac8f6079b53d5504c25157fdf
https://github.com/llvm/llvm-project/commit/57909b0a53d8167ac8f6079b53d5504c25157fdf
Author: Oliver Stannard <oliver.stannard at linaro.org>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFExpressionCompactPrinterTest.cpp
Log Message:
-----------
[llvm-objdump] Add entry_value and stack_value opcodes
Add the DW_OP_entry_value and DW_OP_stack_value opcodes to the DWARF
expression printer.
Differential revision: https://reviews.llvm.org/D74843
Compare: https://github.com/llvm/llvm-project/compare/5ab2e14d31d4...57909b0a53d8
More information about the All-commits
mailing list