|
|
1.1 root 1: #include <kxmips.h>
2:
3: //
4: // Breakpoint Definitions
5: //
6:
7: #define USER_BREAKPOINT 0x0
8: #define KERNEL_BREAKPOINT 0x1
9: #define BREAKIN_BREAKPOINT 0x2
10: #define BRANCH_TAKEN_BREAKPOINT 0x3
11: #define BRANCH_NOT_TAKEN_BREAKPOINT 0x4
12: #define SINGLE_STEP_BREAKPOINT 0x5
13: #define DIVIDE_OVERFLOW_BREAKPOINT 0x6
14: #define DIVIDE_BY_ZERO_BREAKPOINT 0x7
15: #define RANGE_CHECK_BREAKPOINT 0x8
16: #define STACK_OVERFLOW_BREAKPOINT 0x9
17: #define MULTIPLY_OVERFLOW_BREAKPOINT 0xa
18: #define DEBUG_PRINT_BREAKPOINT 0x14
19: #define DEBUG_PROMPT_BREAKPOINT 0x15
20: #define DEBUG_STOP_BREAKPOINT 0x16
21: #define DEBUG_LOAD_SYMBOLS_BREAKPOINT 0x17
22: #define DEBUG_UNLOAD_SYMBOLS_BREAKPOINT 0x18
23:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.