I am porting a SunOS program to linux that uses PTRACE_GETREGS and
PTRACE_SETREGS to get and set process's registers. It seems that
PTRACE_GETREGS and PTRACE_SETREGS are not supported in linux. Would
someone tell me how to get and set process's registers in linux?
Thanks,
Jun