Searched refs:prgregset_t (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsparc-sol2-nat.c77 supply_gregset (prgregset_t *gregs)
89 fill_gregset (prgregset_t *gregs, int regnum)
H A Dgdb_proc_service.h58 typedef gdb_gregset_t prgregset_t; typedef
H A Dproc-service.c234 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset)
251 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset)
H A Dgdb_thread_db.h398 prgregset_t __gregs);
412 prgregset_t __gregs);
H A Dsol-thread.c178 prgregset_t regset);
180 const prgregset_t regset);
551 prgregset_t gregset;
629 prgregset_t gregset;
1147 prgregset_t gregset)
1170 const prgregset_t gregset)
H A Dthread-db.c107 prgregset_t gregs);
111 prgregset_t gregs);
940 prgregset_t gregset;
974 prgregset_t gregset;
/freebsd-10.0-release/contrib/gdb/gdb/config/sparc/
H A Dnm-sol2.h24 #define GDB_GREGSET_T prgregset_t
/freebsd-10.0-release/sys/sys/
H A Dprocfs.h68 typedef gregset_t prgregset_t[1]; typedef
/freebsd-10.0-release/include/
H A Dproc_service.h51 ps_err_e ps_lgetregs(struct ps_prochandle *, lwpid_t, prgregset_t);
53 ps_err_e ps_lsetregs(struct ps_prochandle *, lwpid_t, const prgregset_t);
/freebsd-10.0-release/lib/libthread_db/
H A Dthread_db_int.h91 td_err_e (*to_thr_getgregs)(const td_thrhandle_t *, prgregset_t);
96 td_err_e (*to_thr_setgregs)(const td_thrhandle_t *, const prgregset_t);
H A Dthread_db.h235 td_err_e td_thr_getgregs(const td_thrhandle_t *, prgregset_t);
241 td_err_e td_thr_setgregs(const td_thrhandle_t *, const prgregset_t);
H A Dthread_db.c211 td_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs)
241 td_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs)
H A Dlibpthread_db.c222 prgregset_t gregs;
759 pt_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs)
898 pt_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs)
H A Dlibthr_db.c560 pt_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs)
610 pt_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs)
/freebsd-10.0-release/contrib/gdb/gdb/gdbserver/
H A Dproc-service.c129 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)
/freebsd-10.0-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c125 prgregset_t gregs);
133 prgregset_t gregs);
878 prgregset_t gregset;
979 prgregset_t gregset;
1687 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset)
1703 ps_lsetregs (struct ps_prochandle *ph, lwpid_t lwpid, const prgregset_t gregset)

Completed in 94 milliseconds