Home
last modified time | relevance | path

Searched defs:ps_prochandle (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Drdb.h150 struct ps_prochandle { struct
151 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 */
159 map_info_t pp_ldsomap; /* ld.so.1 map info */
160 map_info_t pp_execmap; /* exec map info */
164 int pp_flags; /* misc flags */
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h208 struct ps_prochandle { struct
212 pstatus_t status; /* status when stopped */
215 pid_t pid; /* process-ID */
217 uint_t flags; /* see defines below */
219 int asfd; /* /proc/<pid>/as filedescriptor */
222 int agentctlfd; /* /proc/<pid>/lwp/agent/ctl */
226 size_t map_count; /* number of mappings */
231 auxv_t *auxv; /* the process's aux vector */
232 int nauxv; /* number of aux vector entries */
233 rd_agent_t *rap; /* cookie for rtld_db */
[all …]