This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Remove cleanups from TUI


On 10/10/2017 09:25 PM, Tom Tromey wrote:
> This removes the last cleanups from the TUI, by using std::string

Hurray!

> 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.

OK.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]