mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
copy/paste typo when registering the `show ravenscar' prefix command
gdb/ChangeLog: * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo in name of "show ravenscar" prefix command name.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-11-22 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
|
||||||
|
in name of "show ravenscar" prefix command name.
|
||||||
|
|
||||||
2010-11-22 Joel Brobecker <brobecker@adacore.com>
|
2010-11-22 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* ravenscar-thread.c (show_ravenscar_task_switching_command):
|
* ravenscar-thread.c (show_ravenscar_task_switching_command):
|
||||||
|
@ -438,7 +438,7 @@ _initialize_ravenscar (void)
|
|||||||
|
|
||||||
add_prefix_cmd ("ravenscar", no_class, show_ravenscar_command,
|
add_prefix_cmd ("ravenscar", no_class, show_ravenscar_command,
|
||||||
_("Prefix command for showing Ravenscar-specific settings"),
|
_("Prefix command for showing Ravenscar-specific settings"),
|
||||||
&show_ravenscar_list, "set ravenscar ", 0, &showlist);
|
&show_ravenscar_list, "show ravenscar ", 0, &showlist);
|
||||||
|
|
||||||
add_setshow_boolean_cmd ("task-switching", class_obscure,
|
add_setshow_boolean_cmd ("task-switching", class_obscure,
|
||||||
&ravenscar_task_support, _("\
|
&ravenscar_task_support, _("\
|
||||||
|
Reference in New Issue
Block a user