GDB (xrefs)
Public Attributes | List of all members
infcall_control_state Struct Reference

Public Attributes

struct thread_control_state thread_control
 
struct inferior_control_state inferior_control
 
enum stop_stack_kind stop_stack_dummy
 
int stopped_by_random_signal
 
int stop_after_trap
 
struct frame_id selected_frame_id
 

Detailed Description

Definition at line 7380 of file infrun.c.

Member Data Documentation

struct inferior_control_state infcall_control_state::inferior_control

Definition at line 7383 of file infrun.c.

Referenced by restore_infcall_control_state(), and save_infcall_control_state().

struct frame_id infcall_control_state::selected_frame_id

Definition at line 7391 of file infrun.c.

Referenced by restore_infcall_control_state(), and save_infcall_control_state().

int infcall_control_state::stop_after_trap

Definition at line 7388 of file infrun.c.

Referenced by restore_infcall_control_state(), and save_infcall_control_state().

enum stop_stack_kind infcall_control_state::stop_stack_dummy

Definition at line 7386 of file infrun.c.

Referenced by restore_infcall_control_state(), and save_infcall_control_state().

int infcall_control_state::stopped_by_random_signal

Definition at line 7387 of file infrun.c.

Referenced by restore_infcall_control_state(), and save_infcall_control_state().

struct thread_control_state infcall_control_state::thread_control

The documentation for this struct was generated from the following file: