GDB (API)
|
Go to the source code of this file.
Defines | |
#define | PT_TRACE_ME 0 |
#define | PT_READ_I 1 /* Read word in child's I space. */ |
#define | PT_READ_D 2 /* Read word in child's D space. */ |
#define | PT_READ_U 3 /* Read word in child's U space. */ |
#define | PT_WRITE_I 4 /* Write word in child's I space. */ |
#define | PT_WRITE_D 5 /* Write word in child's D space. */ |
#define | PT_WRITE_U 6 /* Write word in child's U space. */ |
#define | PT_CONTINUE 7 /* Continue the child. */ |
#define | PT_KILL 8 /* Kill the child process. */ |
#define | PT_STEP 9 /* Single step the child. */ |
#define | PT_SYSCALL PT_CONTINUE |
Functions | |
PTRACE_TYPE_RET | ptrace () |
#define PT_CONTINUE 7 /* Continue the child. */ |
Definition at line 79 of file gdb_ptrace.h.
#define PT_KILL 8 /* Kill the child process. */ |
Definition at line 84 of file gdb_ptrace.h.
Definition at line 51 of file gdb_ptrace.h.
Definition at line 47 of file gdb_ptrace.h.
Definition at line 55 of file gdb_ptrace.h.
#define PT_STEP 9 /* Single step the child. */ |
Definition at line 91 of file gdb_ptrace.h.
#define PT_SYSCALL PT_CONTINUE |
Definition at line 120 of file gdb_ptrace.h.
#define PT_TRACE_ME 0 |
Definition at line 43 of file gdb_ptrace.h.
#define PT_WRITE_D 5 /* Write word in child's D space. */ |
Definition at line 63 of file gdb_ptrace.h.
#define PT_WRITE_I 4 /* Write word in child's I space. */ |
Definition at line 59 of file gdb_ptrace.h.
#define PT_WRITE_U 6 /* Write word in child's U space. */ |
Definition at line 67 of file gdb_ptrace.h.