| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | inferior.h | 67 extern ptid_t minus_one_ptid; 70 extern ptid_t null_ptid; 75 ptid_t ptid_build (int pid, long lwp, long tid); 78 ptid_t pid_to_ptid (int pid); 81 int ptid_get_pid (ptid_t ptid); 84 long ptid_get_lwp (ptid_t ptid); 87 long ptid_get_tid (ptid_t ptid); 90 extern int ptid_equal (ptid_t p1, ptid_t p2); 112 extern ptid_t inferior_ptid; 169 extern CORE_ADDR read_pc_pid (ptid_t); [all …]
|
| D | gdbthread.h | 41 ptid_t ptid; /* "Actual process id"; 78 extern struct thread_info *add_thread (ptid_t ptid); 81 extern void delete_thread (ptid_t); 88 extern ptid_t thread_id_to_pid (int); 92 extern int pid_to_thread_id (ptid_t ptid); 96 extern int in_thread_list (ptid_t ptid); 103 extern struct thread_info *find_thread_pid (ptid_t ptid); 111 extern void save_infrun_state (ptid_t ptid, 127 extern void load_infrun_state (ptid_t ptid,
|
| D | hpux-thread.c | 62 static ptid_t main_ptid; /* Real process ID */ 67 static void hpux_thread_resume (ptid_t ptid, int step, 74 static ptid_t find_active_thread (void); 79 static ptid_t 95 static cma__t_int_tcb *find_tcb (ptid_t ptid); 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() 201 static ptid_t 202 hpux_thread_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in hpux_thread_wait() 204 ptid_t rtnval; in hpux_thread_wait() [all …]
|
| D | uw-thread.c | 273 dbgpid (ptid_t ptid) 419 static ptid_t 420 thr_to_lwp (ptid_t ptid) in thr_to_lwp() 423 ptid_t lid; in thr_to_lwp() 469 static ptid_t 470 lwp_to_thr (ptid_t ptid) in lwp_to_thr() 474 ptid_t tid = ptid; in lwp_to_thr() 495 ptid_t ptid = lwp_to_thr (inferior_ptid); in thr_infpid() 507 ptid_t ptid = thr_to_lwp (inferior_ptid); in lwp_infpid() 523 add_thread_uw (int thrid, int lwpid, CORE_ADDR mapp, ptid_t ptid) in add_thread_uw() [all …]
|
| D | thread.c | 64 static void restore_current_thread (ptid_t); 65 static void switch_to_thread (ptid_t ptid); 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() 234 ptid_t 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() [all …]
|
| D | linux-nat.h | 29 ptid_t ptid; 80 extern void linux_enable_event_reporting (ptid_t ptid); 81 extern ptid_t linux_handle_extended_wait (int pid, int status, 83 extern void linux_child_post_startup_inferior (ptid_t ptid);
|
| D | thread-db.c | 131 static void attach_thread (ptid_t ptid, const td_thrhandle_t *th_p, 133 static void detach_thread (ptid_t ptid, int verbose); 262 ptid_t thread_ptid; in thread_get_info_callback() 354 static ptid_t 355 thread_from_lwp (ptid_t ptid) in thread_from_lwp() 360 ptid_t thread_ptid; in thread_from_lwp() 391 static ptid_t 392 lwp_from_thread (ptid_t ptid) in lwp_from_thread() 395 ptid_t thread_ptid; in lwp_from_thread() 720 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p, in attach_thread() [all …]
|
| D | obsd-nat.h | 25 extern char *obsd_pid_to_str (ptid_t ptid); 27 extern ptid_t obsd_wait (ptid_t ptid, struct target_waitstatus *ourstatus);
|
| D | target.h | 305 void (*to_resume) (ptid_t, int, enum target_signal); 306 ptid_t (*to_wait) (ptid_t, struct target_waitstatus *); 359 void (*to_post_startup_inferior) (ptid_t); 372 void (*to_notice_signals) (ptid_t ptid); 373 int (*to_thread_alive) (ptid_t ptid); 375 char *(*to_pid_to_str) (ptid_t); 413 CORE_ADDR (*to_get_thread_local_address) (ptid_t ptid, 570 extern void child_post_startup_inferior (ptid_t); 594 extern int child_thread_alive (ptid_t); 918 extern char *normal_pid_to_str (ptid_t ptid);
|
| D | inftarg.c | 53 static ptid_t child_wait (ptid_t, struct target_waitstatus *); 81 int child_thread_alive (ptid_t); 98 static ptid_t 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 | sol-thread.c | 83 extern char *procfs_pid_to_str (ptid_t ptid); 94 ptid_t ptid; 107 static void sol_thread_resume (ptid_t ptid, int step, enum target_signal signo); 108 static int sol_thread_alive (ptid_t ptid); 260 static ptid_t 261 thread_to_lwp (ptid_t thread_id, int default_lwp) in thread_to_lwp() 300 static ptid_t 301 lwp_to_thread (ptid_t lwp) in lwp_to_thread() 395 sol_thread_resume (ptid_t ptid, int step, enum target_signal signo) in sol_thread_resume() 407 ptid_t save_ptid = ptid; in sol_thread_resume() [all …]
|
| 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() 75 ptid_t 76 obsd_wait (ptid_t ptid, struct target_waitstatus *ourstatus) in obsd_wait()
|
| 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()
|
| D | infrun.c | 98 static ptid_t previous_inferior_ptid; 302 static ptid_t target_last_wait_ptid; 458 static ptid_t singlestep_ptid; 462 static ptid_t saved_singlestep_ptid; 579 ptid_t resume_ptid; in resume() 643 ptid_t wait_ptid; in prepare_to_proceed() 920 ptid_t ptid; 921 ptid_t saved_inferior_ptid; 929 ptid_t waiton_ptid; 1090 get_last_target_status (ptid_t *ptidp, struct target_waitstatus *status) in get_last_target_status() [all …]
|
| D | bsd-uthread.c | 332 static ptid_t 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() 467 bsd_uthread_pid_to_str (ptid_t ptid) in bsd_uthread_pid_to_str()
|
| D | ia64-tdep.h | 28 extern void ia64_write_pc (CORE_ADDR, ptid_t); 29 extern void ia64_linux_write_pc (CORE_ADDR, ptid_t);
|
| D | ppc-bdm.c | 44 static ptid_t bdm_ppc_wait (ptid_t ptid, 102 static ptid_t 103 bdm_ppc_wait (ptid_t ptid, struct target_waitstatus *target_status) in bdm_ppc_wait()
|
| D | nto-procfs.c | 62 static ptid_t procfs_wait (ptid_t, struct target_waitstatus *); 74 static ptid_t do_attach (ptid_t ptid); 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() 543 static ptid_t 544 do_attach (ptid_t ptid) in do_attach() 608 static ptid_t 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() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/pa/ |
| D | nm-hppah.h | 71 extern ptid_t child_wait (ptid_t, struct target_waitstatus *); 170 extern char *child_pid_to_str (ptid_t); 174 extern char *hppa_tid_to_str (ptid_t); 185 extern char *hppa_pid_or_tid_to_str (ptid_t);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/ |
| D | nm-lynx.h | 75 extern ptid_t child_wait (ptid_t ptid, 84 extern char *lynx_pid_to_str (ptid_t ptid);
|
| D | nm-linux.h | 47 extern ptid_t child_wait (ptid_t ptid, struct target_waitstatus *ourstatus); 50 extern void lin_lwp_attach_lwp (ptid_t ptid, int verbose);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/i386/ |
| D | nm-i386sol2.h | 48 extern int procfs_stopped_by_watchpoint (ptid_t); 55 extern int procfs_set_watchpoint (ptid_t, CORE_ADDR, int, int, int);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/sparc/ |
| D | nm-sol2.h | 50 extern int procfs_stopped_by_watchpoint (ptid_t); 57 extern int procfs_set_watchpoint (ptid_t, CORE_ADDR, int, int, int);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/mips/ |
| D | nm-irix5.h | 37 extern int procfs_stopped_by_watchpoint (ptid_t); 45 extern int procfs_set_watchpoint (ptid_t, CORE_ADDR, int, int, int);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/tui/ |
| D | tui-hooks.c | 205 static ptid_t 206 tui_target_wait_hook (ptid_t pid, struct target_waitstatus *status) in tui_target_wait_hook() 208 ptid_t res; in tui_target_wait_hook()
|