summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/psxdbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt32/psxdbg.h')
-rw-r--r--arch/nt32/psxdbg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/nt32/psxdbg.h b/arch/nt32/psxdbg.h
index 48d275f..ef59445 100644
--- a/arch/nt32/psxdbg.h
+++ b/arch/nt32/psxdbg.h
@@ -12,6 +12,10 @@ struct __dbg_vtbl {
int (*dbg_suspend)(int);
int (*dbg_kill)(int);
+ int (*dbg_rbreak)(int);
+ int (*dbg_tbreak)(int);
+ int (*dbg_lbreak)(int);
+
int (*dbg_event_query_one)(int, struct __dbg_event *);
int (*dbg_event_query_all)(int, struct __dbg_event *, int);