Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtop.h68 extern char *source_error;
H A Devent-top.c650 sprintf (source_error, in command_line_handler()
655 error_pre_print = source_error; in command_line_handler()
H A Dtop.c621 /* static */ char *source_error; variable
1221 sprintf (source_error, in command_line_input()
1226 error_pre_print = source_error; in command_line_input()
/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-script.c1278 if (source_error == NULL) in script_from_file()
1279 source_error = xmalloc (source_error_allocated); in script_from_file()
1281 source_error = xrealloc (source_error, source_error_allocated); in script_from_file()