Kill cmd_async_ok.
[deliverable/binutils-gdb.git] / gdb / thread.c
index 0767aa04b31826bb494cf0904af222dbeb825929..f90606ce6904c6bc266f0c68520827a30050f695 100644 (file)
@@ -1243,25 +1243,21 @@ _initialize_thread (void)
 
   c = add_info ("threads", info_threads_command,
                _("IDs of currently known threads."));
-  set_cmd_async_ok (c);
   set_cmd_no_selected_thread_ok (c);
 
   c = add_prefix_cmd ("thread", class_run, thread_command, _("\
 Use this command to switch between threads.\n\
 The new thread ID must be currently known."),
                      &thread_cmd_list, "thread ", 1, &cmdlist);
-  set_cmd_async_ok (c);
   set_cmd_no_selected_thread_ok (c);
 
   c = add_prefix_cmd ("apply", class_run, thread_apply_command,
                      _("Apply a command to a list of threads."),
                      &thread_apply_list, "thread apply ", 1, &thread_cmd_list);
-  set_cmd_async_ok (c);
   set_cmd_no_selected_thread_ok (c);
 
   c = add_cmd ("all", class_run, thread_apply_all_command,
               _("Apply a command to all threads."), &thread_apply_list);
-  set_cmd_async_ok (c);
   set_cmd_no_selected_thread_ok (c);
 
   if (!xdb_commands)
This page took 0.027599 seconds and 4 git commands to generate.