Change ints to bools around thread_info executing/resumed
[deliverable/binutils-gdb.git] / gdb / remote.c
index be2987707ff7ea36c901d0b49ed4fcb230c2ea45..dafdfa8f6c92bfe17e3505301bb8bdc58b33c961 100644 (file)
@@ -4449,8 +4449,8 @@ remote_target::process_initial_stop_replies (int from_tty)
          || ws.value.sig != GDB_SIGNAL_0)
        evthread->suspend.waitstatus_pending_p = 1;
 
-      set_executing (this, event_ptid, 0);
-      set_running (this, event_ptid, 0);
+      set_executing (this, event_ptid, false);
+      set_running (this, event_ptid, false);
       get_remote_thread_info (evthread)->vcont_resumed = 0;
     }
 
This page took 0.025191 seconds and 4 git commands to generate.