Searched refs:current_interp_set_logging (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/cli/ |
H A D | cli-logging.c | 121 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 D | interps.h | 93 extern int current_interp_set_logging (int start_log, struct ui_file *out,
|
H A D | interps.c | 254 current_interp_set_logging (int start_log, struct ui_file *out, in current_interp_set_logging() function
|