summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sys/debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sys/debug.h b/include/sys/debug.h
index 5317649..4f1929f 100644
--- a/include/sys/debug.h
+++ b/include/sys/debug.h
@@ -152,15 +152,15 @@ int __dbg_spawn(const char *, char **, char **, const struct __strace *);
int __dbg_fork(void);
int __dbg_kill(int);
-/* suspend/resume thread; return previous suspend count (negative for an error) */
-int __dbg_suspend_thread(int, pid_t);
-int __dbg_resume_thread(int, pid_t);
-
/* breakpoint via remote break-in, thread context manipulation, or lpc message */
int __dbg_rbreak(int);
int __dbg_tbreak(int);
int __dbg_lbreak(int);
+/* suspend/resume thread; return previous suspend count (negative for an error) */
+int __dbg_suspend_thread(int, pid_t);
+int __dbg_resume_thread(int, pid_t);
+
/**
* query one (or all) pending debug event(s) for the given debug
* file descriptor: