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

#include "gdbthread.h"

Public Attributes

struct breakpointstep_resume_breakpoint
 
struct breakpointexception_resume_breakpoint
 
struct breakpointsingle_step_breakpoints
 
CORE_ADDR step_range_start
 
CORE_ADDR step_range_end
 
struct symbolstep_start_function
 
int may_range_step
 
struct frame_id step_frame_id
 
struct frame_id step_stack_frame_id
 
int trap_expected
 
int proceed_to_finish
 
int in_infcall
 
enum step_over_calls_kind step_over_calls
 
int stop_step
 
bpstat stop_bpstat
 
struct interpcommand_interp
 
int stepping_command
 

Detailed Description

Definition at line 46 of file gdbthread.h.

Member Data Documentation

struct interp* thread_control_state::command_interp

Definition at line 140 of file gdbthread.h.

Referenced by clear_proceed_status_thread(), follow_fork(), mi_on_normal_stop(), and proceed().

struct breakpoint* thread_control_state::exception_resume_breakpoint
int thread_control_state::in_infcall
int thread_control_state::may_range_step
int thread_control_state::proceed_to_finish
struct breakpoint* thread_control_state::single_step_breakpoints
struct frame_id thread_control_state::step_frame_id
enum step_over_calls_kind thread_control_state::step_over_calls
CORE_ADDR thread_control_state::step_range_end
CORE_ADDR thread_control_state::step_range_start
struct breakpoint* thread_control_state::step_resume_breakpoint
struct frame_id thread_control_state::step_stack_frame_id
struct symbol* thread_control_state::step_start_function
int thread_control_state::stepping_command
bpstat thread_control_state::stop_bpstat
int thread_control_state::stop_step
int thread_control_state::trap_expected

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