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

#include <ptrace.h>

Data Fields

void __userbuffer
 
union {
   int   flags
 
   struct {
      unsigned long   is_enabled:1
 
      unsigned long   update:1
 
      unsigned long   update_reg:6
 
   } 
 
}; 
 
unsigned long orig_pc
 
unsigned long next_pc
 
unsigned long branch_next_pc
 
unsigned long update_value
 

Detailed Description

Definition at line 56 of file ptrace.h.

Field Documentation

union { ... }
unsigned long branch_next_pc

Definition at line 69 of file ptrace.h.

Definition at line 58 of file ptrace.h.

int flags

Definition at line 61 of file ptrace.h.

unsigned long is_enabled

Definition at line 63 of file ptrace.h.

unsigned long next_pc

Definition at line 68 of file ptrace.h.

unsigned long orig_pc

Definition at line 67 of file ptrace.h.

unsigned long update

Definition at line 63 of file ptrace.h.

unsigned long update_reg

Definition at line 63 of file ptrace.h.

unsigned long update_value

Definition at line 70 of file ptrace.h.


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