binutils-gdb/gdb/cli
Tom Tromey b57af50345 Use std::string in do_set_command
Change do_set_command to use std::string, removing a cleanup and some
manual resizing code.

ChangeLog
2017-09-03  Tom Tromey  <tom@tromey.com>

	* cli/cli-setshow.c (do_set_command): Use std::string.
2017-09-03 13:03:07 -06:00
..
cli-cmds.c Use unique_xmalloc_ptr in cd_command 2017-09-03 13:03:06 -06:00
cli-cmds.h Change return type of find_and_open_script 2017-08-03 07:58:53 -06:00
cli-decode.c Introduce class completion_tracker & rewrite completion<->readline interaction 2017-07-17 14:45:59 +01:00
cli-decode.h Clean up "completer_handle_brkchars" callback handling 2017-07-17 12:05:03 +01:00
cli-dump.c Use gdb::unique_xmalloc_ptr when calling tilde_expand 2017-08-05 15:52:49 -06:00
cli-interp.c
cli-interp.h
cli-logging.c
cli-script.c define_command: Don't convert command name to lower case 2017-08-28 23:05:04 +02:00
cli-script.h Introduce command_line_up 2017-04-12 11:16:17 -06:00
cli-setshow.c Use std::string in do_set_command 2017-09-03 13:03:07 -06:00
cli-setshow.h
cli-utils.c
cli-utils.h