Home | History | Annotate | Download | only in gdb

Lines Matching refs:executing

376 thread_info::set_executing (bool executing)
378 m_executing = executing;
379 if (executing)
439 gdb_assert (!this->executing ());
691 /* Prefer the current thread if it's not executing. */
695 executing, use it. Otherwise, still choose it (below), but
696 only if no other non-executing thread is found. */
700 else if (!curr_tp->executing ())
706 if (!tp->executing ())
712 /* If both the current thread and all live threads are executing,
717 /* Otherwise, just return an executing thread, if any. */
934 set_executing (process_stratum_target *targ, ptid_t ptid, bool executing)
937 tp->set_executing (executing);
940 if (executing)
974 if (set_running_thread (tp, tp->executing ()))
998 at the prompt) when a thread is not executing for some internal
1001 if (tp->executing ())
1004 the thread is executing, it is always safe to read from it since
1025 if (thread->executing ())
1720 refcount while executing the command in the context of each
2147 if (tp->executing ())