From: Bodo Stroesser Date: Sat, 3 Sep 2005 22:57:20 +0000 (-0700) Subject: [PATCH] Uml support: add PTRACE_SYSEMU_SINGLESTEP option to i386 X-Git-Tag: v2.6.14-rc1~815 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b38f0064e4e0b9ec626e39f0740b1cf2e295743;p=pandora-kernel.git [PATCH] Uml support: add PTRACE_SYSEMU_SINGLESTEP option to i386 This patch implements the new ptrace option PTRACE_SYSEMU_SINGLESTEP, which can be used by UML to singlestep a process: it will receive SINGLESTEP interceptions for normal instructions and syscalls, but syscall execution will be skipped just like with PTRACE_SYSEMU. Signed-off-by: Bodo Stroesser Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed