Searched refs:log_command (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/less/dist/lesstest/
H A Dlog.c72 int log_command(char* const* argv, int argc, const char* textfile) { function
114 if (!log_command(argv, argc, textfile))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c79 void log_command (const char *arg0) override;
250 void log_command (const char *arg0) override;
2004 target_ops::log_command (const char *arg0) function in class:target_ops
2006 this->beneath ()->log_command (arg0);
2010 dummy_target::log_command (const char *arg0) function in class:dummy_target
2015 debug_target::log_command (const char *arg0) function in class:debug_target
2017 fprintf_unfiltered (gdb_stdlog, "-> %s->log_command (...)\n", this->beneath ()->shortname ());
2018 this->beneath ()->log_command (arg0);
2019 fprintf_unfiltered (gdb_stdlog, "<- %s->log_command (", this->beneath ()->shortname ());
H A Dtarget.h683 virtual void log_command (const char *)
2334 (current_top_target ()->log_command) (p)
H A Dremote.c517 void log_command (const char *cmd) override
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c98 void log_command (const char *arg0) override;
272 void log_command (const char *arg0) override;
2013 target_ops::log_command (const char *arg0) function in class:target_ops
2015 this->beneath ()->log_command (arg0);
2019 dummy_target::log_command (const char *arg0) function in class:dummy_target
2024 debug_target::log_command (const char *arg0) function in class:debug_target
2026 gdb_printf (gdb_stdlog, "-> %s->log_command (...)\n", this->beneath ()->shortname ());
2027 this->beneath ()->log_command (arg0);
2028 gdb_printf (gdb_stdlog, "<- %s->log_command (", this->beneath ()->shortname ());
H A Dtarget.h696 virtual void log_command (const char *)
H A Dtarget.c838 return current_inferior ()->top_target ()->log_command (p);
H A Dremote.c513 void log_command (const char *cmd) override

Completed in 236 milliseconds