Home
last modified time | relevance | path

Searched refs:current_interp_set_logging (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-logging.c121 if (current_interp_set_logging (1, output, NULL) == 0) in set_logging_redirect()
163 if (current_interp_set_logging (0, NULL, NULL) == 0) in pop_output_files()
238 if (current_interp_set_logging (1, output, no_redirect_file) == 0) in handle_redirections()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dinterps.h93 extern int current_interp_set_logging (int start_log, struct ui_file *out,
H A Dinterps.c254 current_interp_set_logging (int start_log, struct ui_file *out, in current_interp_set_logging() function