| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | thread-db.c | 137 #define GET_PID(ptid) ptid_get_pid (ptid) argument 138 #define GET_LWP(ptid) ptid_get_lwp (ptid) argument 139 #define GET_THREAD(ptid) ptid_get_tid (ptid) argument 141 #define is_lwp(ptid) (GET_LWP (ptid) != 0) argument 332 thread_from_lwp (ptid_t ptid) in thread_from_lwp() 357 lwp_from_thread (ptid_t ptid) in lwp_from_thread() 742 detach_thread (ptid_t ptid, int verbose) in detach_thread() 800 check_event (ptid_t ptid) in check_event() 1066 thread_db_thread_alive (ptid_t ptid) in thread_db_thread_alive() 1112 ptid_t ptid; in find_new_threads_callback() local [all …]
|
| H A D | uw-thread.c | 416 thr_to_lwp (ptid_t ptid) in thr_to_lwp() 466 lwp_to_thr (ptid_t ptid) in lwp_to_thr() 491 ptid_t ptid = lwp_to_thr (inferior_ptid); in thr_infpid() local 503 ptid_t ptid = thr_to_lwp (inferior_ptid); in lwp_infpid() local 519 add_thread_uw (int thrid, int lwpid, CORE_ADDR mapp, ptid_t ptid) in add_thread_uw() 545 ptid_t ptid = MKTID (PIDGET (inferior_ptid), thrid); in notice_thread() local 602 uw_thread_resume (ptid_t ptid, int step, enum target_signal signo) in uw_thread_resume() 619 libthread_stub (ptid_t ptid) in libthread_stub() 738 uw_thread_wait (ptid_t ptid, struct target_waitstatus *status) in uw_thread_wait() 842 uw_thread_alive (ptid_t ptid) in uw_thread_alive() [all …]
|
| H A D | lin-lwp.c | 88 #define GET_LWP(ptid) ptid_get_lwp (ptid) argument 89 #define GET_PID(ptid) ptid_get_pid (ptid) argument 90 #define is_lwp(ptid) (GET_LWP (ptid) != 0) argument 176 add_lwp (ptid_t ptid) in add_lwp() 199 delete_lwp (ptid_t ptid) in delete_lwp() 228 find_lwp_pid (ptid_t ptid) in find_lwp_pid() 279 lin_lwp_attach_lwp (ptid_t ptid, int verbose) in lin_lwp_attach_lwp() 510 lin_lwp_resume (ptid_t ptid, int step, enum target_signal signo) in lin_lwp_resume() 1094 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait() 1714 lin_lwp_thread_alive (ptid_t ptid) in lin_lwp_thread_alive() [all …]
|
| H A 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() 339 save_infrun_state (ptid_t ptid, in save_infrun_state() 482 switch_to_thread (ptid_t ptid) in switch_to_thread() 495 restore_current_thread (ptid_t ptid) in restore_current_thread()
|
| H A 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()
|
| H A D | sol-thread.c | 90 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 488 sol_thread_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in sol_thread_wait() 799 sol_thread_notice_signals (ptid_t ptid) in sol_thread_notice_signals() 915 sol_thread_alive (ptid_t ptid) in sol_thread_alive() 1368 solaris_pid_to_str (ptid_t ptid) in solaris_pid_to_str() [all …]
|
| H A 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() 1223 procfs_notice_signals (ptid_t ptid) in procfs_notice_signals() 1237 procfs_pid_to_str (ptid_t ptid) in procfs_pid_to_str()
|
| H A D | inftarg.c | 105 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait() 166 child_post_wait (ptid_t ptid, int wait_status) in child_post_wait() 183 child_thread_alive (ptid_t ptid) in child_thread_alive() 373 child_post_startup_inferior (ptid_t ptid) in child_post_startup_inferior() 609 child_pid_to_str (ptid_t ptid) in child_pid_to_str()
|
| H A D | i386fbsd-nat.c | 40 child_resume (ptid_t ptid, int step, enum target_signal signal) in child_resume()
|
| H A D | infptrace.c | 202 ptrace_wait (ptid_t ptid, int *status) in ptrace_wait() 242 child_resume (ptid_t ptid, int step, enum target_signal signal) in child_resume()
|
| H A D | defs.h | 770 struct ptid struct 782 typedef struct ptid ptid_t; argument
|
| H A D | target.c | 1603 normal_pid_to_str (ptid_t ptid) in normal_pid_to_str() 1706 debug_to_resume (ptid_t ptid, int step, enum target_signal siggnal) in debug_to_resume() 1716 debug_to_wait (ptid_t ptid, struct target_waitstatus *status) in debug_to_wait() 1764 debug_to_post_wait (ptid_t ptid, int status) in debug_to_post_wait() 2092 debug_to_post_startup_inferior (ptid_t ptid) in debug_to_post_startup_inferior() 2246 debug_to_notice_signals (ptid_t ptid) in debug_to_notice_signals() 2255 debug_to_thread_alive (ptid_t ptid) in debug_to_thread_alive()
|
| H A D | target.h | 495 #define target_resume(ptid, step, siggnal) \ argument 509 #define target_wait(ptid, status) \ argument 522 #define target_post_wait(ptid, status) \ argument 731 #define target_post_startup_inferior(ptid) \ argument 807 #define target_notice_signals(ptid) \ argument 812 #define target_thread_alive(ptid) \ argument
|
| H A D | gdbthread.h | 41 ptid_t ptid; /* "Actual process id"; member
|
| H A D | ppc-bdm.c | 102 bdm_ppc_wait (ptid_t ptid, struct target_waitstatus *target_status) in bdm_ppc_wait()
|
| H A D | remote-st.c | 349 st2000_resume (ptid_t ptid, int step, enum target_signal sig) in st2000_resume() 369 st2000_wait (ptid_t ptid, struct target_waitstatus *status) in st2000_wait()
|
| H A D | procfs.c | 3569 do_attach (ptid_t ptid) in do_attach() 3882 procfs_wait (ptid_t ptid, struct target_waitstatus *status) in procfs_wait() 4468 procfs_resume (ptid_t ptid, int step, enum target_signal signo) in procfs_resume() 4577 procfs_notice_signals (ptid_t ptid) in procfs_notice_signals() 5102 procfs_thread_alive (ptid_t ptid) in procfs_thread_alive() 5132 procfs_pid_to_str (ptid_t ptid) in procfs_pid_to_str() 5155 procfs_set_watchpoint (ptid_t ptid, CORE_ADDR addr, int len, int rwflag, in procfs_set_watchpoint() 5244 procfs_stopped_by_watchpoint (ptid_t ptid) in procfs_stopped_by_watchpoint() 5283 procfs_find_LDT_entry (ptid_t ptid) in procfs_find_LDT_entry() 5822 procfs_do_thread_registers (bfd *obfd, ptid_t ptid, in procfs_do_thread_registers()
|
| H A D | remote-sim.c | 603 gdbsim_resume (ptid_t ptid, int step, enum target_signal siggnal) in gdbsim_resume() 665 gdbsim_wait (ptid_t ptid, struct target_waitstatus *status) in gdbsim_wait()
|
| H A D | regcache.c | 1162 read_register_pid (int regnum, ptid_t ptid) in read_register_pid() 1196 write_register_pid (int regnum, CORE_ADDR val, ptid_t ptid) in write_register_pid() 1320 read_pc_pid (ptid_t ptid) in read_pc_pid() 1351 generic_target_write_pc (CORE_ADDR pc, ptid_t ptid) in generic_target_write_pc() 1361 write_pc_pid (CORE_ADDR pc, ptid_t ptid) in write_pc_pid()
|
| H A D | remote-rdi.c | 433 arm_rdi_resume (ptid_t ptid, int step, enum target_signal siggnal) in arm_rdi_resume() 470 arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status) in arm_rdi_wait()
|
| H A D | infrun.c | 973 ptid_t ptid; member 3987 ptid_t ptid; in ptid_build() local 4006 ptid_get_pid (ptid_t ptid) in ptid_get_pid() 4014 ptid_get_lwp (ptid_t ptid) in ptid_get_lwp() 4022 ptid_get_tid (ptid_t ptid) in ptid_get_tid()
|
| H A D | remote-sds.c | 338 sds_resume (ptid_t ptid, int step, enum target_signal siggnal) in sds_resume() 408 sds_wait (ptid_t ptid, struct target_waitstatus *status) in sds_wait()
|
| H A D | win32-nat.c | 1404 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in child_wait() 1943 child_resume (ptid_t ptid, int step, enum target_signal sig) in child_resume() 2194 win32_child_thread_alive (ptid_t ptid) in win32_child_thread_alive() 2204 cygwin_pid_to_str (ptid_t ptid) in cygwin_pid_to_str()
|
| /freebsd-12.1/gnu/usr.bin/gdb/libgdb/ |
| H A D | fbsd-threads.c | 160 #define GET_PID(ptid) ptid_get_pid (ptid) argument 161 #define GET_LWP(ptid) ptid_get_lwp (ptid) argument 162 #define GET_THREAD(ptid) ptid_get_tid (ptid) argument 164 #define IS_LWP(ptid) (GET_LWP (ptid) != 0) argument 165 #define IS_THREAD(ptid) (GET_THREAD (ptid) != 0) argument 310 ptid_t tmp, ptid; in get_current_thread() local 726 detach_thread (ptid_t ptid, int verbose) in detach_thread() 733 check_event (ptid_t ptid) in check_event() 1107 fbsd_thread_alive (ptid_t ptid) in fbsd_thread_alive() 1171 ptid_t ptid; in find_new_threads_callback() local [all …]
|
| /freebsd-12.1/gnu/usr.bin/gdb/kgdb/ |
| H A D | trgt.c | 246 kgdb_trgt_pid_to_str(ptid_t ptid) in kgdb_trgt_pid_to_str() 255 kgdb_trgt_thread_alive(ptid_t ptid) in kgdb_trgt_thread_alive()
|