binutils-gdb/gdb/cli
Simon Marchi efe2296bde gdb: remove unnecessary call to std::string constructor
I spotted this explicit call to std::string, which creates an
unnecessary temporary extra std::string, while calling emplace_back.
I'm not sure if it has any impact in an optimized build, maybe the
compiler elides it.  But still, it's unnecessary.

Change-Id: I873337ea91db29ac06267aff8fc12dcf52824cac
Approved-By: Tom Tromey <tom@tromey.com>
2023-05-12 14:50:09 -04:00
..
cli-cmds.c gdb: fix error message for $_gdb_maint_setting 2023-05-12 10:54:25 +01:00
cli-cmds.h
cli-decode.c gdb: remove unnecessary call to std::string constructor 2023-05-12 14:50:09 -04:00
cli-decode.h
cli-dump.c
cli-interp.c gdb: move struct ui and related things to ui.{c,h} 2023-05-01 15:40:54 -04:00
cli-interp.h
cli-logging.c
cli-option.c
cli-option.h
cli-script.c gdb: move struct ui and related things to ui.{c,h} 2023-05-01 15:40:54 -04:00
cli-script.h
cli-setshow.c gdb: make deprecated_show_value_hack static 2023-04-28 22:50:46 +01:00
cli-setshow.h
cli-style.c
cli-style.h
cli-utils.c
cli-utils.h