Searched refs:core_of_thread (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dravenscar-thread.c115 int core_of_thread (ptid_t ptid) override;
630 ravenscar_thread_target::core_of_thread (ptid_t ptid) function in class:ravenscar_thread_target
634 return beneath ()->core_of_thread (inferior_ptid);
H A Dlinux-nat.h102 int core_of_thread (ptid_t ptid) override;
H A Dtarget-delegates.c139 int core_of_thread (ptid_t arg0) override;
310 int core_of_thread (ptid_t arg0) override;
3516 target_ops::core_of_thread (ptid_t arg0) function in class:target_ops
3518 return this->beneath ()->core_of_thread (arg0);
3522 dummy_target::core_of_thread (ptid_t arg0) function in class:dummy_target
3528 debug_target::core_of_thread (ptid_t arg0) function in class:debug_target
3531 fprintf_unfiltered (gdb_stdlog, "-> %s->core_of_thread (...)\n", this->beneath ()->shortname ());
3532 result = this->beneath ()->core_of_thread (arg0);
3533 fprintf_unfiltered (gdb_stdlog, "<- %s->core_of_thread (", this->beneath ()->shortname ());
H A Dtarget.h1080 virtual int core_of_thread (ptid_t ptid)
H A Dtarget.c3418 return current_top_target ()->core_of_thread (ptid);
H A Dlinux-nat.c4235 linux_nat_target::core_of_thread (ptid_t ptid)
4229 linux_nat_target::core_of_thread (ptid_t ptid) function in class:linux_nat_target
H A Dremote.c643 int core_of_thread (ptid_t ptid) override;
13548 remote_target::core_of_thread (ptid_t ptid)
13533 remote_target::core_of_thread (ptid_t ptid) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.h98 int core_of_thread (ptid_t ptid) override;
H A Dravenscar-thread.c115 int core_of_thread (ptid_t ptid) override;
842 ravenscar_thread_target::core_of_thread (ptid_t ptid) function in class:ravenscar_thread_target
846 return beneath ()->core_of_thread (inferior_ptid);
H A Dtarget-delegates.c159 int core_of_thread (ptid_t arg0) override;
333 int core_of_thread (ptid_t arg0) override;
3550 target_ops::core_of_thread (ptid_t arg0) function in class:target_ops
3552 return this->beneath ()->core_of_thread (arg0);
3556 dummy_target::core_of_thread (ptid_t arg0) function in class:dummy_target
3562 debug_target::core_of_thread (ptid_t arg0) function in class:debug_target
3565 gdb_printf (gdb_stdlog, "-> %s->core_of_thread (...)\n", this->beneath ()->shortname ());
3566 result = this->beneath ()->core_of_thread (arg0);
3567 gdb_printf (gdb_stdlog, "<- %s->core_of_thread (", this->beneath ()->shortname ());
H A Dtarget.h1109 virtual int core_of_thread (ptid_t ptid)
H A Dtarget.c3947 return current_inferior ()->top_target ()->core_of_thread (ptid);
H A Dlinux-nat.c4331 linux_nat_target::core_of_thread (ptid_t ptid)
4325 linux_nat_target::core_of_thread (ptid_t ptid) function in class:linux_nat_target
H A Dremote.c639 int core_of_thread (ptid_t ptid) override;
13815 remote_target::core_of_thread (ptid_t ptid)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dtarget.h309 virtual int core_of_thread (ptid_t ptid);
676 the_target->core_of_thread (ptid)
H A Dlinux-low.h244 int core_of_thread (ptid_t ptid) override;
H A Dtarget.cc581 process_stratum_target::core_of_thread (ptid_t ptid) function in class:process_stratum_target
H A Dlinux-low.cc6199 linux_process_target::core_of_thread (ptid_t ptid) function in class:linux_process_target
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dtarget.h291 virtual int core_of_thread (ptid_t ptid);
683 the_target->core_of_thread (ptid)
H A Dtarget.cc552 process_stratum_target::core_of_thread (ptid_t ptid) function in class:process_stratum_target
H A Dlinux-low.h243 int core_of_thread (ptid_t ptid) override;
H A Dlinux-low.cc5946 linux_process_target::core_of_thread (ptid_t ptid) function in class:linux_process_target

Completed in 443 milliseconds