Trivially tweak the comment documenting initial_gdb_ttystate
gdb/ChangeLog: * inflow.c (initial_gdb_ttystate): Tweak comment.
This commit is contained in:
parent
7c89917ffa
commit
fa5af12a25
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
|
||||||
|
|
||||||
|
* inflow.c (initial_gdb_ttystate): Tweak comment.
|
||||||
|
|
||||||
2015-01-07 Joel Brobecker <brobecker@adacore.com>
|
2015-01-07 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* inflow.c (set_initial_gdb_ttystate): Add empty line after
|
* inflow.c (set_initial_gdb_ttystate): Add empty line after
|
||||||
|
|
|
@ -79,8 +79,8 @@ struct terminal_info
|
||||||
unimportant. */
|
unimportant. */
|
||||||
static struct terminal_info our_terminal_info;
|
static struct terminal_info our_terminal_info;
|
||||||
|
|
||||||
/* The initial tty state given to each new inferior. It is a snapshot of our
|
/* Snapshot of our own tty state taken during initialization of GDB.
|
||||||
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 serial_ttystate initial_gdb_ttystate;
|
||||||
|
|
||||||
static struct terminal_info *get_inflow_inferior_data (struct inferior *);
|
static struct terminal_info *get_inflow_inferior_data (struct inferior *);
|
||||||
|
|
Loading…
Reference in a new issue