|
Linux Kernel
3.7.1
|
#include <uapi/asm/ptrace.h>#include <asm/switch_to.h>Go to the source code of this file.
Macros | |
| #define | arch_ptrace_stop_needed(exit_code, info) |
| #define | arch_ptrace_stop(exit_code, info) synchronize_user_stack() |
| #define | user_mode(regs) (!((regs)->psr & PSR_PS)) |
| #define | instruction_pointer(regs) ((regs)->pc) |
| #define | user_stack_pointer(regs) ((regs)->u_regs[UREG_FP]) |
| #define | STACK_BIAS 2047 |
| #define | GR_SNAP_TSTATE 0x00 |
| #define | GR_SNAP_TPC 0x08 |
| #define | GR_SNAP_TNPC 0x10 |
| #define | GR_SNAP_O7 0x18 |
| #define | GR_SNAP_I7 0x20 |
| #define | GR_SNAP_RPC 0x28 |
| #define | GR_SNAP_THREAD 0x30 |
| #define | GR_SNAP_PAD1 0x38 |
Functions | |
| unsigned long | profile_pc (struct pt_regs *) |
| #define arch_ptrace_stop | ( | exit_code, | |
| info | |||
| ) | synchronize_user_stack() |
| #define arch_ptrace_stop_needed | ( | exit_code, | |
| info | |||
| ) |
1.8.2