Lines Matching defs:proc_handle
65 struct proc_handle { struct
66 struct proc_handle_public public; /* Public fields. */ argument
67 int flags; /* Process flags. */
68 int status; /* Process status (PS_*). */
69 int wstat; /* Process wait status. */
70 int model; /* Process data model. */
71 rd_agent_t *rdap; /* librtld_db agent */
72 struct map_info *mappings; /* File mappings for proc. */
73 size_t maparrsz; /* Map array size. */
74 size_t nmappings; /* Number of mappings. */
75 size_t exec_map; /* Executable text mapping index. */
76 lwpstatus_t lwps; /* Process status. */
77 struct procstat *procstat; /* libprocstat handle. */
78 char execpath[PATH_MAX]; /* Path to program executable. */