Change tui_make_status_line to return std::string
authorTom Tromey <tom@tromey.com>
Tue, 23 Jul 2019 22:36:59 +0000 (16:36 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Sep 2019 19:49:05 +0000 (13:49 -0600)
commitf85321544357a44a824d9d31fd57ed4d3aae1a4a
tree37fdfff7e86fab7ed000e6e902184a35a6590b6f
parent2d81b349982daae463bd29a87e962dde6d099392
Change tui_make_status_line to return std::string

This changes tui_make_status_line to return std::string.  This cleans
it up a bit, and removes some explicit memory management.

gdb/ChangeLog
2019-09-20  Tom Tromey  <tom@tromey.com>

* tui/tui-stack.c (tui_make_status_line): Return std::string.
(tui_locator_window::rerender): Update.
gdb/ChangeLog
gdb/tui/tui-stack.c
This page took 0.029195 seconds and 4 git commands to generate.