Go to the source code of this file.
#define BRK_BD_NOTTAKEN 4 /* For bd slot emulation - not implemented */ |
#define BRK_BD_TAKEN 3 /* For bd slot emulation - not implemented */ |
#define BRK_BUG 512 /* Used by BUG() */ |
#define BRK_KDB 513 /* Used in KDB_ENTER() */ |
#define BRK_KERNELBP 1 /* Break in the kernel */ |
#define BRK_KPROBE_BP 515 /* Kprobe break */ |
#define BRK_KPROBE_SSTEPBP 516 /* Kprobe single step software implementation */ |
#define BRK_MEMU 514 /* Used by FPU emulator */ |
#define BRK_MULOVF 1023 /* Multiply overflow */ |
#define BRK_NORLD 10 /* No rld found - not used by Linux/MIPS */ |
#define BRK_SSTEPBP 5 /* User bp (used by debuggers) */ |
#define BRK_STACKOVERFLOW 9 /* For Ada stackchecking */ |
#define BRK_USERBP 0 /* User bp (used by debuggers) */ |