Home
last modified time | relevance | path

Searched refs:source_error (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtop.h68 extern char *source_error;
H A Dtop.c611 /* static */ char *source_error; variable
1162 sprintf (source_error, in command_line_input()
1167 error_pre_print = source_error; in command_line_input()
H A Devent-top.c650 sprintf (source_error, in command_line_handler()
655 error_pre_print = source_error; in command_line_handler()
H A DChangeLog-19995982 * top.h: (source_line_number, source_file_name, source_error,
7052 (source_line_number, source_file_name, source_error,
H A DChangeLog-1993833 source_error, source_error_allocated, and source_pre_error.
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c1290 if (source_error == NULL) in script_from_file()
1291 source_error = xmalloc (source_error_allocated); in script_from_file()
1293 source_error = xrealloc (source_error, source_error_allocated); in script_from_file()