These PTRACE-related enum values are not present everywhere; their presence is denoted by certain preprocessor definitions in sys/ptrace.h that we can check.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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.
Comment Actions
svn commit
Sending source/Plugins/Process/Linux/ProcessMonitor.cpp
Transmitting file data .
Committed revision 211503.