Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
per_struct Struct Reference

#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
 

Detailed Description

Definition at line 375 of file ptrace.h.

Field Documentation

unsigned __pad0__

Definition at line 388 of file ptrace.h.

Definition at line 379 of file ptrace.h.

Definition at line 397 of file ptrace.h.

union { ... } control_regs
unsigned long ending_addr

Definition at line 394 of file ptrace.h.

unsigned instruction_fetch

Definition at line 387 of file ptrace.h.

union { ... } lowcore
unsigned single_step

Definition at line 386 of file ptrace.h.

unsigned long starting_addr

Definition at line 393 of file ptrace.h.

per_cr_words words

Definition at line 378 of file ptrace.h.

Definition at line 396 of file ptrace.h.


The documentation for this struct was generated from the following file: