commit | 60923df35edab273d0bd8e829cdfdc5cfbb4fd2c | [log] [tgz] |
---|---|---|
author | Chuck Ebbert <76306.1226@compuserve.com> | Wed Jan 11 22:46:03 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 19:05:00 2006 -0800 |
tree | d4869124d1344f711671a33628e5eebb16ecd68c | |
parent | 100c0e36852a771864c56c31b260b7810b554170 [diff] |
[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>