Fix latent bug with custom word point completers
[deliverable/binutils-gdb.git] / gdb / infrun.h
index 8f61b75c15b82cb725efc22cc7e55316c0308ddd..e53fd81e71691b55b84f09a70052b11469ede64b 100644 (file)
@@ -167,9 +167,10 @@ extern void print_return_value (struct ui_out *uiout,
 
 /* Print current location without a level number, if we have changed
    functions or hit a breakpoint.  Print source line if we have one.
-   If the execution command captured a return value, print it.  */
+   If the execution command captured a return value, print it.  If
+   DISPLAYS is false, do not call 'do_displays'.  */
 
-extern void print_stop_event (struct ui_out *uiout);
+extern void print_stop_event (struct ui_out *uiout, bool displays = true);
 
 /* Pretty print the results of target_wait, for debugging purposes.  */
 
This page took 0.023445 seconds and 4 git commands to generate.