Home
last modified time | relevance | path

Searched refs:execution_control_state (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dinfrun.c2408 struct execution_control_state struct
2424 static void handle_inferior_event (struct execution_control_state *ecs); argument
2427 struct execution_control_state *ecs);
2429 struct execution_control_state *ecs);
2430 static void check_exception_resume (struct execution_control_state *,
2433 static void stop_stepping (struct execution_control_state *ecs);
2434 static void prepare_to_wait (struct execution_control_state *ecs);
2435 static void keep_going (struct execution_control_state *ecs);
2458 struct execution_control_state ecss; in infrun_thread_stop_requested_callback()
2459 struct execution_control_state *ecs = &ecss; in infrun_thread_stop_requested_callback()
[all …]