]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Initialize terminal_state to terminal_is_ours
authorPatrick Palka <patrick@parcs.ath.cx>
Tue, 28 Jul 2015 17:58:17 +0000 (13:58 -0400)
committerPatrick Palka <patrick@parcs.ath.cx>
Wed, 29 Jul 2015 11:54:29 +0000 (07:54 -0400)
commit7afa63c624ae570472381b8e35ce066bf145844a
tree1091fe68ce2fc6daf0a5ce7159ad7b3e7533a5f6
parent90074d118de70c5eb2c71ba83e58d96359149d79
Initialize terminal_state to terminal_is_ours

Right now this variable is initialized to 0 i.e. terminal_is_inferior
and does not get set to terminal_is_ours until target_terminal_init() is
called.  This function however only gets called when an inferior is
first created.  In the meantime, terminal_state would wrongly remain set
to terminal_is_inferior.

Tested on x86_64 Debian Stretch -- native, gdbserver and
extended-gdbserver.

gdb/ChangeLog:

* target.c (terminal_state): Initialize to terminal_is_ours.
gdb/ChangeLog
gdb/target.c