commit | fa1e03eae2f38e7b38095301b043da9c274d2284 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jan 30 13:30:50 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:50 2008 +0100 |
tree | 60503087ebaaabf1e4fd62b51a93fce411e2b8da | |
parent | 7f232343e0ea37ffc0a552cdbd4825482c949281 [diff] |
x86: single_step moved This moves the single-step support code from ptrace_64.c into a new file step.c, verbatim. This paves the way for consolidating this code between 64-bit and 32-bit versions. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>