Home
last modified time | relevance | path

Searched defs:ptid (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dthread-db.c138 #define GET_PID(ptid) ptid_get_pid (ptid) argument
139 #define GET_LWP(ptid) ptid_get_lwp (ptid) argument
140 #define GET_THREAD(ptid) ptid_get_tid (ptid) argument
142 #define is_lwp(ptid) (GET_LWP (ptid) != 0) argument
143 #define is_thread(ptid) (GET_THREAD (ptid) != 0) argument
355 thread_from_lwp (ptid_t ptid) in thread_from_lwp()
392 lwp_from_thread (ptid_t ptid) in lwp_from_thread()
720 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p, in attach_thread()
790 detach_thread (ptid_t ptid, int verbose) in detach_thread()
839 thread_db_resume (ptid_t ptid, int step, enum target_signal signo) in thread_db_resume()
[all …]
Dia64-linux-nat.c491 enable_watchpoints_in_psr (ptid_t ptid) in enable_watchpoints_in_psr()
505 fetch_debug_register (ptid_t ptid, int idx) in fetch_debug_register()
520 store_debug_register (ptid_t ptid, int idx, long val) in store_debug_register()
532 fetch_debug_register_pair (ptid_t ptid, int idx, long *dbr_addr, long *dbr_mask) in fetch_debug_register_pair()
541 store_debug_register_pair (ptid_t ptid, int idx, long *dbr_addr, long *dbr_mask) in store_debug_register_pair()
563 ia64_linux_insert_watchpoint (ptid_t ptid, CORE_ADDR addr, int len, int rw) in ia64_linux_insert_watchpoint()
610 ia64_linux_remove_watchpoint (ptid_t ptid, CORE_ADDR addr, int len) in ia64_linux_remove_watchpoint()
639 ptid_t ptid = inferior_ptid; in ia64_linux_stopped_data_address() local
Duw-thread.c420 thr_to_lwp (ptid_t ptid) in thr_to_lwp()
470 lwp_to_thr (ptid_t ptid) in lwp_to_thr()
495 ptid_t ptid = lwp_to_thr (inferior_ptid); in thr_infpid() local
507 ptid_t ptid = thr_to_lwp (inferior_ptid); in lwp_infpid() local
523 add_thread_uw (int thrid, int lwpid, CORE_ADDR mapp, ptid_t ptid) in add_thread_uw()
549 ptid_t ptid = MKTID (PIDGET (inferior_ptid), thrid); in notice_thread() local
606 uw_thread_resume (ptid_t ptid, int step, enum target_signal signo) in uw_thread_resume()
623 libthread_stub (ptid_t ptid) in libthread_stub()
743 uw_thread_wait (ptid_t ptid, struct target_waitstatus *status) in uw_thread_wait()
848 uw_thread_alive (ptid_t ptid) in uw_thread_alive()
[all …]
Dthread.c123 add_thread (ptid_t ptid) in add_thread()
137 delete_thread (ptid_t ptid) in delete_thread()
172 find_thread_pid (ptid_t ptid) in find_thread_pid()
223 pid_to_thread_id (ptid_t ptid) in pid_to_thread_id()
245 in_thread_list (ptid_t ptid) in in_thread_list()
293 load_infrun_state (ptid_t ptid, in load_infrun_state()
334 save_infrun_state (ptid_t ptid, in save_infrun_state()
458 switch_to_thread (ptid_t ptid) in switch_to_thread()
471 restore_current_thread (ptid_t ptid) in restore_current_thread()
Dobsd-nat.c35 obsd_pid_to_str (ptid_t ptid) in obsd_pid_to_str()
59 ptid_t ptid = ptid_build (pid, pts.pts_tid, 0); in obsd_find_new_threads() local
76 obsd_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in obsd_wait()
Dhpux-thread.c98 find_tcb (ptid_t ptid) in find_tcb()
173 hpux_thread_resume (ptid_t ptid, int step, enum target_signal signo) in hpux_thread_resume()
202 hpux_thread_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in hpux_thread_wait()
428 hpux_thread_notice_signals (ptid_t ptid) in hpux_thread_notice_signals()
515 hpux_thread_alive (ptid_t ptid) in hpux_thread_alive()
529 hpux_pid_to_str (ptid_t ptid) in hpux_pid_to_str()
Dlinux-nat.c240 linux_enable_event_reporting (ptid_t ptid) in linux_enable_event_reporting()
266 linux_child_post_startup_inferior (ptid_t ptid) in linux_child_post_startup_inferior()
273 child_post_startup_inferior (ptid_t ptid) in child_post_startup_inferior()
587 #define GET_LWP(ptid) ptid_get_lwp (ptid) argument
588 #define GET_PID(ptid) ptid_get_pid (ptid) argument
589 #define is_lwp(ptid) (GET_LWP (ptid) != 0) argument
672 add_lwp (ptid_t ptid) in add_lwp()
697 delete_lwp (ptid_t ptid) in delete_lwp()
726 find_lwp_pid (ptid_t ptid) in find_lwp_pid()
768 lin_lwp_attach_lwp (ptid_t ptid, int verbose) in lin_lwp_attach_lwp()
[all …]
Dlynx-nat.c385 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait()
507 child_thread_alive (ptid_t ptid) in child_thread_alive()
528 child_resume (ptid_t ptid, int step, enum target_signal signal) in child_resume()
565 child_pid_to_str (ptid_t ptid) in child_pid_to_str()
Dsol-thread.c94 ptid_t ptid; member
117 #define GET_PID(ptid) ptid_get_pid (ptid) argument
118 #define GET_LWP(ptid) ptid_get_lwp (ptid) argument
119 #define GET_THREAD(ptid) ptid_get_tid (ptid) argument
121 #define is_lwp(ptid) (GET_LWP (ptid) != 0) argument
122 #define is_thread(ptid) (GET_THREAD (ptid) != 0) argument
395 sol_thread_resume (ptid_t ptid, int step, enum target_signal signo) in sol_thread_resume()
426 sol_thread_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in sol_thread_wait()
745 sol_thread_notice_signals (ptid_t ptid) in sol_thread_notice_signals()
868 sol_thread_alive (ptid_t ptid) in sol_thread_alive()
[all …]
Dbsd-uthread.c333 bsd_uthread_wait (ptid_t ptid, struct target_waitstatus *status) in bsd_uthread_wait()
373 bsd_uthread_resume (ptid_t ptid, int step, enum target_signal sig) in bsd_uthread_resume()
380 bsd_uthread_thread_alive (ptid_t ptid) in bsd_uthread_thread_alive()
410 ptid_t ptid = ptid_build (pid, 0, addr); in bsd_uthread_find_new_threads() local
467 bsd_uthread_pid_to_str (ptid_t ptid) in bsd_uthread_pid_to_str()
Dnto-procfs.c212 procfs_set_thread (ptid_t ptid) in procfs_set_thread()
222 procfs_thread_alive (ptid_t ptid) in procfs_thread_alive()
237 ptid_t ptid; in procfs_find_new_threads() local
544 do_attach (ptid_t ptid) in do_attach()
609 procfs_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in procfs_wait()
830 procfs_resume (ptid_t ptid, int step, enum target_signal signo) in procfs_resume()
1224 procfs_notice_signals (ptid_t ptid) in procfs_notice_signals()
1238 procfs_pid_to_str (ptid_t ptid) in procfs_pid_to_str()
Dinf-ptrace.c55 ptid_t ptid; in inf_ptrace_follow_fork() local
328 inf_ptrace_resume (ptid_t ptid, int step, enum target_signal signal) in inf_ptrace_resume()
362 inf_ptrace_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in inf_ptrace_wait()
585 inf_ptrace_thread_alive (ptid_t ptid) in inf_ptrace_thread_alive()
Dinftarg.c99 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait()
166 child_thread_alive (ptid_t ptid) in child_thread_alive()
346 child_post_startup_inferior (ptid_t ptid) in child_post_startup_inferior()
575 child_pid_to_str (ptid_t ptid) in child_pid_to_str()
Dhppah-nat.c535 child_pid_to_str (ptid_t ptid) in child_pid_to_str()
553 hppa_tid_to_str (ptid_t ptid) in hppa_tid_to_str()
580 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait()
1122 child_post_startup_inferior (ptid_t ptid) in child_post_startup_inferior()
1425 child_thread_alive (ptid_t ptid) in child_thread_alive()
Daix-thread.c71 #define PD_TID(ptid) (pd_active && ptid_get_tid (ptid) != 0) argument
273 ptid_t ptid; in pid_to_prc() local
798 ptid_t ptid; in pd_update() local
957 aix_thread_resume (ptid_t ptid, int step, enum target_signal sig) in aix_thread_resume()
996 aix_thread_wait (ptid_t ptid, struct target_waitstatus *status) in aix_thread_wait()
1638 aix_thread_thread_alive (ptid_t ptid) in aix_thread_thread_alive()
1652 aix_thread_pid_to_str (ptid_t ptid) in aix_thread_pid_to_str()
Dinfptrace.c146 ptrace_wait (ptid_t ptid, int *status) in ptrace_wait()
192 child_resume (ptid_t ptid, int step, enum target_signal signal) in child_resume()
Ddefs.h766 struct ptid struct
778 typedef struct ptid ptid_t; argument
Dia64-linux-tdep.c100 ia64_linux_write_pc (CORE_ADDR pc, ptid_t ptid) in ia64_linux_write_pc()
Di386fbsd-nat.c39 i386fbsd_resume (ptid_t ptid, int step, enum target_signal signal) in i386fbsd_resume()
Dlinux-nat.h29 ptid_t ptid; member
Dtarget.h495 #define target_resume(ptid, step, siggnal) \ argument
509 #define target_wait(ptid, status) \ argument
716 #define target_post_startup_inferior(ptid) \ argument
792 #define target_notice_signals(ptid) \ argument
797 #define target_thread_alive(ptid) \ argument
Dregcache.c974 read_register_pid (int regnum, ptid_t ptid) in read_register_pid()
1008 write_register_pid (int regnum, CORE_ADDR val, ptid_t ptid) in write_register_pid()
1091 read_pc_pid (ptid_t ptid) in read_pc_pid()
1122 generic_target_write_pc (CORE_ADDR pc, ptid_t ptid) in generic_target_write_pc()
1132 write_pc_pid (CORE_ADDR pc, ptid_t ptid) in write_pc_pid()
Dprocfs.c3585 do_attach (ptid_t ptid) in do_attach()
3898 procfs_wait (ptid_t ptid, struct target_waitstatus *status) in procfs_wait()
4507 procfs_resume (ptid_t ptid, int step, enum target_signal signo) in procfs_resume()
4616 procfs_notice_signals (ptid_t ptid) in procfs_notice_signals()
5178 procfs_thread_alive (ptid_t ptid) in procfs_thread_alive()
5203 procfs_pid_to_str (ptid_t ptid) in procfs_pid_to_str()
5221 procfs_set_watchpoint (ptid_t ptid, CORE_ADDR addr, int len, int rwflag, in procfs_set_watchpoint()
5310 procfs_stopped_by_watchpoint (ptid_t ptid) in procfs_stopped_by_watchpoint()
5349 procfs_find_LDT_entry (ptid_t ptid) in procfs_find_LDT_entry()
6030 procfs_do_thread_registers (bfd *obfd, ptid_t ptid, in procfs_do_thread_registers()
Dinfrun.c920 ptid_t ptid; member
3659 ptid_t ptid; in ptid_build() local
3678 ptid_get_pid (ptid_t ptid) in ptid_get_pid()
3686 ptid_get_lwp (ptid_t ptid) in ptid_get_lwp()
3694 ptid_get_tid (ptid_t ptid) in ptid_get_tid()
/openbsd/src/gnu/usr.bin/binutils/gdb/config/
Dnm-linux.h51 #define ATTACH_LWP(ptid, verbose) lin_lwp_attach_lwp ((ptid), (verbose)) argument

123