Use target_continue{,_no_signal} instead of target_resume
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 4dc2e451ea6dd93495b3b160d33636a75033ff53..921a5d4536c6193b18f80e3a3e2830993f365832 100644 (file)
@@ -1,3 +1,12 @@
+2016-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * server.c (start_inferior): New variable 'ptid'.  Replace calls
+       to the_target->resume by target_continue{,_no_signal}, depending
+       on the case.
+       * target.c (target_stop_and_wait): Call target_continue_no_signal
+       instead of the_target->resume.
+       (target_continue): New function.
+
 2016-08-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
 
        * linux-low.c (linux_wait_1): Move event switch after unsuspend_lwps.
This page took 0.034066 seconds and 4 git commands to generate.