Searched refs:gdb_ps_prochandle_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dproc-service.c42 typedef const struct ps_prochandle *gdb_ps_prochandle_t;
47 typedef struct ps_prochandle *gdb_ps_prochandle_t;
95 ps_pstop (gdb_ps_prochandle_t ph)
104 ps_pcontinue (gdb_ps_prochandle_t ph)
114 ps_lstop (gdb_ps_prochandle_t ph, lwpid_t lwpid)
124 ps_lcontinue (gdb_ps_prochandle_t ph, lwpid_t lwpid)
136 ps_lgetxregsize (gdb_ps_prochandle_t ph, lwpid_t lwpid, int *xregsize)
146 ps_lgetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset)
156 ps_lsetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset)
178 ps_pglobal_lookup (gdb_ps_prochandle_t p
41 typedef const struct ps_prochandle *gdb_ps_prochandle_t; typedef in typeref:struct:ps_prochandle
46 typedef struct ps_prochandle *gdb_ps_prochandle_t; typedef in typeref:struct:ps_prochandle
[all...]
H A Dsol-thread.c970 typedef const struct ps_prochandle *gdb_ps_prochandle_t;
976 typedef struct ps_prochandle *gdb_ps_prochandle_t;
992 ps_pstop (gdb_ps_prochandle_t ph)
1000 ps_pcontinue (gdb_ps_prochandle_t ph)
1008 ps_lstop (gdb_ps_prochandle_t ph, lwpid_t lwpid)
1016 ps_lcontinue (gdb_ps_prochandle_t ph, lwpid_t lwpid)
1024 ps_pglobal_lookup (gdb_ps_prochandle_t ph, const char *ld_object_name,
1110 ps_pdread (gdb_ps_prochandle_t ph, gdb_ps_addr_t addr,
1119 ps_pdwrite (gdb_ps_prochandle_t ph, gdb_ps_addr_t addr,
1128 ps_ptread (gdb_ps_prochandle_t p
965 typedef const struct ps_prochandle *gdb_ps_prochandle_t; typedef in typeref:struct:ps_prochandle
971 typedef struct ps_prochandle *gdb_ps_prochandle_t; typedef in typeref:struct:ps_prochandle
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dproc-service.c46 typedef struct ps_prochandle *gdb_ps_prochandle_t; typedef in typeref:struct:ps_prochandle
93 ps_pglobal_lookup (gdb_ps_prochandle_t ph, const char *obj,
109 ps_pdread (gdb_ps_prochandle_t ph, paddr_t addr,
119 ps_pdwrite (gdb_ps_prochandle_t ph, paddr_t addr,
129 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset)
159 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset)
189 ps_lgetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid,
220 ps_lsetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid,
251 ps_getpid (gdb_ps_prochandle_t ph)

Completed in 46 milliseconds