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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-decode.c gdb: remove unnecessary call to std::string constructor 2023-05-12 14:50:09 -04:00
cli-decode.h gdb: remove unused parameters in print_doc_of_command, apropos_cmd 2023-04-02 14:11:33 -04:00
cli-dump.c Remove deprecated_lval_hack 2023-02-13 15:22:20 -07:00
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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-logging.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-option.c GDB: Allow arbitrary keywords in integer set commands 2023-01-19 21:15:56 +00:00
cli-option.h GDB: Allow arbitrary keywords in integer set commands 2023-01-19 21:15:56 +00:00
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 Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-setshow.c gdb: make deprecated_show_value_hack static 2023-04-28 22:50:46 +01:00
cli-setshow.h GDB: Allow arbitrary keywords in integer set commands 2023-01-19 21:15:56 +00:00
cli-style.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-style.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-utils.c Turn value_type into method 2023-02-13 15:21:06 -07:00
cli-utils.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00