PR server/16255: gdbserver cannot attach to a second inferior that is multi-threaded.
[deliverable/binutils-gdb.git] / gdb / common / linux-ptrace.h
index 38bb9ea92d42328e01ec24b6f0e80645d1f00626..881d9c99628f5e891eb56b1c336755f2805ccdc9 100644 (file)
@@ -83,7 +83,7 @@ struct buffer;
 #define __WALL          0x40000000 /* Wait for any child.  */
 #endif
 
-extern void linux_ptrace_attach_warnings (pid_t pid, struct buffer *buffer);
+extern void linux_ptrace_attach_fail_reason (pid_t pid, struct buffer *buffer);
 extern void linux_ptrace_init_warnings (void);
 extern void linux_enable_event_reporting (pid_t pid);
 extern int linux_supports_tracefork (void);
This page took 0.024372 seconds and 4 git commands to generate.