Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | arch_has_single_step() (1) |
#define | arch_ptrace_attach(child) ocd_enable(child) |
#define | user_mode(regs) (((regs)->sr & MODE_MASK) == MODE_USER) |
#define | instruction_pointer(regs) ((regs)->pc) |
#define | profile_pc(regs) instruction_pointer(regs) |
#define arch_ptrace_attach | ( | child | ) | ocd_enable(child) |
#define profile_pc | ( | regs | ) | instruction_pointer(regs) |