From 4085aa86adeaadcc3d3741605083fd2a148f2277 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 7 Jun 2019 05:57:17 +0000 Subject: debug interfaces: added __dbg_rbreak(), __dbg_tbreak(), and __dbg_lbreak(). --- include/sys/debug.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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: -- cgit v1.2.3