Use target_continue{,_no_signal} instead of target_resume
[deliverable/binutils-gdb.git] / gdb / procfs.c
index 67b424f5e565587c80f0ce725f6170af0a3055d4..0e0641eb0ac574410ba4963ecdc9b436c5b16b32 100644 (file)
@@ -3716,7 +3716,7 @@ wait_again:
                    else
                      {
                        /* How to keep going without returning to wfi: */
-                       target_resume (ptid, 0, GDB_SIGNAL_0);
+                       target_continue_no_signal (ptid);
                        goto wait_again;
                      }
                  }
@@ -3742,7 +3742,7 @@ wait_again:
                    /* This is an internal event and should be transparent
                       to wfi, so resume the execution and wait again.  See
                       comment in procfs_init_inferior() for more details.  */
-                   target_resume (ptid, 0, GDB_SIGNAL_0);
+                   target_continue_no_signal (ptid);
                    goto wait_again;
                  }
 #endif
This page took 0.023239 seconds and 4 git commands to generate.