Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17012
b: refs/heads/master
c: a12dea7
h: refs/heads/master
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Jan 9, 2006
1 parent daee928 commit 23150d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb46996f90a0826921f1a0d81535537a9c7f91b0
refs/heads/master: a12dea7af93ae83bd868c0dc09367090ead7cc1e
3 changes: 3 additions & 0 deletions trunk/include/asm-i386/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ struct pt_regs {
#define PTRACE_GET_THREAD_AREA 25
#define PTRACE_SET_THREAD_AREA 26

#define PTRACE_SYSEMU 31
#define PTRACE_SYSEMU_SINGLESTEP 32

#ifdef __KERNEL__

#include <asm/vm86.h>
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#define PTRACE_DETACH 0x11

#define PTRACE_SYSCALL 24
#define PTRACE_SYSEMU 31
#define PTRACE_SYSEMU_SINGLESTEP 32

/* 0x4200-0x4300 are reserved for architecture-independent additions. */
#define PTRACE_SETOPTIONS 0x4200
Expand Down

0 comments on commit 23150d5

Please sign in to comment.