]> git.neil.brown.name Git - history.git/commit
Handle single-stepping over fast system calls without polluting
authorLinus Torvalds <torvalds@home.transmeta.com>
Sun, 22 Dec 2002 13:12:26 +0000 (05:12 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 22 Dec 2002 13:12:26 +0000 (05:12 -0800)
commit52a150d810cd41006755f53093e3e804fec57b3c
tree05781f19065798bedef319d22794aa8dee50da64
parentdd0f2bdff18ce10b7d4d634be46f57c875e5accd
Handle single-stepping over fast system calls without polluting
the fast case with a pushf/popf, by having the kernel debug trap
set the TIF_SINGLESTEP flag and causing the return path to dtrt.
arch/i386/kernel/signal.c
arch/i386/kernel/sysenter.c
arch/i386/kernel/traps.c
include/asm-i386/thread_info.h