diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sys/debug.h b/include/sys/debug.h index 0d98d44..908ac2b 100644 --- a/include/sys/debug.h +++ b/include/sys/debug.h @@ -142,6 +142,11 @@ int __dbg_fork(void); int __dbg_suspend(int); int __dbg_kill(int); +/* breakpoint via remote break-in, thread context manipulation, or lpc message */ +int __dbg_rbreak(int); +int __dbg_tbreak(int); +int __dbg_lbreak(int); + /** * query one (or all) pending debug event(s) for the given debug * file descriptor: |