This adds the DW_OP_breg0..DW_OP_breg31 and DW_OP_bregx opcodes to the DWARF expression printer, so we can display locations for source variables which are in memory.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/tools/llvm-objdump/ARM/debug-vars-breg.s | ||
---|---|---|
1 | Same comment as applies as in the other review. Could this be tested with a unittest that just dumps a single expression? |
Comment Actions
Convert expression printing test to unit tests. Thanks for the suggestion, this is a much neater way to test this.
Same comment as applies as in the other review. Could this be tested with a unittest that just dumps a single expression?