diff options
author | Tom Tromey <tom@tromey.com> | 2020-06-16 17:55:57 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-06-16 18:02:20 -0600 |
commit | 39ec04904ff172dd67fd43ed3720f26d854732bf (patch) | |
tree | f0c00c8c4b85c4e340393aa70bd04b7264b4aa52 /gdb/tui/tui.c | |
parent | 1ce22eebea40573551c2db2e7c83951154d14c81 (diff) | |
download | gdb-39ec04904ff172dd67fd43ed3720f26d854732bf.zip gdb-39ec04904ff172dd67fd43ed3720f26d854732bf.tar.gz gdb-39ec04904ff172dd67fd43ed3720f26d854732bf.tar.bz2 |
Fix C-x 1 from gdb prompt
Pedro pointed out on irc that C-x 1 from the gdb prompt will cause a
crash. This happened because of a bug in remove_windows -- it would
always remove all the windows from the layout. This patch fixes this
bug, and also arranges to have C-x 1 preserve the status window.
gdb/ChangeLog
2020-06-16 Tom Tromey <tom@tromey.com>
* tui/tui-layout.c (tui_layout_split::remove_windows): Fix logic.
Also preserve the status window.
Diffstat (limited to 'gdb/tui/tui.c')
0 files changed, 0 insertions, 0 deletions