Lines Matching refs:proc_handle
41 struct proc_handle;
133 prmap_t *proc_addr2map(struct proc_handle *, uintptr_t);
134 prmap_t *proc_name2map(struct proc_handle *, const char *);
135 char *proc_objname(struct proc_handle *, uintptr_t, char *, size_t);
136 int proc_iter_objs(struct proc_handle *, proc_map_f *, void *);
137 int proc_iter_symbyaddr(struct proc_handle *, const char *, int,
139 int proc_addr2sym(struct proc_handle *, uintptr_t, char *, size_t, GElf_Sym *);
140 int proc_attach(pid_t pid, int flags, struct proc_handle **pphdl);
141 int proc_continue(struct proc_handle *);
142 int proc_clearflags(struct proc_handle *, int);
144 proc_child_func *, void *, struct proc_handle **);
145 int proc_detach(struct proc_handle *, int);
146 int proc_getflags(struct proc_handle *);
147 int proc_name2sym(struct proc_handle *, const char *, const char *,
149 struct ctf_file *proc_name2ctf(struct proc_handle *, const char *);
150 int proc_setflags(struct proc_handle *, int);
151 int proc_state(struct proc_handle *);
152 int proc_getmodel(struct proc_handle *);
153 int proc_wstatus(struct proc_handle *);
154 int proc_getwstat(struct proc_handle *);
156 int proc_read(struct proc_handle *, void *, size_t, size_t);
157 const lwpstatus_t *proc_getlwpstatus(struct proc_handle *);
158 void proc_free(struct proc_handle *);
159 rd_agent_t *proc_rdagent(struct proc_handle *);
160 void proc_updatesyms(struct proc_handle *);
161 int proc_bkptset(struct proc_handle *, uintptr_t, unsigned long *);
162 int proc_bkptdel(struct proc_handle *, uintptr_t, unsigned long);
164 int proc_bkptexec(struct proc_handle *, unsigned long);
165 int proc_regget(struct proc_handle *, proc_reg_t, unsigned long *);
166 int proc_regset(struct proc_handle *, proc_reg_t, unsigned long);