|
Linux Kernel
3.7.1
|
#include <uapi/asm/ptrace.h>Go to the source code of this file.
Macros | |
| #define | user_mode(regs) (((regs)->epsw & EPSW_nSL) == EPSW_nSL) |
| #define | instruction_pointer(regs) ((regs)->pc) |
| #define | user_stack_pointer(regs) ((regs)->sp) |
| #define | current_pt_regs() current_frame() |
| #define | arch_has_single_step() (1) |
| #define | profile_pc(regs) ((regs)->pc) |
1.8.2