Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations
hw_breakpoint.h File Reference

Go to the source code of this file.

Enumerations

enum  { HW_BREAKPOINT_LEN_1 = 1, HW_BREAKPOINT_LEN_2 = 2, HW_BREAKPOINT_LEN_4 = 4, HW_BREAKPOINT_LEN_8 = 8 }
 
enum  {
  HW_BREAKPOINT_EMPTY = 0, HW_BREAKPOINT_R = 1, HW_BREAKPOINT_W = 2, HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
  HW_BREAKPOINT_X = 4, HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X
}
 
enum  bp_type_idx { TYPE_INST = 0, TYPE_DATA = 1, TYPE_MAX }
 

Enumeration Type Documentation

anonymous enum
Enumerator:
HW_BREAKPOINT_LEN_1 
HW_BREAKPOINT_LEN_2 
HW_BREAKPOINT_LEN_4 
HW_BREAKPOINT_LEN_8 

Definition at line 4 of file hw_breakpoint.h.

anonymous enum
Enumerator:
HW_BREAKPOINT_EMPTY 
HW_BREAKPOINT_R 
HW_BREAKPOINT_W 
HW_BREAKPOINT_RW 
HW_BREAKPOINT_X 
HW_BREAKPOINT_INVALID 

Definition at line 11 of file hw_breakpoint.h.

Enumerator:
TYPE_INST 
TYPE_DATA 
TYPE_MAX 

Definition at line 20 of file hw_breakpoint.h.