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 3/3] Disable readline's SIGWINCH handler


On 04/24/2015 01:53 AM, Patrick Palka wrote:
> We no longer need it as we handle SIGWINCH ourselves.  Also move the
> call to init_page_info() from initialize_utils() to the latter
> function's only caller, gdb_init().
> 
> gdb/ChangeLog:
> 
> 	* utils.c (init_page_info): Set rl_catch_sigwinch to zero.
> 	(initialize_utils): Move call of init_page_info() to ...
> 	* top.c (gdb_init): ... here.

OK.

Thanks,
Pedro Alves


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