Home
last modified time | relevance | path

Searched refs:error_pre_print (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dmain.c602 error_pre_print = "\n\n"; in captured_main()
603 quit_pre_print = error_pre_print; in captured_main()
672 error_pre_print = "\n"; in captured_main()
673 quit_pre_print = error_pre_print; in captured_main()
698 error_pre_print = NULL; in captured_main()
Dtop.c405 saved_error_pre_print = error_pre_print; in catcher()
409 error_pre_print = errstring; in catcher()
458 error_pre_print = saved_error_pre_print; in catcher()
1225 error_pre_print = source_error; in command_line_input()
Dutils.c163 char *error_pre_print; variable
674 if (error_pre_print) in error_stream()
675 fputs_filtered (error_pre_print, gdb_stderr); in error_stream()
Devent-top.c654 error_pre_print = source_error; in command_line_handler()
Ddefs.h894 extern char *error_pre_print;
Dremote-mips.c486 if (error_pre_print) in mips_error()
487 fputs_filtered (error_pre_print, gdb_stderr); in mips_error()
/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-script.c1233 error_pre_print = p->old_error_pre_print; in source_cleanup_lines()
1261 old_lines.old_error_pre_print = error_pre_print; in script_from_file()
1265 source_pre_error = error_pre_print == NULL ? "" : error_pre_print; in script_from_file()
1270 error_pre_print = ""; in script_from_file()