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 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
 
enum target_waitkind syscall_state
 
int core
 
struct arch_lwp_infoarch_private
 
struct lwp_infoprev
 
struct lwp_infonext
 

Detailed Description

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

Member Data Documentation

◆ arch_private

struct arch_lwp_info* lwp_info::arch_private

◆ core

int lwp_info::core

◆ ignore_sigint

int lwp_info::ignore_sigint

◆ last_resume_kind

enum resume_kind lwp_info::last_resume_kind

◆ must_set_ptrace_flags

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().

◆ next

struct lwp_info* lwp_info::next

◆ prev

struct lwp_info* lwp_info::prev

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

Referenced by lwp_list_add(), and lwp_list_remove().

◆ ptid

ptid_t lwp_info::ptid

◆ resumed

int lwp_info::resumed

◆ signalled

int lwp_info::signalled

◆ status

int lwp_info::status

◆ step

int lwp_info::step

◆ stop_pc

CORE_ADDR lwp_info::stop_pc

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

Referenced by linux_resume_one_lwp_throw(), save_stop_reason(), and status_callback().

◆ stop_reason

enum target_stop_reason lwp_info::stop_reason

◆ stopped

int lwp_info::stopped

◆ stopped_data_address

CORE_ADDR lwp_info::stopped_data_address

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

Referenced by check_stopped_by_watchpoint(), and linux_nat_stopped_data_address().

◆ stopped_data_address_p

int lwp_info::stopped_data_address_p

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

Referenced by check_stopped_by_watchpoint(), and linux_nat_stopped_data_address().

◆ syscall_state

enum target_waitkind lwp_info::syscall_state

◆ waitstatus

struct target_waitstatus lwp_info::waitstatus

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