Searched refs:source_command (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dtop.h36 extern void source_command (char *, int);
H A Dmain.c623 catch_command_errors (source_command, homeinit, 0, RETURN_MASK_ALL);
709 catch_command_errors (source_command, gdbinit, 0, RETURN_MASK_ALL);
727 source_command (cmdarg[i], !batch);
731 catch_command_errors (source_command, cmdarg[i], !batch, RETURN_MASK_ALL);
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.h118 extern void source_command (char *, int);
H A Dcli-cmds.c432 source_command (char *args, int from_tty)
1114 c = add_cmd ("source", class_support, source_command,
427 source_command (char *args, int from_tty) function

Completed in 68 milliseconds