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

#include "gdbthread.h"

Classes

struct  step_frame_id
 
struct  step_stack_frame_id
 

Public Attributes

struct breakpointstep_resume_breakpoint = nullptr
 
struct breakpointexception_resume_breakpoint = nullptr
 
struct breakpointsingle_step_breakpoints = nullptr
 
CORE_ADDR step_range_start = 0
 
CORE_ADDR step_range_end = 0
 
struct symbolstep_start_function = nullptr
 
int may_range_step = 0
 
int trap_expected = 0
 
int proceed_to_finish = 0
 
int in_infcall = 0
 
enum step_over_calls_kind step_over_calls = STEP_OVER_NONE
 
int stop_step = 0
 
bpstatstop_bpstat = nullptr
 
int stepping_command = 0
 

Detailed Description

Definition at line 97 of file gdbthread.h.

Member Data Documentation

◆ exception_resume_breakpoint

struct breakpoint* thread_control_state::exception_resume_breakpoint = nullptr

◆ in_infcall

int thread_control_state::in_infcall = 0

◆ may_range_step

int thread_control_state::may_range_step = 0

◆ proceed_to_finish

int thread_control_state::proceed_to_finish = 0

◆ single_step_breakpoints

struct breakpoint* thread_control_state::single_step_breakpoints = nullptr

◆ step_over_calls

enum step_over_calls_kind thread_control_state::step_over_calls = STEP_OVER_NONE

◆ step_range_end

CORE_ADDR thread_control_state::step_range_end = 0

◆ step_range_start

CORE_ADDR thread_control_state::step_range_start = 0

◆ step_resume_breakpoint

struct breakpoint* thread_control_state::step_resume_breakpoint = nullptr

◆ step_start_function

struct symbol* thread_control_state::step_start_function = nullptr

◆ stepping_command

int thread_control_state::stepping_command = 0

◆ stop_bpstat

bpstat* thread_control_state::stop_bpstat = nullptr

◆ stop_step

int thread_control_state::stop_step = 0

◆ trap_expected

int thread_control_state::trap_expected = 0

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