]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/top.h
gdb: add "set startup-quietly" command
[thirdparty/binutils-gdb.git] / gdb / top.h
index f58bebbb385bdcbf2c11491e07d6a53aee949dd0..9438e52331b508e6f1fd6c6a1303699f4e86ab53 100644 (file)
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -291,4 +291,9 @@ extern char *handle_line_of_input (struct buffer *cmd_line_buffer,
                                   const char *rl, int repeat,
                                   const char *annotation_suffix);
 
+/* Call at startup to see if the user has requested that gdb start up
+   quietly.  */
+
+extern bool check_quiet_mode ();
+
 #endif