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

  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 496 process_stratum_target::supports_non_stop () function in class:process_stratum_target
netbsd-low.cc 692 /* Implement the supports_non_stop target_ops method. */
695 netbsd_process_target::supports_non_stop () function in class:netbsd_process_target
linux-low.cc 5853 linux_process_target::supports_non_stop () function in class:linux_process_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 496 process_stratum_target::supports_non_stop () function in class:process_stratum_target
netbsd-low.cc 689 /* Implement the supports_non_stop target_ops method. */
692 netbsd_process_target::supports_non_stop () function in class:netbsd_process_target
linux-low.cc 5868 linux_process_target::supports_non_stop () function in class:linux_process_target
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 110 bool supports_non_stop () override;
287 bool supports_non_stop () override;
2214 target_ops::supports_non_stop () function in class:target_ops
2216 return this->beneath ()->supports_non_stop ();
2220 dummy_target::supports_non_stop () function in class:dummy_target
2226 debug_target::supports_non_stop () function in class:debug_target
2228 target_debug_printf_nofunc ("-> %s->supports_non_stop (...)", this->beneath ()->shortname ());
2230 = this->beneath ()->supports_non_stop ();
2231 target_debug_printf_nofunc ("<- %s->supports_non_stop () = %s",
linux-nat.c 4394 linux_nat_target::supports_non_stop ()
4388 linux_nat_target::supports_non_stop () function in class:linux_nat_target
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.c 110 bool supports_non_stop () override;
287 bool supports_non_stop () override;
2214 target_ops::supports_non_stop () function in class:target_ops
2216 return this->beneath ()->supports_non_stop ();
2220 dummy_target::supports_non_stop () function in class:dummy_target
2226 debug_target::supports_non_stop () function in class:debug_target
2228 target_debug_printf_nofunc ("-> %s->supports_non_stop (...)", this->beneath ()->shortname ());
2230 = this->beneath ()->supports_non_stop ();
2231 target_debug_printf_nofunc ("<- %s->supports_non_stop () = %s",
linux-nat.c 4394 linux_nat_target::supports_non_stop ()
4388 linux_nat_target::supports_non_stop () function in class:linux_nat_target

Completed in 47 milliseconds