Changes in kernel/arch/amd64/include/debugger.h [dc0b964:da1bafb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/debugger.h
rdc0b964 rda1bafb 41 41 42 42 /* Flags that are passed to breakpoint_add function */ 43 #define BKPOINT_INSTR 0x1 U44 #define BKPOINT_WRITE 0x2 U45 #define BKPOINT_READ_WRITE 0x4 U43 #define BKPOINT_INSTR 0x1 44 #define BKPOINT_WRITE 0x2 45 #define BKPOINT_READ_WRITE 0x4 46 46 47 #define BKPOINT_CHECK_ZERO 0x8 U47 #define BKPOINT_CHECK_ZERO 0x8 48 48 49 49
Note:
See TracChangeset
for help on using the changeset viewer.