Searched defs:ps_prochandle (Results 1 – 2 of 2) sorted by relevance
209 struct ps_prochandle { struct210 struct ps_lwphandle **hashtab; /* hash table for LWPs (Lgrab()) */211 mutex_t proc_lock; /* protects hash table; serializes Lgrab() */212 pstatus_t orig_status; /* remembered status on Pgrab() */213 pstatus_t status; /* status when stopped */214 psinfo_t psinfo; /* psinfo_t from last Ppsinfo() request */215 uintptr_t sysaddr; /* address of most recent syscall instruction */216 pid_t pid; /* process-ID */217 int state; /* state of the process, see "libproc.h" */218 uint_t flags; /* see defines below */[all …]
150 struct ps_prochandle { struct151 pid_t pp_pid; /* debug process pid */152 rd_agent_t *pp_rap; /* rtld_db handle */153 int pp_ctlfd; /* open ctl proc fd */154 int pp_statusfd; /* open status proc fd */155 int pp_asfd; /* open as proc fd */156 int pp_mapfd; /* open map proc fd */157 uintptr_t pp_ldsobase; /* ld.so.1 base address */158 uintptr_t pp_execphdr; /* a.out phdr address */159 map_info_t pp_ldsomap; /* ld.so.1 map info */[all …]