supports PTRACE_GETREGSET, PTRACE_SETREGSET.

supports PTRACE_GETFPREGS, PTRACE_SETFPREGS.

refs #421
This commit is contained in:
Susumu Komae
2015-03-06 19:18:32 +09:00
committed by postpeta
parent 6a82412d64
commit b553de7435
3 changed files with 175 additions and 13 deletions

View File

@@ -111,6 +111,8 @@
#define PTRACE_EVENT_VFORK_DONE 5
#define PTRACE_EVENT_EXIT 6
#define NT_X86_XSTATE 0x202 /* x86 XSAVE extended state */
#define SIGNAL_STOP_STOPPED 0x1 /* The process has been stopped by SIGSTOP */
#define SIGNAL_STOP_CONTINUED 0x2 /* The process has been resumed by SIGCONT */