tberghammer added inline comments.
================
Comment at:
source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp:853-854
@@ +852,4 @@
+ {
+ if (log)
+ log->Printf("NativeRegisterContextLinux_x86_64::%s ptrace
APIs failed to read XSAVE/FXSAVE area", __FUNCTION__);
+ }
----------------
Adding a log message is a good idea but please include the error message from
ReadFPR in the log message. It will usually contain the error message returned
by the ptrace call.
http://reviews.llvm.org/D15042
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits