Modernize configure.ac's
[deliverable/binutils-gdb.git] / gdb / thread.c
index c7f14674c6865f2a37d981705eca85a1f5c5e6fd..75bfb4771b268df7fafb09efe86608fbc9061ef5 100644 (file)
@@ -1684,6 +1684,14 @@ make_cleanup_restore_current_thread (void)
 
 /* See gdbthread.h.  */
 
+int
+show_thread_that_caused_stop (void)
+{
+  return highest_thread_num > 1;
+}
+
+/* See gdbthread.h.  */
+
 int
 show_inferior_qualified_tids (void)
 {
This page took 0.02352 seconds and 4 git commands to generate.