ps_prochandle
struct ps_prochandle; /* Opaque type. Defined by the implementor. */
ps_err_e ps_lcontinue(struct ps_prochandle *, lwpid_t);
ps_err_e ps_lgetfpregs(struct ps_prochandle *, lwpid_t, prfpregset_t *);
ps_err_e ps_lgetregs(struct ps_prochandle *, lwpid_t, prgregset_t);
ps_err_e ps_lsetfpregs(struct ps_prochandle *, lwpid_t, const prfpregset_t *);
ps_err_e ps_lsetregs(struct ps_prochandle *, lwpid_t, const prgregset_t);
ps_err_e ps_lgetxmmregs (struct ps_prochandle *, lwpid_t, char *);
ps_err_e ps_lsetxmmregs (struct ps_prochandle *, lwpid_t, const char *);
ps_err_e ps_lstop(struct ps_prochandle *, lwpid_t);
ps_err_e ps_linfo(struct ps_prochandle *, lwpid_t, void *);
ps_err_e ps_pcontinue(struct ps_prochandle *);
ps_err_e ps_pdmodel(struct ps_prochandle *, int *);
ps_err_e ps_pglobal_lookup(struct ps_prochandle *, const char *, const char *,
ps_err_e ps_pread(struct ps_prochandle *, psaddr_t, void *, size_t);
ps_err_e ps_pstop(struct ps_prochandle *);
ps_err_e ps_pwrite(struct ps_prochandle *, psaddr_t, const void *, size_t);
pt_ta_new(struct ps_prochandle *ph, td_thragent_t **pta)
pt_ta_new(struct ps_prochandle *ph, td_thragent_t **pta)
td_ta_new(struct ps_prochandle *ph, td_thragent_t **pta)
thr_pread(struct ps_prochandle *ph, psaddr_t addr, uint64_t *val,
thr_pwrite(struct ps_prochandle *ph, psaddr_t addr, uint64_t val,
td_err_e td_ta_new(struct ps_prochandle *, td_thragent_t **);
struct ps_prochandle;
struct ps_prochandle *ph
td_err_e (*to_ta_new)(struct ps_prochandle *, td_thragent_t **);