diff options
author | Tom Tromey <tom@tromey.com> | 2017-10-09 19:13:31 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-10-11 16:21:43 -0600 |
commit | f71c8822611a552e76843142a52b8197be0ea34a (patch) | |
tree | ae626428b83e68b04492225f589ba1e65d6e9a44 /gdb/ChangeLog | |
parent | 981a3fb3594dddae266b7a5014c3001727200d7b (diff) | |
download | gdb-f71c8822611a552e76843142a52b8197be0ea34a.zip gdb-f71c8822611a552e76843142a52b8197be0ea34a.tar.gz gdb-f71c8822611a552e76843142a52b8197be0ea34a.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 60be796..532c2b9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + 2017-10-11 Tom Tromey <tom@tromey.com> * gdbthread.h (thread_command): Constify. |