[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 02:35:33 PDT 2020
mgorny added a comment.
I'd use some help improving the assembly, as explained below.
================
Comment at: lldb/test/Shell/Register/Inputs/x86-fp-write.cpp:23
+ "rex.w = 1\n\t"
+ "fxsave %2\n\t"
+ "fnstenv %1\n\t"
----------------
Now, here's the problem. This works just fine when built with clang but segfaults when built with gcc (apparently tries to access `0x0`).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88583/new/
https://reviews.llvm.org/D88583
More information about the lldb-commits
mailing list