mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
This commit is contained in:
parent
60cf58f5cf
commit
0380c18b13
@ -1,3 +1,7 @@
|
||||
2009-01-07 Doug Evans <dje@google.com>
|
||||
|
||||
* cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
|
||||
|
||||
2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
|
||||
|
@ -1111,7 +1111,7 @@ ambiguous_line_spec (struct symtabs_and_lines *sals)
|
||||
static void
|
||||
set_debug (char *arg, int from_tty)
|
||||
{
|
||||
printf_unfiltered (_("\"set debug\" must be followed by the name of a print subcommand.\n"));
|
||||
printf_unfiltered (_("\"set debug\" must be followed by the name of a debug subcommand.\n"));
|
||||
help_list (setdebuglist, "set debug ", -1, gdb_stdout);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user