[Lldb-commits] [lldb] [LLDB] Fix DW_OP_implicit_value GetOpcodeDataSize() error (PR #201344)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 3 20:49:02 PDT 2026
Thrrreeee wrote:
> So the confusion error message is because we're interpreting the data incorrectly, right? There's no opportunity to improve it, because based on what it thinks is on the stack, it is "correct"?
such as:
<img width="2550" height="114" alt="image" src="https://github.com/user-attachments/assets/e1495436-a021-4004-886c-cedafb696cca" />
> Thanks for the shell test. We also have extensive tests for the DWARF expression evaluator in our unit tests, can you please also add coverage there?
Only GetOpcodeDataSize() is affected — the evaluation path already handles DW_OP_implicit_value correctly. The shell test is the appropriate place to cover this fix.
https://github.com/llvm/llvm-project/pull/201344
More information about the lldb-commits
mailing list