Searched defs:ps_prochandle (Results 1 – 2 of 2) sorted by relevance
198 struct ps_prochandle { struct199 struct ps_lwphandle **hashtab; /* hash table for LWPs (Lgrab()) */200 mutex_t proc_lock; /* protects hash table; serializes Lgrab() */201 pstatus_t orig_status; /* remembered status on Pgrab() */202 pstatus_t status; /* status when stopped */203 psinfo_t psinfo; /* psinfo_t from last Ppsinfo() request */204 uintptr_t sysaddr; /* address of most recent syscall instruction */205 pid_t pid; /* process-ID */206 int state; /* state of the process, see "libproc.h" */207 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 …]