Linux Kernel
3.7.1
|
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 } |
anonymous enum |
Definition at line 4 of file hw_breakpoint.h.
anonymous enum |
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.
enum bp_type_idx |
Definition at line 20 of file hw_breakpoint.h.