[Lldb-commits] [PATCH] D96549: Support dereferencing a DWARF scalar stack value

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 12 15:16:19 PST 2021


aprantl updated this revision to Diff 323489.
aprantl added a comment.

There's actually no reason to fill a second memory buffer. Replaced all of DoReadMemory with a single for loop.


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

https://reviews.llvm.org/D96549

Files:
  lldb/source/Expression/DWARFExpression.cpp
  lldb/unittests/Expression/CMakeLists.txt
  lldb/unittests/Expression/DWARFExpressionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96549.323489.patch
Type: text/x-patch
Size: 5988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210212/a655fa8e/attachment.bin>


More information about the lldb-commits mailing list