Rename target_{stop,continue}_ptid
[deliverable/binutils-gdb.git] / gdb / gdbserver / target.c
index c95b2f035e9f532655a0a5d0a4346f7e7ac9dfab..d63e21182a4948616fd04c6894cca34be5706089 100644 (file)
@@ -137,7 +137,7 @@ mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options,
 /* See target/target.h.  */
 
 void
-target_stop_ptid (ptid_t ptid)
+target_stop_and_wait (ptid_t ptid)
 {
   struct target_waitstatus status;
   int was_non_stop = non_stop;
@@ -156,7 +156,7 @@ target_stop_ptid (ptid_t ptid)
 /* See target/target.h.  */
 
 void
-target_continue_ptid (ptid_t ptid)
+target_continue_no_signal (ptid_t ptid)
 {
   struct thread_resume resume_info;
 
This page took 0.025427 seconds and 4 git commands to generate.