HomeSort by: relevance | last modified time | path
    Searched defs:supports_displaced_step (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 202 bool supports_displaced_step (thread_info *arg0) override;
383 bool supports_displaced_step (thread_info *arg0) override;
4424 target_ops::supports_displaced_step (thread_info *arg0) function in class:target_ops
4426 return this->beneath ()->supports_displaced_step (arg0);
4430 dummy_target::supports_displaced_step (thread_info *arg0) function in class:dummy_target
4436 debug_target::supports_displaced_step (thread_info *arg0) function in class:debug_target
4438 target_debug_printf_nofunc ("-> %s->supports_displaced_step (...)", this->beneath ()->shortname ());
4440 = this->beneath ()->supports_displaced_step (arg0);
4441 target_debug_printf_nofunc ("<- %s->supports_displaced_step (%s) = %s",
target-delegates-gen.c 202 bool supports_displaced_step (thread_info *arg0) override;
383 bool supports_displaced_step (thread_info *arg0) override;
4424 target_ops::supports_displaced_step (thread_info *arg0) function in class:target_ops
4426 return this->beneath ()->supports_displaced_step (arg0);
4430 dummy_target::supports_displaced_step (thread_info *arg0) function in class:dummy_target
4436 debug_target::supports_displaced_step (thread_info *arg0) function in class:debug_target
4438 target_debug_printf_nofunc ("-> %s->supports_displaced_step (...)", this->beneath ()->shortname ());
4440 = this->beneath ()->supports_displaced_step (arg0);
4441 target_debug_printf_nofunc ("<- %s->supports_displaced_step (%s) = %s",

Completed in 69 milliseconds