]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Fix interaction of single stepping with debuggers
authorAndi Kleen <ak@suse.de>
Sat, 16 Apr 2005 22:25:00 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:00 +0000 (15:25 -0700)
commit239cfded67e9ada0f12a9e284e22a979edbbcbd5
tree931756c9e30fddb77ef60bb2b144a38a88813ecd
parent68d51fdc9436cb138dbfcde3d9d10287cc90f5f6
[PATCH] x86_64: Fix interaction of single stepping with debuggers

Ported from i386/Linus

Fix another TF corner case.  Need to do the special TF handling for all
signals to make debuggers happy

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/signal.c