GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Public Attributes | List of all members
infcall_control_state Struct Reference

Classes

struct  selected_frame_id
 

Public Attributes

struct thread_control_state thread_control
 
struct inferior_control_state inferior_control
 
enum stop_stack_kind stop_stack_dummy = STOP_NONE
 
int stopped_by_random_signal = 0
 
int selected_frame_level = -1
 

Detailed Description

Definition at line 9656 of file infrun.c.

Member Data Documentation

◆ inferior_control

struct inferior_control_state infcall_control_state::inferior_control

Definition at line 9659 of file infrun.c.

Referenced by restore_infcall_control_state().

◆ selected_frame_level

int infcall_control_state::selected_frame_level = -1

Definition at line 9668 of file infrun.c.

Referenced by restore_infcall_control_state().

◆ stop_stack_dummy

enum stop_stack_kind infcall_control_state::stop_stack_dummy = STOP_NONE

Definition at line 9662 of file infrun.c.

Referenced by restore_infcall_control_state().

◆ stopped_by_random_signal

int infcall_control_state::stopped_by_random_signal = 0

Definition at line 9663 of file infrun.c.

Referenced by restore_infcall_control_state().

◆ thread_control

struct thread_control_state infcall_control_state::thread_control

Definition at line 9658 of file infrun.c.

Referenced by discard_infcall_control_state(), and restore_infcall_control_state().


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