This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Initialize terminal_state to terminal_is_ours


On 07/28/2015 07:17 PM, Patrick Palka wrote:
> 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 only gets called when an inferiro is first
> created.  In the meantime however, terminal_state would wrongly remain
> 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.

Whoops.  OK.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]