Searched refs:td_thragent (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/lib/libthread_db/
H A Dthread_db_int.h56 TAILQ_ENTRY(td_thragent) ta_next; \
117 struct td_thragent;
119 int thr_pread_int(const struct td_thragent *, psaddr_t, uint32_t *);
120 int thr_pread_long(const struct td_thragent *, psaddr_t, uint64_t *);
121 int thr_pread_ptr(const struct td_thragent *, psaddr_t, psaddr_t *);
123 int thr_pwrite_int(const struct td_thragent *, psaddr_t, uint32_t);
124 int thr_pwrite_long(const struct td_thragent *, psaddr_t, uint64_t);
125 int thr_pwrite_ptr(const struct td_thragent *, psaddr_t, psaddr_t);
H A Dlibpthread_db.h51 struct td_thragent { struct
H A Dthread_db.c41 struct td_thragent struct
46 static TAILQ_HEAD(, td_thragent) proclist = TAILQ_HEAD_INITIALIZER(proclist);
335 thr_pread_int(const struct td_thragent *ta, psaddr_t addr, uint32_t *val)
348 thr_pread_long(const struct td_thragent *ta, psaddr_t addr, uint64_t *val)
355 thr_pread_ptr(const struct td_thragent *ta, psaddr_t addr, psaddr_t *val)
423 thr_pwrite_int(const struct td_thragent *ta, psaddr_t addr, uint32_t val)
430 thr_pwrite_long(const struct td_thragent *ta, psaddr_t addr, uint64_t val)
437 thr_pwrite_ptr(const struct td_thragent *ta, psaddr_t addr, psaddr_t val)
H A Dthread_db.h61 typedef struct td_thragent td_thragent_t;
H A Dlibthr_db.c45 struct td_thragent { struct
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_thread_db.h98 typedef struct td_thragent td_thragent_t;

Completed in 65 milliseconds