GDBserver
Public Attributes | List of all members
lwp_info Struct Reference

#include "linux-low.h"

Public Attributes

struct thread_infothread
 
int stop_expected
 
int suspended
 
int stopped
 
int last_status
 
struct target_waitstatus waitstatus
 
CORE_ADDR stop_pc
 
int status_pending_p
 
int status_pending
 
enum target_stop_reason stop_reason
 
CORE_ADDR stopped_data_address
 
CORE_ADDR bp_reinsert
 
int stepping
 
CORE_ADDR step_range_start
 
CORE_ADDR step_range_end
 
int must_set_ptrace_flags
 
struct pending_signalspending_signals
 
struct thread_resumeresume
 
int collecting_fast_tracepoint
 
struct pending_signalspending_signals_to_report
 
struct breakpointexit_jump_pad_bkpt
 
int need_step_over
 
struct arch_lwp_infoarch_private
 

Detailed Description

Definition at line 248 of file linux-low.h.

Member Data Documentation

struct arch_lwp_info* lwp_info::arch_private
CORE_ADDR lwp_info::bp_reinsert
int lwp_info::collecting_fast_tracepoint
struct breakpoint* lwp_info::exit_jump_pad_bkpt

Definition at line 338 of file linux-low.h.

Referenced by linux_wait_1(), and maybe_move_out_of_jump_pad().

int lwp_info::last_status
int lwp_info::must_set_ptrace_flags
int lwp_info::need_step_over

Definition at line 342 of file linux-low.h.

Referenced by linux_wait_1(), and need_step_over_p().

struct pending_signals* lwp_info::pending_signals
struct pending_signals* lwp_info::pending_signals_to_report
struct thread_resume* lwp_info::resume
int lwp_info::status_pending
int lwp_info::status_pending_p
CORE_ADDR lwp_info::step_range_end

Definition at line 310 of file linux-low.h.

Referenced by linux_set_resume_request(), linux_wait_1(), and lwp_in_step_range().

CORE_ADDR lwp_info::step_range_start

Definition at line 309 of file linux-low.h.

Referenced by linux_set_resume_request(), linux_wait_1(), and lwp_in_step_range().

int lwp_info::stepping
int lwp_info::stop_expected
CORE_ADDR lwp_info::stop_pc
enum target_stop_reason lwp_info::stop_reason
int lwp_info::stopped
CORE_ADDR lwp_info::stopped_data_address

Definition at line 296 of file linux-low.h.

Referenced by check_stopped_by_watchpoint(), and linux_stopped_data_address().

int lwp_info::suspended
struct thread_info* lwp_info::thread

Definition at line 251 of file linux-low.h.

Referenced by add_lwp(), and move_out_of_jump_pad_callback().

struct target_waitstatus lwp_info::waitstatus

Definition at line 276 of file linux-low.h.

Referenced by add_lwp(), handle_extended_wait(), linux_wait_1(), and mark_lwp_dead().


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