Searched refs:ptid_t (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgdbthread.h41 ptid_t ptid; /* "Actual process id";
84 extern struct thread_info *add_thread (ptid_t ptid);
87 extern void delete_thread (ptid_t);
94 extern ptid_t thread_id_to_pid (int);
98 extern int pid_to_thread_id (ptid_t ptid);
102 extern int in_thread_list (ptid_t ptid);
109 extern struct thread_info *find_thread_pid (ptid_t ptid);
117 extern void save_infrun_state (ptid_t ptid,
136 extern void load_infrun_state (ptid_t ptid,
H A Dinferior.h67 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_pti
[all...]
H A Dthread.c64 static void restore_current_thread (ptid_t);
65 static void switch_to_thread (ptid_t ptid);
123 add_thread (ptid_t ptid)
137 delete_thread (ptid_t ptid)
172 find_thread_pid (ptid_t ptid)
223 pid_to_thread_id (ptid_t ptid)
234 ptid_t
245 in_thread_list (ptid_t ptid)
293 load_infrun_state (ptid_t ptid,
339 save_infrun_state (ptid_t pti
[all...]
H A Dinftarg.c53 static ptid_t child_wait (ptid_t, struct target_waitstatus *);
57 void child_post_wait (ptid_t, int);
85 int child_thread_alive (ptid_t);
104 static ptid_t
105 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus)
166 child_post_wait (ptid_t ptid, int wait_status)
183 child_thread_alive (ptid_t ptid)
373 child_post_startup_inferior (ptid_t ptid)
609 child_pid_to_str (ptid_t pti
[all...]
H A Dtarget.h310 void (*to_resume) (ptid_t, int, enum target_signal);
311 ptid_t (*to_wait) (ptid_t, struct target_waitstatus *);
312 void (*to_post_wait) (ptid_t, int);
362 void (*to_post_startup_inferior) (ptid_t);
375 void (*to_notice_signals) (ptid_t ptid);
376 int (*to_thread_alive) (ptid_t ptid);
378 char *(*to_pid_to_str) (ptid_t);
416 CORE_ADDR (*to_get_thread_local_address) (ptid_t ptid,
586 extern void child_post_wait (ptid_t, in
[all...]
H A Duw-thread.c272 dbgpid (ptid_t ptid)
415 static ptid_t
416 thr_to_lwp (ptid_t ptid)
419 ptid_t lid;
465 static ptid_t
466 lwp_to_thr (ptid_t ptid)
470 ptid_t tid = ptid;
491 ptid_t ptid = lwp_to_thr (inferior_ptid);
503 ptid_t ptid = thr_to_lwp (inferior_ptid);
519 add_thread_uw (int thrid, int lwpid, CORE_ADDR mapp, ptid_t pti
[all...]
H A Di386fbsd-nat.c40 child_resume (ptid_t ptid, int step, enum target_signal signal)
H A Dsol-thread.c79 extern char *procfs_pid_to_str (ptid_t ptid);
90 ptid_t ptid;
105 static ptid_t thread_to_lwp (ptid_t thread_id, int default_lwp);
106 static void sol_thread_resume (ptid_t ptid, int step, enum target_signal signo);
107 static ptid_t lwp_to_thread (ptid_t lwp);
108 static int sol_thread_alive (ptid_t ptid);
309 static ptid_t
310 thread_to_lwp (ptid_t thread_i
[all...]
H A Dthread-db.c131 static void attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
259 ptid_t thread_ptid;
336 static ptid_t
337 thread_from_lwp (ptid_t ptid)
342 ptid_t thread_ptid;
361 static ptid_t
362 lwp_from_thread (ptid_t ptid)
365 ptid_t thread_ptid;
699 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
748 detach_thread (ptid_t pti
[all...]
H A Docd.h99 void ocd_resume (ptid_t ptid, int step, enum target_signal siggnal);
117 int ocd_thread_alive (ptid_t th);
H A Dregcache.h249 extern ULONGEST read_register_pid (int regnum, ptid_t ptid);
253 extern void write_register_pid (int regnum, CORE_ADDR val, ptid_t ptid);
H A Dppc-bdm.c43 static ptid_t bdm_ppc_wait (ptid_t ptid,
103 static ptid_t
104 bdm_ppc_wait (ptid_t ptid, struct target_waitstatus *target_status)
H A Dinfrun.c100 static ptid_t previous_inferior_ptid;
321 static ptid_t target_last_wait_ptid;
481 static ptid_t singlestep_ptid;
485 static ptid_t saved_singlestep_ptid;
607 ptid_t resume_ptid;
672 ptid_t wait_ptid;
978 ptid_t ptid;
979 ptid_t saved_inferior_ptid;
988 ptid_t waiton_ptid;
1167 get_last_target_status (ptid_t *ptid
[all...]
H A Dnto-procfs.c62 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)
222 procfs_thread_alive (ptid_t ptid)
237 ptid_t ptid;
543 static ptid_t
544 do_attach (ptid_t ptid)
608 static ptid_t
[all...]
H A Dremote-sim.c94 static void gdbsim_resume (ptid_t ptid, int step, enum target_signal siggnal);
96 static ptid_t gdbsim_wait (ptid_t ptid, struct target_waitstatus *status);
603 gdbsim_resume (ptid_t ptid, int step, enum target_signal siggnal)
664 static ptid_t
665 gdbsim_wait (ptid_t ptid, struct target_waitstatus *status)
H A Dlin-lwp.c96 ptid_t trap_ptid;
131 static int lin_lwp_thread_alive (ptid_t ptid);
181 add_lwp (ptid_t ptid)
204 delete_lwp (ptid_t ptid)
233 find_lwp_pid (ptid_t ptid)
285 lin_lwp_attach_lwp (ptid_t ptid, int verbose)
517 lin_lwp_resume (ptid_t ptid, int step, enum target_signal signo)
1101 ptid_t
1102 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus)
1202 static ptid_t
[all...]
H A Dbreakpoint.h419 extern bpstat bpstat_stop_status (CORE_ADDR pc, ptid_t ptid);
634 extern int breakpoint_thread_match (CORE_ADDR, ptid_t);
H A Dtarget.c101 static void debug_to_resume (ptid_t, int, enum target_signal);
103 static ptid_t debug_to_wait (ptid_t, struct target_waitstatus *);
160 static void debug_to_notice_signals (ptid_t);
162 static int debug_to_thread_alive (ptid_t);
482 (void (*) (ptid_t, int, enum target_signal))
485 (ptid_t (*) (ptid_t, struct target_waitstatus *))
488 (void (*) (ptid_t, int))
561 (void (*) (ptid_t))
[all...]
H A Dlynx-nat.c384 ptid_t
385 child_wait (ptid_t ptid, struct target_waitstatus *ourstatus)
507 child_thread_alive (ptid_t ptid)
528 child_resume (ptid_t ptid, int step, enum target_signal signal)
565 child_pid_to_str (ptid_t ptid)
H A Dremote-rdi.c66 static void arm_rdi_resume (ptid_t pid, int step,
77 static ptid_t arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status);
435 arm_rdi_resume (ptid_t ptid, int step, enum target_signal siggnal)
472 static ptid_t
473 arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status)
/freebsd-10.3-release/contrib/gdb/gdb/config/
H A Dnm-lynx.h75 extern ptid_t child_wait (ptid_t ptid,
84 extern char *lynx_pid_to_str (ptid_t ptid);
/freebsd-10.3-release/contrib/gdb/gdb/config/i386/
H A Dnm-i386sol2.h48 extern int procfs_stopped_by_watchpoint (ptid_t);
55 extern int procfs_set_watchpoint (ptid_t, CORE_ADDR, int, int, int);
/freebsd-10.3-release/contrib/gdb/gdb/config/sparc/
H A Dnm-sol2.h50 extern int procfs_stopped_by_watchpoint (ptid_t);
57 extern int procfs_set_watchpoint (ptid_t, CORE_ADDR, int, int, int);
/freebsd-10.3-release/contrib/gdb/gdb/tui/
H A Dtui-hooks.c201 static ptid_t
202 tui_target_wait_hook (ptid_t pid, struct target_waitstatus *status)
204 ptid_t res;
/freebsd-10.3-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c93 static ptid_t last_single_step_thread;
153 static int fbsd_thread_alive (ptid_t ptid);
154 static void attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
251 static ptid_t
252 thread_from_lwp (ptid_t ptid, td_thrhandle_t *th, td_thrinfo_t *ti)
310 ptid_t tmp, ptid;
603 fbsd_thread_resume (ptid_t ptid, int step, enum target_signal signo)
607 ptid_t work_ptid;
699 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
726 detach_thread (ptid_t pti
[all...]

Completed in 210 milliseconds

123