Searched refs:supports_dumpcore (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.h58 bool supports_dumpcore () override;
H A Dtarget-delegates.c111 bool supports_dumpcore () override;
282 bool supports_dumpcore () override;
2833 target_ops::supports_dumpcore () function in class:target_ops
2835 return this->beneath ()->supports_dumpcore ();
2839 dummy_target::supports_dumpcore () function in class:dummy_target
2845 debug_target::supports_dumpcore () function in class:debug_target
2848 fprintf_unfiltered (gdb_stdlog, "-> %s->supports_dumpcore (...)\n", this->beneath ()->shortname ());
2849 result = this->beneath ()->supports_dumpcore ();
2850 fprintf_unfiltered (gdb_stdlog, "<- %s->supports_dumpcore (", this->beneath ()->shortname ());
H A Dnbsd-nat.c785 /* Implement the "supports_dumpcore" target_ops method. */
788 nbsd_nat_target::supports_dumpcore () function in class:nbsd_nat_target
H A Dtarget.h887 virtual bool supports_dumpcore ()
1515 (current_top_target ()->supports_dumpcore) ()
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnetbsd-nat.h57 bool supports_dumpcore () override;
H A Dnetbsd-nat.c804 /* Implement the "supports_dumpcore" target_ops method. */
807 nbsd_nat_target::supports_dumpcore () function in class:nbsd_nat_target
H A Dtarget-delegates.c131 bool supports_dumpcore () override;
305 bool supports_dumpcore () override;
2867 target_ops::supports_dumpcore () function in class:target_ops
2869 return this->beneath ()->supports_dumpcore ();
2873 dummy_target::supports_dumpcore () function in class:dummy_target
2879 debug_target::supports_dumpcore () function in class:debug_target
2882 gdb_printf (gdb_stdlog, "-> %s->supports_dumpcore (...)\n", this->beneath ()->shortname ());
2883 result = this->beneath ()->supports_dumpcore ();
2884 gdb_printf (gdb_stdlog, "<- %s->supports_dumpcore (", this->beneath ()->shortname ());
H A Dtarget.h916 virtual bool supports_dumpcore ()
H A Dtarget.c277 return current_inferior ()->top_target ()->supports_dumpcore ();

Completed in 326 milliseconds