aboutsummaryrefslogtreecommitdiff
path: root/cpu/ip2k.cpu
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2023-12-09 14:44:49 +0100
committerTom de Vries <tdevries@suse.de>2023-12-09 14:44:49 +0100
commit2540e3a87edcb734ef448c3a68ac4827e298f76f (patch)
treed7cfdc5e225937e7e70eede65a09d97a4f436df5 /cpu/ip2k.cpu
parent95385060771b0cac95a39320c44eca857fb177ae (diff)
downloadgdb-2540e3a87edcb734ef448c3a68ac4827e298f76f.zip
gdb-2540e3a87edcb734ef448c3a68ac4827e298f76f.tar.gz
gdb-2540e3a87edcb734ef448c3a68ac4827e298f76f.tar.bz2
[gdb/tui] Handle shared border in fixed-sized layout
In tui_layout_split::apply I noticed that for variable-size layouts we take share_box into account by decreasing used_size: ... used_size += info[i].size; if (info[i].share_box) --used_size; ... but not for fixed-size layouts: ... if (info[i].min_size == info[i].max_size) available_size -= info[i].min_size; ... Fix this by increasing available_size for fixed-size layouts with shared box. Tested on x86_64-linux. Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'cpu/ip2k.cpu')
0 files changed, 0 insertions, 0 deletions