diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2018-02-13 00:32:53 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2018-02-13 00:33:04 -0500 |
commit | 387cd15b93fdca3a66bbda427c4e1d9340bfb532 (patch) | |
tree | f2f0d972f642089ec8fb8937a19a2e642eaf7aa5 /gdb/dwarf2read.c | |
parent | 0f3f3a55b561e8560a6df2560363143751b5d9af (diff) | |
download | binutils-387cd15b93fdca3a66bbda427c4e1d9340bfb532.zip binutils-387cd15b93fdca3a66bbda427c4e1d9340bfb532.tar.gz binutils-387cd15b93fdca3a66bbda427c4e1d9340bfb532.tar.bz2 |
Fix prefix of maint set/show per-command
I noticed this:
(gdb) apropos per-command
maintenance set per-command -- Per-command statistics settings
set per-command space -- Set whether to display per-command space usage
set per-command symtab -- Set whether to display per-command symtab statistics
set per-command time -- Set whether to display per-command execution time
maintenance show per-command -- Show per-command statistics settings
show per-command space -- Show whether to display per-command space usage
show per-command symtab -- Show whether to display per-command symtab statistics
show per-command time -- Show whether to display per-command execution time
The subcommands of "maintenance set per-command" are missing the
maintenance keyword. This is because that command is registered with
the wrong prefix. This patch fixes that.
gdb/ChangeLog:
* maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
per-command.
Diffstat (limited to 'gdb/dwarf2read.c')
0 files changed, 0 insertions, 0 deletions