Home
last modified time | relevance | path

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

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