Fix PR threads/19422 - show which thread caused stop
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index e76bdab83c322f8eb46fceeefcab63682a9c277b..68710e6a1f0dd8ab6fed60c9250b8a954bae0b16 100644 (file)
@@ -1622,4 +1622,8 @@ extern void breakpoint_free_objfile (struct objfile *objfile);
 
 extern char *ep_parse_optional_if_clause (char **arg);
 
+/* Print the "Thread ID hit" part of "Thread ID hit Breakpoint N" to
+   UIOUT iff debugging multiple threads.  */
+extern void maybe_print_thread_hit_breakpoint (struct ui_out *uiout);
+
 #endif /* !defined (BREAKPOINT_H) */
This page took 0.026638 seconds and 4 git commands to generate.