Lines Matching refs:executing
1223 void remote_notice_new_inferior (ptid_t currthread, bool executing);
1228 thread_info *remote_add_thread (ptid_t ptid, bool running, bool executing,
2923 /* Add thread PTID to GDB's thread list. Tag it as executing/running
2924 according to EXECUTING and RUNNING respectively. If SILENT_P (or the
2929 remote_target::remote_add_thread (ptid_t ptid, bool running, bool executing,
2946 if (executing)
2948 set_executing (this, ptid, executing);
2958 GDB's inferior list as well. EXECUTING indicates whether the
2959 thread is (internally) executing or stopped. */
2962 remote_target::remote_notice_new_inferior (ptid_t currthread, bool executing)
2977 remote_add_thread (currthread, running, executing, false);
2999 = remote_add_thread (currthread, running, executing, false);
3030 = remote_add_thread (currthread, running, executing, false);
3041 notice_new_inferior (new_thr, executing, 0);
4355 executing until proven otherwise with a stop reply.
4358 bool executing = target_is_non_stop_p ();
4360 remote_notice_new_inferior (item.ptid, executing);
10446 synchronous mode) to wait for a target that is is executing user
12101 is still executing the (long) monitor command.