]> granicus.if.org Git - strace/commit
arm, i386: use PTRACE_GETREGSET if available
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 17 Mar 2013 23:48:45 +0000 (23:48 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 18 Mar 2013 12:00:57 +0000 (12:00 +0000)
commitfaa177e3d9da5f2d93dff20af19622196dced559
tree86325b3927510535feb9dcd2b40da35ebd846d72
parent32c049a9d8f6f50fa475929a9638e4cf6619e96e
arm, i386: use PTRACE_GETREGSET if available

* syscall.c [ARM || I386 || X86_64] (get_regset): New function.
(get_regs) [ARM || I386 || X86_64]: Use it.
syscall.c