HomeSort by: relevance | last modified time | path
    Searched defs:cur_thr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 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);
768 thread_info *cur_thr = inferior_thread (); local
3624 thread_info *cur_thr = inferior_thread (); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
infrun.c 771 thread_info *cur_thr = inferior_thread ();
774 = user_visible_resume_ptid (cur_thr->control.stepping_command);
786 if (tp == cur_thr)
821 switch_to_thread (cur_thr);
822 set_last_target_status_stopped (cur_thr);
835 switch_to_thread (cur_thr);
3622 thread_info *cur_thr = inferior_thread ();
3623 infrun_debug_printf ("cur_thr = %s", cur_thr->ptid.to_string ().c_str ());
3625 regcache *regcache = get_thread_regcache (cur_thr);
770 thread_info *cur_thr = inferior_thread (); local
3618 thread_info *cur_thr = inferior_thread (); local
    [all...]

Completed in 21 milliseconds