mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
Kill cmd_async_ok.
* cli/cli-decode.h (CMD_ASYNC_OK, set_cmd_async_ok) (get_cmd_async_ok): Remove. * cli/cli-decode.c (set_cmd_async_ok, get_cmd_async_ok): Remove. * cli/cli-cmds.c (init_cli_cmds): Don't use set_cmd_async_ok. * infcmd.c (_initialize_infcmd): Likewise. * thread.c (_initialize_thread): Likewise.
This commit is contained in:
@ -2390,7 +2390,6 @@ continue all stopped threads in non-stop mode, use the -a option.\n\
|
||||
Specifying -a and an ignore count simultaneously is an error."));
|
||||
add_com_alias ("c", "cont", class_run, 1);
|
||||
add_com_alias ("fg", "cont", class_run, 1);
|
||||
set_cmd_async_ok (c);
|
||||
|
||||
c = add_com ("run", class_run, run_command, _("\
|
||||
Start debugged program. You may specify arguments to give it.\n\
|
||||
@ -2416,7 +2415,6 @@ You may specify arguments to give to your program, just as with the\n\
|
||||
If non-stop mode is enabled, interrupt only the current thread,\n\
|
||||
otherwise all the threads in the program are stopped. To \n\
|
||||
interrupt all running threads in non-stop mode, use the -a option."));
|
||||
set_cmd_async_ok (c);
|
||||
|
||||
add_info ("registers", nofp_registers_info, _("\
|
||||
List of integer registers and their contents, for selected stack frame.\n\
|
||||
|
Reference in New Issue
Block a user