Searched refs:in_infcall (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-interp.c | 459 if (tp->control.in_infcall) in on_about_to_proceed() 712 if (tp->control.in_infcall) in on_target_resumed()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gdbthread.h | 161 int in_infcall = 0; member
|
| D | infcall.c | 811 = make_scoped_restore (&call_thread->control.in_infcall, 1); in run_inferior_call()
|
| D | infrun.c | 3681 if (!cur_thr->control.in_infcall) in proceed() 6617 if (!(tp->state == THREAD_RUNNING || tp->control.in_infcall)) in restart_threads()
|
| D | breakpoint.c | 4727 if (tp->control.in_infcall) in breakpoint_about_to_proceed()
|
| D | ChangeLog-2009 | 11052 * gdbthread.h (struct thread_info): Add in_infcall member. 11053 * infcall.c (run_inferior_call): Save, set and restore in_infcall. 11062 * infrun.c (struct inferior_status): Add in_infcall member.
|
| D | ChangeLog-2010 | 606 trap_expected, proceed_to_finish, in_infcall, step_over_calls, 638 trap_expected, proceed_to_finish, in_infcall, step_over_calls,
|