HomeSort by: relevance | last modified time | path
    Searched refs:supports_non_stop (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/
process-stratum-target.h 51 bool supports_non_stop () override { return false; }
linux-nat.h 87 bool supports_non_stop () override;
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",
infcmd.c 410 if (non_stop && !run_target->supports_non_stop ())
2652 if (non_stop && !attach_target->supports_non_stop ())
target.h 768 virtual bool supports_non_stop ()
linux-nat.c 4394 linux_nat_target::supports_non_stop ()
4388 linux_nat_target::supports_non_stop () function in class:linux_nat_target
remote.c 1005 bool supports_non_stop () override;
13617 remote_target::supports_non_stop ()
  /src/external/gpl3/gdb.old/dist/gdb/
process-stratum-target.h 51 bool supports_non_stop () override { return false; }
linux-nat.h 87 bool supports_non_stop () override;
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",
infcmd.c 409 if (non_stop && !run_target->supports_non_stop ())
2649 if (non_stop && !attach_target->supports_non_stop ())
target.h 768 virtual bool supports_non_stop ()
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/dist/gdbserver/
netbsd-low.h 105 bool supports_non_stop () override;
target.h 260 virtual bool supports_non_stop ();
570 the_target->supports_non_stop ()
target.cc 496 process_stratum_target::supports_non_stop () function in class:process_stratum_target
linux-low.h 225 bool supports_non_stop () override;
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/
netbsd-low.h 105 bool supports_non_stop () override;
target.h 260 virtual bool supports_non_stop ();
570 the_target->supports_non_stop ()
target.cc 496 process_stratum_target::supports_non_stop () function in class:process_stratum_target
linux-low.h 225 bool supports_non_stop () override;
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

Completed in 78 milliseconds

1 2