mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
MIPS: Add uprobes support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
e3b28831c1
commit
40e084a506
11 changed files with 597 additions and 2 deletions
|
@ -21,6 +21,8 @@
|
|||
#define BRK_DIVZERO 7 /* Divide by zero check */
|
||||
#define BRK_RANGE 8 /* Range error check */
|
||||
#define BRK_BUG 12 /* Used by BUG() */
|
||||
#define BRK_UPROBE 13 /* See <asm/uprobes.h> */
|
||||
#define BRK_UPROBE_XOL 14 /* See <asm/uprobes.h> */
|
||||
#define BRK_MEMU 514 /* Used by FPU emulator */
|
||||
#define BRK_KPROBE_BP 515 /* Kprobe break */
|
||||
#define BRK_KPROBE_SSTEPBP 516 /* Kprobe single step software implementation */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue