Searched refs:psaddr_t (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/lib/libthread_db/
H A Dlibpthread_db.h47 psaddr_t thr;
53 psaddr_t libkse_debug_addr;
54 psaddr_t thread_list_addr;
55 psaddr_t thread_listgen_addr;
56 psaddr_t thread_activated_addr;
57 psaddr_t thread_active_threads_addr;
58 psaddr_t thread_keytable_addr;
H A Dthread_db_int.h38 psaddr_t ti_thread;
48 psaddr_t ti_tls;
49 psaddr_t ti_startfunc;
50 psaddr_t ti_stkbase;
98 td_err_e (*to_thr_tls_get_addr)(const td_thrhandle_t *, psaddr_t,
99 size_t, psaddr_t *);
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 *);
[all...]
H A Dthread_db.h66 psaddr_t th_thread;
98 psaddr_t th_p;
113 psaddr_t bptaddr;
180 psaddr_t ti_thread;
190 psaddr_t ti_tls;
191 psaddr_t ti_startfunc;
192 psaddr_t ti_stkbase;
243 td_err_e td_thr_tls_get_addr(const td_thrhandle_t *, psaddr_t, size_t,
244 psaddr_t *);
H A Dthread_db.c255 td_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t linkmap, size_t offset,
256 psaddr_t *address)
277 thr_pread(struct ps_prochandle *ph, psaddr_t addr, uint64_t *val,
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)
368 thr_pwrite(struct ps_prochandle *ph, psaddr_t addr, uint64_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 add
[all...]
H A Dlibthr_db.c47 psaddr_t libthr_debug_addr;
48 psaddr_t thread_list_addr;
49 psaddr_t thread_active_threads_addr;
50 psaddr_t thread_keytable_addr;
51 psaddr_t thread_last_event_addr;
52 psaddr_t thread_event_mask_addr;
53 psaddr_t thread_bp_create_addr;
54 psaddr_t thread_bp_death_addr;
133 psaddr_t vaddr;
204 psaddr_t p
[all...]
H A Dlibpthread_db.c73 pt_map_thread(const td_thragent_t *const_ta, psaddr_t pt, enum pt_type type)
148 psaddr_t vaddr;
224 psaddr_t pt, tcb_addr;
297 psaddr_t pt, tcb_addr;
339 psaddr_t pt;
384 ret = ps_pread(ta->ph, (psaddr_t)ta->thread_keytable_addr, keytable,
443 psaddr_t tcb_addr, tmbx_addr, ptr;
578 psaddr_t tcb_addr;
679 psaddr_t tcb_addr, tmbx_addr, ptr;
723 psaddr_t tcb_add
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_proc_service.h54 typedef unsigned long psaddr_t; typedef
H A Dgdb_thread_db.h104 psaddr_t th_unique;
197 psaddr_t bptaddr; /* Address of breakpoint. */
281 psaddr_t ti_startfunc; /* Start function passed to
283 psaddr_t ti_stkbase; /* Base of thread's stack. */
285 psaddr_t ti_ro_area; /* Unused. */
H A Dsol-thread.c980 typedef psaddr_t gdb_ps_addr_t;
/freebsd-11-stable/include/
H A Dproc_service.h63 psaddr_t *);
65 ps_err_e ps_pread(struct ps_prochandle *, psaddr_t, void *, size_t);
67 ps_err_e ps_pwrite(struct ps_prochandle *, psaddr_t, const void *, size_t);
/freebsd-11-stable/sys/sys/
H A Dprocfs.h92 typedef uint64_t psaddr_t; /* An address in the target process. */ typedef
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c1655 const char *name, psaddr_t *sym_addr)
1670 ps_pread (struct ps_prochandle *ph, psaddr_t addr, void *buf, size_t len)
1678 ps_pwrite (struct ps_prochandle *ph, psaddr_t addr, const void *buf,

Completed in 77 milliseconds