Lines Matching refs:ph

941 ps_pstop (gdb_ps_prochandle_t ph)  in ps_pstop()  argument
949 ps_pcontinue (gdb_ps_prochandle_t ph) in ps_pcontinue() argument
957 ps_lstop (gdb_ps_prochandle_t ph, lwpid_t lwpid) in ps_lstop() argument
965 ps_lcontinue (gdb_ps_prochandle_t ph, lwpid_t lwpid) in ps_lcontinue() argument
973 ps_pglobal_lookup (gdb_ps_prochandle_t ph, const char *ld_object_name, in ps_pglobal_lookup() argument
989 rw_common (int dowrite, const struct ps_prochandle *ph, gdb_ps_addr_t addr, in rw_common() argument
1062 ps_pdread (gdb_ps_prochandle_t ph, gdb_ps_addr_t addr, in ps_pdread() argument
1065 return rw_common (0, ph, addr, buf, size); in ps_pdread()
1071 ps_pdwrite (gdb_ps_prochandle_t ph, gdb_ps_addr_t addr, in ps_pdwrite() argument
1074 return rw_common (1, ph, addr, (char *) buf, size); in ps_pdwrite()
1080 ps_ptread (gdb_ps_prochandle_t ph, gdb_ps_addr_t addr, in ps_ptread() argument
1083 return rw_common (0, ph, addr, buf, size); in ps_ptread()
1089 ps_ptwrite (gdb_ps_prochandle_t ph, gdb_ps_addr_t addr, in ps_ptwrite() argument
1092 return rw_common (1, ph, addr, (char *) buf, size); in ps_ptwrite()
1098 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset) in ps_lgetregs() argument
1120 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, in ps_lsetregs() argument
1155 ps_lgetxregsize (gdb_ps_prochandle_t ph, lwpid_t lwpid, int *xregsize) in ps_lgetxregsize() argument
1162 val = get_lwp_fd (ph, lwpid, &lwp_fd); in ps_lgetxregsize()
1183 ps_lgetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset) in ps_lgetxregs() argument
1189 val = get_lwp_fd (ph, lwpid, &lwp_fd); in ps_lgetxregs()
1206 ps_lsetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset) in ps_lsetxregs() argument
1212 val = get_lwp_fd (ph, lwpid, &lwp_fd); in ps_lsetxregs()
1229 ps_lgetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, in ps_lgetfpregs() argument
1252 ps_lsetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, in ps_lsetfpregs() argument
1278 ps_pdmodel (gdb_ps_prochandle_t ph, int *data_model) in ps_pdmodel() argument
1296 ps_lgetLDT (gdb_ps_prochandle_t ph, lwpid_t lwpid, in ps_lgetLDT() argument