aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/x86-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/x86-linux.h')
-rw-r--r--gdb/nat/x86-linux.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/nat/x86-linux.h b/gdb/nat/x86-linux.h
index 8dd66e4..327a005 100644
--- a/gdb/nat/x86-linux.h
+++ b/gdb/nat/x86-linux.h
@@ -35,4 +35,12 @@ extern void lwp_set_debug_registers_changed (struct lwp_info *lwp,
extern int lwp_debug_registers_changed (struct lwp_info *lwp);
+/* Function to call when a new thread is detected. */
+
+extern void x86_linux_new_thread (struct lwp_info *lwp);
+
+/* Function to call prior to resuming a thread. */
+
+extern void x86_linux_prepare_to_resume (struct lwp_info *lwp);
+
#endif /* X86_LINUX_H */