[PATCH] x86_64: allow setting RF in EFLAGS
authorChuck Ebbert <76306.1226@compuserve.com>
Wed, 11 Jan 2006 21:46:03 +0000 (22:46 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:05:00 +0000 (19:05 -0800)
commit60923df35edab273d0bd8e829cdfdc5cfbb4fd2c
treed4869124d1344f711671a33628e5eebb16ecd68c
parent100c0e36852a771864c56c31b260b7810b554170
[PATCH] x86_64: allow setting RF in EFLAGS

Setting RF (resume flag) allows a debugger to resume execution after a code
breakpoint without tripping the breakpoint again.  It is reset by the CPU
after executing one instruction.

Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/ia32/ptrace32.c
arch/x86_64/kernel/ptrace.c