[llvm-bugs] [Bug 45653] DWP_OP(_GNU)_entry_value not used correctly to display clobbered parameter value (in dwarf4 and dwarf5)
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jun 8 07:01:04 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45653
labath at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
See Also| |https://bugs.llvm.org/show_
| |bug.cgi?id=45886
Status|CONFIRMED |RESOLVED
--- Comment #8 from labath at google.com ---
731fee8 fixes the problem where lldb ignored unknown opcodes and returned
garbage instead (for DW_OP_entry_values, the "garbage" meant that we would
basically evaluate the entry expression as if it was a regular one).
That should be enough to call the bug fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200608/34758c9d/attachment.html>
More information about the llvm-bugs
mailing list