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

#include "linux-nat.h"

Public Attributes

ptid_t ptid
 
int must_set_ptrace_flags
 
int cloned
 
int signalled
 
int stopped
 
int resumed
 
enum resume_kind last_resume_kind
 
int status
 
CORE_ADDR stop_pc
 
int step
 
enum target_stop_reason stop_reason
 
int stopped_data_address_p
 
CORE_ADDR stopped_data_address
 
int ignore_sigint
 
struct target_waitstatus waitstatus
 
int syscall_state
 
int core
 
struct arch_lwp_infoarch_private
 
struct lwp_infonext
 

Detailed Description

Definition at line 30 of file linux-nat.h.

Member Data Documentation

struct arch_lwp_info* lwp_info::arch_private
int lwp_info::cloned
int lwp_info::core
int lwp_info::ignore_sigint
enum resume_kind lwp_info::last_resume_kind
int lwp_info::must_set_ptrace_flags

Definition at line 38 of file linux-nat.h.

Referenced by attach_proc_task_lwp_callback(), linux_nat_filter_event(), and wait_lwp().

struct lwp_info* lwp_info::next
ptid_t lwp_info::ptid
int lwp_info::resumed
int lwp_info::signalled
int lwp_info::status
int lwp_info::step
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 86 of file linux-nat.h.

Referenced by check_stopped_by_watchpoint(), and linux_nat_stopped_data_address().

int lwp_info::stopped_data_address_p

Definition at line 85 of file linux-nat.h.

Referenced by check_stopped_by_watchpoint(), and linux_nat_stopped_data_address().

int lwp_info::syscall_state

Definition at line 101 of file linux-nat.h.

Referenced by linux_handle_syscall_trap().

struct target_waitstatus lwp_info::waitstatus

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