Lines Matching defs:cur_thr
769 thread_info *cur_thr = inferior_thread ();
772 = user_visible_resume_ptid (cur_thr->control.stepping_command);
784 if (tp == cur_thr)
819 switch_to_thread (cur_thr);
820 set_last_target_status_stopped (cur_thr);
833 switch_to_thread (cur_thr);
3628 thread_info *cur_thr = inferior_thread ();
3629 infrun_debug_printf ("cur_thr = %s", cur_thr->ptid.to_string ().c_str ());
3631 regcache *regcache = get_thread_regcache (cur_thr);
3636 init_thread_stepping_state (cur_thr);
3638 gdb_assert (!thread_is_in_step_over_chain (cur_thr));
3641 = user_visible_resume_ptid (cur_thr->control.stepping_command);
3649 const address_space *aspace = cur_thr->inf->aspace.get ();
3651 if (cur_thr->stop_pc_p ()
3652 && pc == cur_thr->stop_pc ()
3663 cur_thr->stepping_over_breakpoint = 1;
3669 cur_thr->stepping_over_breakpoint = 1;
3677 cur_thr->set_stop_signal (siggnal);
3690 if (!cur_thr->control.in_infcall)
3723 if (!non_stop && !schedlock_applies (cur_thr))
3732 if (tp == cur_thr)
3746 switch_to_thread (cur_thr);
3751 if (cur_thr->stepping_over_breakpoint)
3752 global_thread_step_over_chain_enqueue (cur_thr);
3759 cur_thr->prev_pc = regcache_read_pc_protected (regcache);
3791 proceed_resume_thread_checked (cur_thr);
3801 switch_to_thread (cur_thr);