]> Git Repo - binutils.git/blobdiff - gdb/inflow.c
Native debug arm program by aarch64 GDB
[binutils.git] / gdb / inflow.c
index 3c121a39f2ad022c99c3607c1dcbd4433a29b765..1456fd805dce2a3dcf21d6663493a2814f67ecdf 100644 (file)
@@ -79,8 +79,8 @@ struct terminal_info
    unimportant.  */
 static struct terminal_info our_terminal_info;
 
-/* The initial tty state given to each new inferior.  It is a snapshot of our
-   own tty state taken during initialization of GDB.  */
+/* Snapshot of our own tty state taken during initialization of GDB.
+   This is used as the initial tty state given to each new inferior.  */
 static serial_ttystate initial_gdb_ttystate;
 
 static struct terminal_info *get_inflow_inferior_data (struct inferior *);
@@ -161,6 +161,7 @@ show_interactive_mode (struct ui_file *file, int from_tty,
 }
 
 /* Set the initial tty state that is to be inherited by new inferiors.  */
+
 void
 set_initial_gdb_ttystate (void)
 {
This page took 0.026843 seconds and 4 git commands to generate.