| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | thread-db.c | 138 #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 …]
|
| D | ia64-linux-nat.c | 491 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
|
| D | uw-thread.c | 420 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 …]
|
| D | thread.c | 123 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()
|
| D | obsd-nat.c | 35 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()
|
| D | hpux-thread.c | 98 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()
|
| D | linux-nat.c | 240 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 …]
|
| D | lynx-nat.c | 385 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()
|
| D | sol-thread.c | 94 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 …]
|
| D | bsd-uthread.c | 333 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()
|
| D | nto-procfs.c | 212 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()
|
| D | inf-ptrace.c | 55 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()
|
| D | inftarg.c | 99 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()
|
| D | hppah-nat.c | 535 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()
|
| D | aix-thread.c | 71 #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()
|
| D | infptrace.c | 146 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()
|
| D | defs.h | 766 struct ptid struct 778 typedef struct ptid ptid_t; argument
|
| D | ia64-linux-tdep.c | 100 ia64_linux_write_pc (CORE_ADDR pc, ptid_t ptid) in ia64_linux_write_pc()
|
| D | i386fbsd-nat.c | 39 i386fbsd_resume (ptid_t ptid, int step, enum target_signal signal) in i386fbsd_resume()
|
| D | linux-nat.h | 29 ptid_t ptid; member
|
| D | target.h | 495 #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
|
| D | regcache.c | 974 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()
|
| D | procfs.c | 3585 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()
|
| D | infrun.c | 920 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/ |
| D | nm-linux.h | 51 #define ATTACH_LWP(ptid, verbose) lin_lwp_attach_lwp ((ptid), (verbose)) argument
|