|
Linux Kernel
3.7.1
|
#include <ptrace.h>
Data Fields | |
| union { | |
| per_cr_words words | |
| per_cr_bits bits | |
| } | control_regs |
| unsigned | single_step: 1 |
| unsigned | instruction_fetch: 1 |
| unsigned | __pad0__: 30 |
| unsigned long | starting_addr |
| unsigned long | ending_addr |
| union { | |
| per_lowcore_words words | |
| per_lowcore_bits bits | |
| } | lowcore |
| per_cr_bits bits |
| per_lowcore_bits bits |
| union { ... } control_regs |
| union { ... } lowcore |
| unsigned long starting_addr |
| per_cr_words words |
| per_lowcore_words words |
1.8.2