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

  /src/external/gpl3/gdb/dist/gdb/
infcall.c 793 struct thread_info *call_thread, CORE_ADDR real_pc,
799 ptid_t call_thread_ptid = call_thread->ptid;
800 int was_running = call_thread->state == THREAD_RUNNING;
811 = make_scoped_restore (&call_thread->control.in_infcall, 1);
817 call_thread->set_thread_fsm (std::move (sm));
822 call_thread->control.proceed_to_finish = 1;
848 bool direct_call_p = !call_thread->control.in_cond_eval;
849 infcall_timer_controller infcall_timer (call_thread, direct_call_p);
895 if (call_thread->thread_fsm ()->finished_p ())
919 finish_thread_state (call_thread->inf->process_target ()
1068 thread_info_ref call_thread local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
infcall.c 793 struct thread_info *call_thread, CORE_ADDR real_pc,
799 ptid_t call_thread_ptid = call_thread->ptid;
800 int was_running = call_thread->state == THREAD_RUNNING;
811 = make_scoped_restore (&call_thread->control.in_infcall, 1);
817 call_thread->set_thread_fsm (std::move (sm));
822 call_thread->control.proceed_to_finish = 1;
848 bool direct_call_p = !call_thread->control.in_cond_eval;
849 infcall_timer_controller infcall_timer (call_thread, direct_call_p);
895 if (call_thread->thread_fsm ()->finished_p ())
919 finish_thread_state (call_thread->inf->process_target ()
1068 thread_info_ref call_thread local
    [all...]

Completed in 32 milliseconds