Searched refs:supports_terminal_ours (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinf-child.h47 bool supports_terminal_ours () override;
H A Dinf-child.c99 inf_child_target::supports_terminal_ours () function in class:inf_child_target
H A Dtarget-delegates.c45 bool supports_terminal_ours () override;
216 bool supports_terminal_ours () override;
1195 target_ops::supports_terminal_ours () function in class:target_ops
1197 return this->beneath ()->supports_terminal_ours ();
1201 dummy_target::supports_terminal_ours () function in class:dummy_target
1207 debug_target::supports_terminal_ours () function in class:debug_target
1210 fprintf_unfiltered (gdb_stdlog, "-> %s->supports_terminal_ours (...)\n", this->beneath ()->shortname ());
1211 result = this->beneath ()->supports_terminal_ours ();
1212 fprintf_unfiltered (gdb_stdlog, "<- %s->supports_terminal_ours (", this->beneath ()->shortname ());
H A Dtarget.h591 virtual bool supports_terminal_ours ()
H A Dtarget.c501 return inf->top_target ()->supports_terminal_ours ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinf-child.h47 bool supports_terminal_ours () override;
H A Dinf-child.c91 inf_child_target::supports_terminal_ours () function in class:inf_child_target
H A Dtarget-delegates.c65 bool supports_terminal_ours () override;
239 bool supports_terminal_ours () override;
1221 target_ops::supports_terminal_ours () function in class:target_ops
1223 return this->beneath ()->supports_terminal_ours ();
1227 dummy_target::supports_terminal_ours () function in class:dummy_target
1233 debug_target::supports_terminal_ours () function in class:debug_target
1236 gdb_printf (gdb_stdlog, "-> %s->supports_terminal_ours (...)\n", this->beneath ()->shortname ());
1237 result = this->beneath ()->supports_terminal_ours ();
1238 gdb_printf (gdb_stdlog, "<- %s->supports_terminal_ours (", this->beneath ()->shortname ());
H A Dtarget.h606 virtual bool supports_terminal_ours ()
H A Dtarget.c1120 return inf->top_target ()->supports_terminal_ours ();

Completed in 166 milliseconds