[Lldb-commits] [PATCH] D88583: [lldb] [test/Register] Add read/write tests for x87 regs
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 1 05:15:33 PDT 2020
mgorny updated this revision to Diff 295534.
mgorny added a comment.
Fixed segfault when built with GCC and fixed my poor attempt to run FXSAVE with REX.W prefix. Now it correctly gets 64-bit FIP and FDP, though it's unclear whether the apparent truncation is a bug in LLDB writing it or some other kind of limitation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88583/new/
https://reviews.llvm.org/D88583
Files:
lldb/test/Shell/Register/Inputs/x86-fp-read.cpp
lldb/test/Shell/Register/Inputs/x86-fp-write.cpp
lldb/test/Shell/Register/x86-64-fp-write.test
lldb/test/Shell/Register/x86-fp-read.test
lldb/test/Shell/Register/x86-fp-write.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88583.295534.patch
Type: text/x-patch
Size: 9293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201001/72a57541/attachment-0001.bin>
More information about the lldb-commits
mailing list