GDB (xrefs)
Public Attributes
proc Struct Reference

#include "gnu-nat.h"

List of all members.

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 37 of file gnu-nat.h.


Member Data Documentation

mach_port_t proc::exc_port
unsigned long proc::fetched_regs

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

Referenced by gnu_fetch_registers(), gnu_store_registers(), and proc_update_sc().

struct inf* proc::inf
struct proc* proc::next

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

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

Referenced by inf_resume(), inf_set_threads_resume_sc(), and make_proc().

mach_port_t proc::saved_exc_port
thread_state_data_t proc::state

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

Referenced by gnu_fetch_registers(), gnu_store_registers(), proc_get_state(), and proc_update_sc().

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

Referenced by make_proc(), proc_get_state(), and proc_update_sc().

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

Referenced by gnu_store_registers(), make_proc(), proc_get_state(), and proc_update_sc().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines