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
 
int stepping_command
 

Detailed Description

Definition at line 50 of file gdbthread.h.

Member Data Documentation

◆ exception_resume_breakpoint

struct breakpoint* thread_control_state::exception_resume_breakpoint

◆ in_infcall

int thread_control_state::in_infcall

◆ may_range_step

int thread_control_state::may_range_step

◆ proceed_to_finish

int thread_control_state::proceed_to_finish

◆ single_step_breakpoints

struct breakpoint* thread_control_state::single_step_breakpoints

◆ step_frame_id

struct frame_id thread_control_state::step_frame_id

◆ step_over_calls

enum step_over_calls_kind thread_control_state::step_over_calls

◆ step_range_end

CORE_ADDR thread_control_state::step_range_end

◆ step_range_start

CORE_ADDR thread_control_state::step_range_start

◆ step_resume_breakpoint

struct breakpoint* thread_control_state::step_resume_breakpoint

◆ step_stack_frame_id

struct frame_id thread_control_state::step_stack_frame_id

◆ step_start_function

struct symbol* thread_control_state::step_start_function

◆ stepping_command

int thread_control_state::stepping_command

◆ stop_bpstat

bpstat thread_control_state::stop_bpstat

◆ stop_step

int thread_control_state::stop_step

◆ trap_expected

int thread_control_state::trap_expected

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