Remove cleanups from TUI
authorTom Tromey <tom@tromey.com>
Tue, 10 Oct 2017 01:13:31 +0000 (19:13 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 11 Oct 2017 22:21:43 +0000 (16:21 -0600)
commitf71c8822611a552e76843142a52b8197be0ea34a
treeae626428b83e68b04492225f589ba1e65d6e9a44
parent981a3fb3594dddae266b7a5014c3001727200d7b
Remove cleanups from TUI

This removes the last cleanups from the TUI, by using std::string
rather than manual memory management.

Regression tested against gdb.tui/*.exp on Fedora 26 x86-64.

gdb/ChangeLog
2017-10-09  Tom Tromey  <tom@tromey.com>

* tui/tui-win.c (tui_set_win_height, parse_scrolling_args): Use
std::string.
* tui/tui-layout.c (enum tui_status): Use std::string.
gdb/ChangeLog
gdb/tui/tui-layout.c
gdb/tui/tui-win.c