Disable readline's SIGWINCH handler
authorPatrick Palka <patrick@parcs.ath.cx>
Thu, 23 Apr 2015 23:28:32 +0000 (19:28 -0400)
committerPatrick Palka <patrick@parcs.ath.cx>
Tue, 28 Apr 2015 12:51:03 +0000 (08:51 -0400)
commit24b73f8e74857245c0a7ea07c2a360237abcdfc0
tree99fdcee11882168c8b0ff5c947c3b8fa1705b62f
parenta88d0bb33c28bc51c0f53cdd5c42d00217a1d771
Disable readline's SIGWINCH handler

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.
gdb/ChangeLog
gdb/top.c
gdb/utils.c
This page took 0.025653 seconds and 4 git commands to generate.