Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dmain.c591 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()
Dtop.c407 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()
Dutils.c164 char *error_pre_print; variable
688 if (error_pre_print) in error_stream()
689 fputs_filtered (error_pre_print, gdb_stderr); in error_stream()
Devent-top.c655 error_pre_print = source_error; in command_line_handler()
Ddefs.h890 extern char *error_pre_print;
Dremote-mips.c484 if (error_pre_print) in mips_error()
485 fputs_filtered (error_pre_print, gdb_stderr); in mips_error()
DChangeLog-19953371 * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two
3372 variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
3375 * objfiles.c: Don't declare error_pre_print; defs.h does it.
DChangeLog-199332 * defs.h: Declare error_pre_print and warning_pre_print here...
835 source_line_number and set error_pre_print with them.
DChangeLog-19912429 * utils.c (error): if error_pre_print is set, print the string
DChangeLog-19925115 similarly to error_pre_print. Add declarations for
/openbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-script.c1245 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()