HomeSort by: relevance | last modified time | path
    Searched refs:get_unwinder (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates-gen.c 193 const struct frame_unwind *get_unwinder () override;
370 const struct frame_unwind *get_unwinder () override;
4198 target_ops::get_unwinder () function in class:target_ops
4200 return this->beneath ()->get_unwinder ();
4204 dummy_target::get_unwinder () function in class:dummy_target
4210 debug_target::get_unwinder () function in class:debug_target
4212 target_debug_printf_nofunc ("-> %s->get_unwinder (...)", this->beneath ()->shortname ());
4214 = this->beneath ()->get_unwinder ();
4215 target_debug_printf_nofunc ("<- %s->get_unwinder () = %s",
record-btrace.c 118 const struct frame_unwind *get_unwinder () override;
1968 /* Implement the get_unwinder method. */
1971 record_btrace_target::get_unwinder () function in class:record_btrace_target
target.h 1328 virtual const struct frame_unwind *get_unwinder ()
target.c 4205 return current_inferior ()->top_target ()->get_unwinder ();
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 193 const struct frame_unwind *get_unwinder () override;
374 const struct frame_unwind *get_unwinder () override;
4206 target_ops::get_unwinder () function in class:target_ops
4208 return this->beneath ()->get_unwinder ();
4212 dummy_target::get_unwinder () function in class:dummy_target
4218 debug_target::get_unwinder () function in class:debug_target
4220 target_debug_printf_nofunc ("-> %s->get_unwinder (...)", this->beneath ()->shortname ());
4222 = this->beneath ()->get_unwinder ();
4223 target_debug_printf_nofunc ("<- %s->get_unwinder () = %s",
record-btrace.c 118 const struct frame_unwind *get_unwinder () override;
1965 /* Implement the get_unwinder method. */
1968 record_btrace_target::get_unwinder () function in class:record_btrace_target
target.h 1332 virtual const struct frame_unwind *get_unwinder ()
target.c 4216 return current_inferior ()->top_target ()->get_unwinder ();

Completed in 81 milliseconds