* infcmd.c (interrupt_command): Renamed from interrupt_target_command.
authorDoug Evans <xdje42@gmail.com>
Sat, 22 Mar 2014 11:48:33 +0000 (07:48 -0400)
committerDoug Evans <xdje42@gmail.com>
Sat, 22 Mar 2014 11:48:33 +0000 (07:48 -0400)
gdb/ChangeLog
gdb/infcmd.c

index e2f9d6d5a67429d163935f238486919760070c24..6e96d133301db2d49217cba84f5f4b7647edd91a 100644 (file)
@@ -1,3 +1,8 @@
+2014-03-22  Doug Evans  <xdje42@gmail.com>
+
+       * infcmd.c (interrupt_command): Renamed from interrupt_target_command.
+       All uses updated.
+
 2014-03-22  Yao Qi  <yao@codesourcery.com>
 
        * remote.c (target_read_live_memory): Remove.
index 2e70b474d63a3fabc1932d204593cf2356af3ade..16a1d54dd8d0e636c93f1ca13161ea5213a671e1 100644 (file)
@@ -2700,7 +2700,7 @@ interrupt_target_1 (int all_threads)
 
 /* interrupt [-a]  */
 static void
-interrupt_target_command (char *args, int from_tty)
+interrupt_command (char *args, int from_tty)
 {
   if (target_can_async_p ())
     {
@@ -3067,7 +3067,7 @@ You may specify arguments to give to your program, just as with the\n\
 \"run\" command."));
   set_cmd_completer (c, filename_completer);
 
-  add_com ("interrupt", class_run, interrupt_target_command,
+  add_com ("interrupt", class_run, interrupt_command,
           _("Interrupt the execution of the debugged program.\n\
 If non-stop mode is enabled, interrupt only the current thread,\n\
 otherwise all the threads in the program are stopped.  To \n\
This page took 0.02977 seconds and 4 git commands to generate.