[Lldb-commits] [PATCH] lldb: deal with non-portable PTRACE-related constants
Todd Fiala
tfiala at google.com
Mon Jun 23 09:05:38 PDT 2014
LGTM.
Although missing the support of ReadGPR() and ReadFPR() methods will reduce the functionality available - without these I think the inferior process will lose the ability to execute expressions within the process as full register state cannot be saved.
Note I'll be adding this and the previous cross-compile-related changes to the llgs branch as well - NativeProcessLinux.cpp in that branch operates similar to ProcessMonitor.cpp here.
http://reviews.llvm.org/D4091
More information about the lldb-commits
mailing list