Home
last modified time | relevance | path

Searched refs:core_of_thread (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/external/gpl3/gdb/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) in core_of_thread() function
634 return beneath ()->core_of_thread (inferior_ptid); in core_of_thread()
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) in core_of_thread() function
3518 return this->beneath ()->core_of_thread (arg0); in core_of_thread()
3522 dummy_target::core_of_thread (ptid_t arg0) in core_of_thread() function
3528 debug_target::core_of_thread (ptid_t arg0) in core_of_thread() function
3532 result = this->beneath ()->core_of_thread (arg0); in core_of_thread()
H A Dtarget.h1078 virtual int core_of_thread (ptid_t ptid)
H A Dlinux-nat.c4229 linux_nat_target::core_of_thread (ptid_t ptid) in core_of_thread() function
H A Dtarget.c3415 return current_top_target ()->core_of_thread (ptid); in target_core_of_thread()
H A Dremote.c643 int core_of_thread (ptid_t ptid) override;
13533 remote_target::core_of_thread (ptid_t ptid)
H A DChangeLog610 (ravenscar_thread_target::core_of_thread): Use
12086 (remote_target::core_of_thread)
/netbsd/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) in core_of_thread() function
634 return beneath ()->core_of_thread (inferior_ptid); in core_of_thread()
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) in core_of_thread() function
3518 return this->beneath ()->core_of_thread (arg0); in core_of_thread()
3522 dummy_target::core_of_thread (ptid_t arg0) in core_of_thread() function
3528 debug_target::core_of_thread (ptid_t arg0) in core_of_thread() function
3532 result = this->beneath ()->core_of_thread (arg0); in core_of_thread()
H A Dtarget.h1078 virtual int core_of_thread (ptid_t ptid)
H A Dlinux-nat.c4229 linux_nat_target::core_of_thread (ptid_t ptid) in core_of_thread() function
H A Dtarget.c3415 return current_top_target ()->core_of_thread (ptid); in target_core_of_thread()
H A Dremote.c643 int core_of_thread (ptid_t ptid) override;
13533 remote_target::core_of_thread (ptid_t ptid)
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dtarget.h309 virtual int core_of_thread (ptid_t ptid);
676 the_target->core_of_thread (ptid)
H A Dtarget.cc581 process_stratum_target::core_of_thread (ptid_t ptid) in core_of_thread() function in process_stratum_target
H A Dlinux-low.h244 int core_of_thread (ptid_t ptid) override;
H A Dlinux-low.cc6199 linux_process_target::core_of_thread (ptid_t ptid) in core_of_thread() function in linux_process_target
H A DChangeLog2700 (process_target::core_of_thread): Rename as ...
2701 (process_stratum_target::core_of_thread): ... this.
3327 Turn process_stratum_target's core_of_thread op into a method of
3333 * target.cc (process_target::core_of_thread): Define.
3338 (linux_process_target::core_of_thread): Define.
18673 * target.h (struct target_ops): New field core_of_thread.
/netbsd/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 Dtarget.cc581 process_stratum_target::core_of_thread (ptid_t ptid) in core_of_thread() function in process_stratum_target
H A Dlinux-low.h244 int core_of_thread (ptid_t ptid) override;
H A Dlinux-low.cc6199 linux_process_target::core_of_thread (ptid_t ptid) in core_of_thread() function in linux_process_target
H A DChangeLog2700 (process_target::core_of_thread): Rename as ...
2701 (process_stratum_target::core_of_thread): ... this.
3327 Turn process_stratum_target's core_of_thread op into a method of
3333 * target.cc (process_target::core_of_thread): Define.
3338 (linux_process_target::core_of_thread): Define.
18673 * target.h (struct target_ops): New field core_of_thread.

12