Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-script.c1232 source_pre_error = p->old_pre_error; in source_cleanup_lines()
1260 old_lines.old_pre_error = source_pre_error; in script_from_file()
1265 source_pre_error = error_pre_print == NULL ? "" : error_pre_print; in script_from_file()
1266 source_pre_error = savestring (source_pre_error, strlen (source_pre_error)); in script_from_file()
1267 make_cleanup (xfree, source_pre_error); in script_from_file()
1272 needed_length = strlen (source_file_name) + strlen (source_pre_error) + 80; in script_from_file()
/freebsd-12.1/contrib/gdb/gdb/
H A Dtop.h69 extern char *source_pre_error;
H A Dtop.c629 /* static */ char *source_pre_error; variable
1223 source_pre_error, in command_line_input()
H A Devent-top.c652 source_pre_error, in command_line_handler()