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

#include "gnu-nat.h"

Public Attributes

thread_t port
 
int tid
 
int num
 
mach_port_t saved_exc_port
 
mach_port_t exc_port
 
int sc
 
int cur_sc
 
int run_sc
 
int pause_sc
 
int resume_sc
 
int detach_sc
 
thread_state_data_t state
 
int state_valid:1
 
int state_changed:1
 
int aborted:1
 
int dead:1
 
unsigned long fetched_regs
 
struct infinf
 
struct procnext
 

Detailed Description

Definition at line 57 of file gnu-nat.h.

Member Data Documentation

◆ aborted

int proc::aborted

◆ cur_sc

int proc::cur_sc

◆ dead

int proc::dead

◆ detach_sc

int proc::detach_sc

◆ exc_port

mach_port_t proc::exc_port

◆ fetched_regs

unsigned long proc::fetched_regs

◆ inf

struct inf* proc::inf

◆ next

struct proc* proc::next

◆ num

int proc::num

Definition at line 61 of file gnu-nat.h.

◆ pause_sc

int proc::pause_sc

◆ port

thread_t proc::port

◆ resume_sc

int proc::resume_sc

◆ run_sc

int proc::run_sc

◆ saved_exc_port

mach_port_t proc::saved_exc_port

◆ sc

int proc::sc

◆ state

thread_state_data_t proc::state

◆ state_changed

int proc::state_changed

◆ state_valid

int proc::state_valid

◆ tid

int proc::tid

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