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

  /src/external/gpl3/gdb/dist/gdb/
aarch64-linux-nat.c 79 int can_do_single_step () override;
963 /* Implement the "can_do_single_step" target_ops method. */
966 aarch64_linux_nat_target::can_do_single_step ()
964 aarch64_linux_nat_target::can_do_single_step () function in class:aarch64_linux_nat_target
target-delegates-gen.c 64 int can_do_single_step () override;
241 int can_do_single_step () override;
1148 target_ops::can_do_single_step () function in class:target_ops
1150 return this->beneath ()->can_do_single_step ();
1154 dummy_target::can_do_single_step () function in class:dummy_target
1160 debug_target::can_do_single_step () function in class:debug_target
1162 target_debug_printf_nofunc ("-> %s->can_do_single_step (...)", this->beneath ()->shortname ());
1164 = this->beneath ()->can_do_single_step ();
1165 target_debug_printf_nofunc ("<- %s->can_do_single_step () = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-linux-nat.c 79 int can_do_single_step () override;
965 /* Implement the "can_do_single_step" target_ops method. */
968 aarch64_linux_nat_target::can_do_single_step ()
966 aarch64_linux_nat_target::can_do_single_step () function in class:aarch64_linux_nat_target
target-delegates.c 64 int can_do_single_step () override;
241 int can_do_single_step () override;
1148 target_ops::can_do_single_step () function in class:target_ops
1150 return this->beneath ()->can_do_single_step ();
1154 dummy_target::can_do_single_step () function in class:dummy_target
1160 debug_target::can_do_single_step () function in class:debug_target
1162 target_debug_printf_nofunc ("-> %s->can_do_single_step (...)", this->beneath ()->shortname ());
1164 = this->beneath ()->can_do_single_step ();
1165 target_debug_printf_nofunc ("<- %s->can_do_single_step () = %s",

Completed in 20 milliseconds