gdb: add completion handler for "handle" and "signal"
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 635e577eda15c022ac9c6b2171b043a3438d5314..d56503ca47a973a30e72e3ffa521aecbcb5aef07 100644 (file)
@@ -3016,9 +3016,10 @@ Disconnect from a target.\n\
 The target will wait for another debugger to connect.  Not available for\n\
 all targets."));
 
-  add_com ("signal", class_run, signal_command, _("\
+  c = add_com ("signal", class_run, signal_command, _("\
 Continue program giving it signal specified by the argument.\n\
 An argument of \"0\" means continue program without giving it a signal."));
+  set_cmd_completer (c, signal_completer);
 
   add_com ("stepi", class_run, stepi_command, _("\
 Step one instruction exactly.\n\
This page took 0.025866 seconds and 4 git commands to generate.