Searched refs:get_unwinder (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c172 const struct frame_unwind *get_unwinder () override;
343 const struct frame_unwind *get_unwinder () override;
4327 target_ops::get_unwinder () function in class:target_ops
4329 return this->beneath ()->get_unwinder ();
4333 dummy_target::get_unwinder () function in class:dummy_target
4339 debug_target::get_unwinder () function in class:debug_target
4342 fprintf_unfiltered (gdb_stdlog, "-> %s->get_unwinder (...)\n", this->beneath ()->shortname ());
4343 result = this->beneath ()->get_unwinder ();
4344 fprintf_unfiltered (gdb_stdlog, "<- %s->get_unwinder (", this->beneath ()->shortname ());
H A Drecord-btrace.c115 const struct frame_unwind *get_unwinder () override;
1912 /* Implement the get_unwinder method. */
1915 record_btrace_target::get_unwinder () function in class:record_btrace_target
H A Dtarget.h1252 virtual const struct frame_unwind *get_unwinder ()
H A Dtarget.c3689 return current_top_target ()->get_unwinder ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c192 const struct frame_unwind *get_unwinder () override;
366 const struct frame_unwind *get_unwinder () override;
4361 target_ops::get_unwinder () function in class:target_ops
4363 return this->beneath ()->get_unwinder ();
4367 dummy_target::get_unwinder () function in class:dummy_target
4373 debug_target::get_unwinder () function in class:debug_target
4376 gdb_printf (gdb_stdlog, "-> %s->get_unwinder (...)\n", this->beneath ()->shortname ());
4377 result = this->beneath ()->get_unwinder ();
4378 gdb_printf (gdb_stdlog, "<- %s->get_unwinder (", this->beneath ()->shortname ());
H A Drecord-btrace.c115 const struct frame_unwind *get_unwinder () override;
1914 /* Implement the get_unwinder method. */
1917 record_btrace_target::get_unwinder () function in class:record_btrace_target
H A Dtarget.h1281 virtual const struct frame_unwind *get_unwinder ()
H A Dtarget.c4228 return current_inferior ()->top_target ()->get_unwinder ();

Completed in 304 milliseconds