Searched refs:error_pre_print (Results 1 – 11 of 11) sorted by relevance
591 error_pre_print = "\n\n"; in captured_main()592 quit_pre_print = error_pre_print; in captured_main()661 error_pre_print = "\n"; in captured_main()662 quit_pre_print = error_pre_print; in captured_main()687 error_pre_print = NULL; in captured_main()
407 saved_error_pre_print = error_pre_print; in catcher()411 error_pre_print = errstring; in catcher()460 error_pre_print = saved_error_pre_print; in catcher()1167 error_pre_print = source_error; in command_line_input()
164 char *error_pre_print; variable688 if (error_pre_print) in error_stream()689 fputs_filtered (error_pre_print, gdb_stderr); in error_stream()
655 error_pre_print = source_error; in command_line_handler()
890 extern char *error_pre_print;
484 if (error_pre_print) in mips_error()485 fputs_filtered (error_pre_print, gdb_stderr); in mips_error()
3371 * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two3372 variables: error_pre_print (for RETURN_ERROR) and quit_pre_print3375 * objfiles.c: Don't declare error_pre_print; defs.h does it.
32 * defs.h: Declare error_pre_print and warning_pre_print here...835 source_line_number and set error_pre_print with them.
2429 * utils.c (error): if error_pre_print is set, print the string
5115 similarly to error_pre_print. Add declarations for
1245 error_pre_print = p->old_error_pre_print; in source_cleanup_lines()1273 old_lines.old_error_pre_print = error_pre_print; in script_from_file()1277 source_pre_error = error_pre_print == NULL ? "" : error_pre_print; in script_from_file()1282 error_pre_print = ""; in script_from_file()