Files
binutils-gdb/gdb/cli
Tom Tromey c65030964b Use std::string in do_set_command
do_set_command manually updates a string, only to copy it to a
std::string and free the working copy.  This patch changes this code
to use std::string for everything, simplifying the code and removing a
copy.

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
2023-06-20 07:52:28 -06:00
..
2023-06-05 12:53:15 +02:00
2023-02-13 15:22:20 -07:00
2023-02-13 15:21:06 -07:00