Home
last modified time | relevance | path

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

12345678

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dravenscar-thread.c173 is_ravenscar_task (ptid_t ptid) in is_ravenscar_task()
192 ravenscar_thread_target::get_thread_base_cpu (ptid_t ptid) in get_thread_base_cpu()
232 ravenscar_thread_target::task_is_currently_active (ptid_t ptid) in task_is_currently_active()
369 ravenscar_thread_target::resume (ptid_t ptid, int step, in resume()
386 ravenscar_thread_target::wait (ptid_t ptid, in wait()
460 ravenscar_thread_target::thread_alive (ptid_t ptid) in thread_alive()
467 ravenscar_thread_target::pid_to_str (ptid_t ptid) in pid_to_str()
506 ptid_t ptid = regcache->ptid (); in fetch_registers() local
533 ptid_t ptid = regcache->ptid (); in store_registers() local
559 ptid_t ptid = regcache->ptid (); in prepare_to_store() local
[all …]
H A Dinf-ptrace.c41 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, in gdb_ptrace()
262 get_ptrace_pid (ptid_t ptid) in get_ptrace_pid()
280 inf_ptrace_target::resume (ptid_t ptid, int step, enum gdb_signal signal) in resume()
318 inf_ptrace_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, in wait()
365 inf_ptrace_peek_poke (ptid_t ptid, gdb_byte *readbuf, in inf_ptrace_peek_poke()
433 ptid_t ptid = inferior_ptid; in xfer_partial() local
514 inf_ptrace_target::thread_alive (ptid_t ptid) in thread_alive()
533 inf_ptrace_target::pid_to_str (ptid_t ptid) in pid_to_str()
H A Dnbsd-nat.c103 nbsd_nat_target::thread_alive (ptid_t ptid) in thread_alive()
114 ptid_t ptid = thr->ptid; in thread_name() local
141 nbsd_nat_target::post_startup_inferior (ptid_t ptid) in post_startup_inferior()
166 nbsd_nat_target::pid_to_str (ptid_t ptid) in pid_to_str()
471 nbsd_resume(nbsd_nat_target *target, ptid_t ptid, int step, in nbsd_resume()
534 nbsd_nat_target::resume (ptid_t ptid, int step, enum gdb_signal signal) in resume()
555 nbsd_wait (ptid_t ptid, struct target_waitstatus *ourstatus, int options) in nbsd_wait()
583 nbsd_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, in wait()
H A Damd64-bsd-nat.c40 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, in gdb_ptrace()
61 ptid_t ptid = regcache->ptid (); in amd64bsd_fetch_inferior_registers() local
137 ptid_t ptid = regcache->ptid (); in amd64bsd_store_inferior_registers() local
H A Dobsd-nat.c39 obsd_nat_target::pid_to_str (ptid_t ptid) in pid_to_str()
60 ptid_t ptid = ptid_t (pid, pts.pts_tid, 0); in update_thread_list() local
76 obsd_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, in wait()
H A Dx86-bsd-nat.c37 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr) in gdb_ptrace()
69 x86bsd_dr_get (ptid_t ptid, int regnum) in x86bsd_dr_get()
80 x86bsd_dr_set (ptid_t ptid, int regnum, unsigned long value) in x86bsd_dr_set()
H A Dbsd-uthread.c322 ptid_t ptid = regcache->ptid (); in fetch_registers() local
354 ptid_t ptid = regcache->ptid (); in store_registers() local
379 bsd_uthread_target::wait (ptid_t ptid, struct target_waitstatus *status, in wait()
431 bsd_uthread_target::resume (ptid_t ptid, int step, enum gdb_signal sig) in resume()
438 bsd_uthread_target::thread_alive (ptid_t ptid) in thread_alive()
470 ptid_t ptid = ptid_t (pid, 0, addr); in update_thread_list() local
538 bsd_uthread_target::pid_to_str (ptid_t ptid) in pid_to_str()
H A Dsol-thread.c118 ptid_t ptid; member
481 ptid_t ptid = regcache->ptid (); in fetch_registers() local
533 ptid_t ptid = regcache->ptid (); in store_registers() local
606 ptid_t ptid; in check_for_thread_db() local
692 sol_thread_target::thread_alive (ptid_t ptid) in thread_alive()
848 ptid_t ptid = ptid_t (current_inferior ()->pid, lwpid, 0); in ps_lgetregs() local
865 ptid_t ptid = ptid_t (current_inferior ()->pid, lwpid, 0); in ps_lsetregs() local
918 ptid_t ptid = ptid_t (current_inferior ()->pid, lwpid, 0); in ps_lgetfpregs() local
935 ptid_t ptid = ptid_t (current_inferior ()->pid, lwpid, 0); in ps_lsetfpregs() local
967 sol_thread_target::pid_to_str (ptid_t ptid) in pid_to_str()
[all …]
H A Dprocess-stratum-target.c29 process_stratum_target::thread_address_space (ptid_t ptid) in thread_address_space()
44 process_stratum_target::thread_architecture (ptid_t ptid) in thread_architecture()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dravenscar-thread.c173 is_ravenscar_task (ptid_t ptid) in is_ravenscar_task()
192 ravenscar_thread_target::get_thread_base_cpu (ptid_t ptid) in get_thread_base_cpu()
232 ravenscar_thread_target::task_is_currently_active (ptid_t ptid) in task_is_currently_active()
369 ravenscar_thread_target::resume (ptid_t ptid, int step, in resume()
386 ravenscar_thread_target::wait (ptid_t ptid, in wait()
460 ravenscar_thread_target::thread_alive (ptid_t ptid) in thread_alive()
467 ravenscar_thread_target::pid_to_str (ptid_t ptid) in pid_to_str()
506 ptid_t ptid = regcache->ptid (); in fetch_registers() local
533 ptid_t ptid = regcache->ptid (); in store_registers() local
559 ptid_t ptid = regcache->ptid (); in prepare_to_store() local
[all …]
H A Dinf-ptrace.c41 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, in gdb_ptrace()
262 get_ptrace_pid (ptid_t ptid) in get_ptrace_pid()
280 inf_ptrace_target::resume (ptid_t ptid, int step, enum gdb_signal signal) in resume()
318 inf_ptrace_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, in wait()
365 inf_ptrace_peek_poke (ptid_t ptid, gdb_byte *readbuf, in inf_ptrace_peek_poke()
433 ptid_t ptid = inferior_ptid; in xfer_partial() local
514 inf_ptrace_target::thread_alive (ptid_t ptid) in thread_alive()
533 inf_ptrace_target::pid_to_str (ptid_t ptid) in pid_to_str()
H A Dnbsd-nat.c103 nbsd_nat_target::thread_alive (ptid_t ptid) in thread_alive()
114 ptid_t ptid = thr->ptid; in thread_name() local
141 nbsd_nat_target::post_startup_inferior (ptid_t ptid) in post_startup_inferior()
166 nbsd_nat_target::pid_to_str (ptid_t ptid) in pid_to_str()
471 nbsd_resume(nbsd_nat_target *target, ptid_t ptid, int step, in nbsd_resume()
534 nbsd_nat_target::resume (ptid_t ptid, int step, enum gdb_signal signal) in resume()
555 nbsd_wait (ptid_t ptid, struct target_waitstatus *ourstatus, int options) in nbsd_wait()
583 nbsd_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, in wait()
H A Damd64-bsd-nat.c40 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr, in gdb_ptrace()
61 ptid_t ptid = regcache->ptid (); in amd64bsd_fetch_inferior_registers() local
137 ptid_t ptid = regcache->ptid (); in amd64bsd_store_inferior_registers() local
H A Dobsd-nat.c39 obsd_nat_target::pid_to_str (ptid_t ptid) in pid_to_str()
60 ptid_t ptid = ptid_t (pid, pts.pts_tid, 0); in update_thread_list() local
76 obsd_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, in wait()
H A Dx86-bsd-nat.c37 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr) in gdb_ptrace()
69 x86bsd_dr_get (ptid_t ptid, int regnum) in x86bsd_dr_get()
80 x86bsd_dr_set (ptid_t ptid, int regnum, unsigned long value) in x86bsd_dr_set()
H A Dbsd-uthread.c322 ptid_t ptid = regcache->ptid (); in fetch_registers() local
354 ptid_t ptid = regcache->ptid (); in store_registers() local
379 bsd_uthread_target::wait (ptid_t ptid, struct target_waitstatus *status, in wait()
431 bsd_uthread_target::resume (ptid_t ptid, int step, enum gdb_signal sig) in resume()
438 bsd_uthread_target::thread_alive (ptid_t ptid) in thread_alive()
470 ptid_t ptid = ptid_t (pid, 0, addr); in update_thread_list() local
538 bsd_uthread_target::pid_to_str (ptid_t ptid) in pid_to_str()
H A Dsol-thread.c118 ptid_t ptid; member
481 ptid_t ptid = regcache->ptid (); in fetch_registers() local
533 ptid_t ptid = regcache->ptid (); in store_registers() local
606 ptid_t ptid; in check_for_thread_db() local
692 sol_thread_target::thread_alive (ptid_t ptid) in thread_alive()
848 ptid_t ptid = ptid_t (current_inferior ()->pid, lwpid, 0); in ps_lgetregs() local
865 ptid_t ptid = ptid_t (current_inferior ()->pid, lwpid, 0); in ps_lsetregs() local
918 ptid_t ptid = ptid_t (current_inferior ()->pid, lwpid, 0); in ps_lgetfpregs() local
935 ptid_t ptid = ptid_t (current_inferior ()->pid, lwpid, 0); in ps_lsetfpregs() local
967 sol_thread_target::pid_to_str (ptid_t ptid) in pid_to_str()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/python/
H A Dpy-continueevent.c32 create_continue_event_object (ptid_t ptid) in create_continue_event_object()
48 emit_continue_event (ptid_t ptid) in emit_continue_event()
/netbsd/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-continueevent.c32 create_continue_event_object (ptid_t ptid) in create_continue_event_object()
48 emit_continue_event (ptid_t ptid) in emit_continue_event()
/netbsd/external/gpl3/gdb/dist/gdb/nat/
H A Dx86-linux-dregs.c41 x86_linux_dr_get (ptid_t ptid, int regnum) in x86_linux_dr_get()
60 x86_linux_dr_set (ptid_t ptid, int regnum, unsigned long value) in x86_linux_dr_set()
143 ptid_t ptid = ptid_of_lwp (lwp); in x86_linux_update_debug_registers() local
H A Dnetbsd-nat.c110 thread_alive (ptid_t ptid) in thread_alive()
127 thread_name (ptid_t ptid) in thread_name()
159 ptid_t ptid = ptid_t (pid, kl->l_lid, 0); in for_each_thread() local
/netbsd/external/gpl3/gdb.old/dist/gdb/nat/
H A Dx86-linux-dregs.c41 x86_linux_dr_get (ptid_t ptid, int regnum) in x86_linux_dr_get()
60 x86_linux_dr_set (ptid_t ptid, int regnum, unsigned long value) in x86_linux_dr_set()
143 ptid_t ptid = ptid_of_lwp (lwp); in x86_linux_update_debug_registers() local
H A Dnetbsd-nat.c110 thread_alive (ptid_t ptid) in thread_alive()
127 thread_name (ptid_t ptid) in thread_name()
159 ptid_t ptid = ptid_t (pid, kl->l_lid, 0); in for_each_thread() local
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dtarget.cc163 mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options, in mywait()
204 target_stop_and_wait (ptid_t ptid) in target_stop_and_wait()
223 target_wait (ptid_t ptid, struct target_waitstatus *status, int options) in target_wait()
231 target_mourn_inferior (ptid_t ptid) in target_mourn_inferior()
239 target_continue_no_signal (ptid_t ptid) in target_continue_no_signal()
252 target_continue (ptid_t ptid, enum gdb_signal signal) in target_continue()
279 target_pid_to_str (ptid_t ptid) in target_pid_to_str()
581 process_stratum_target::core_of_thread (ptid_t ptid) in core_of_thread()
645 process_stratum_target::get_tib_address (ptid_t ptid, CORE_ADDR *address) in get_tib_address()
727 process_stratum_target::enable_btrace (ptid_t ptid, const btrace_config *conf) in enable_btrace()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dtarget.cc163 mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options, in mywait()
204 target_stop_and_wait (ptid_t ptid) in target_stop_and_wait()
223 target_wait (ptid_t ptid, struct target_waitstatus *status, int options) in target_wait()
231 target_mourn_inferior (ptid_t ptid) in target_mourn_inferior()
239 target_continue_no_signal (ptid_t ptid) in target_continue_no_signal()
252 target_continue (ptid_t ptid, enum gdb_signal signal) in target_continue()
279 target_pid_to_str (ptid_t ptid) in target_pid_to_str()
581 process_stratum_target::core_of_thread (ptid_t ptid) in core_of_thread()
645 process_stratum_target::get_tib_address (ptid_t ptid, CORE_ADDR *address) in get_tib_address()
727 process_stratum_target::enable_btrace (ptid_t ptid, const btrace_config *conf) in enable_btrace()
[all …]

12345678