[Lldb-commits] [PATCH] D147370: [lldb] fixing #61727 fixing incorrect variable displaying with DW_OP_div

LU Hongyi via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 4 20:47:36 PDT 2023


jwnhy updated this revision to Diff 519735.
jwnhy added a comment.

Update the patch for better naming.
The assertion is correct, I somehow delete 
a file directive from the assembly generated
by clang.

It should work now...Thanks a lot for checking
this.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147370/new/

https://reviews.llvm.org/D147370

Files:
  lldb/source/Expression/DWARFExpression.cpp
  lldb/test/Shell/SymbolFile/DWARF/x86/DW_OP_div-with-signed.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147370.519735.patch
Type: text/x-patch
Size: 11462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230505/aa1fe1b5/attachment-0001.bin>


More information about the lldb-commits mailing list