Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmain.c612 catch_command_errors (source_command, homeinit, 0, RETURN_MASK_ALL); in captured_main()
698 catch_command_errors (source_command, gdbinit, 0, RETURN_MASK_ALL); in captured_main()
716 source_command (cmdarg[i], !batch); in captured_main()
720 catch_command_errors (source_command, cmdarg[i], !batch, RETURN_MASK_ALL); in captured_main()
H A Dtop.h36 extern void source_command (char *, int);
H A DChangeLog-3.x654 main.c (source_command): Use tilde_expand.
700 * main.c (source_command): Read .gdbinit if run without argument.
3630 * main.c (source_command): Don't close instream if it's null
H A DChangeLog-1990158 source_command, dump_me_command, editing_info,
2079 * main.c: Split source_command into source_command and
H A DChangeLog-2000469 (complete_command, source_command): Moved here (part) from top.c.
486 contained in a file (part of code for the source_command() that used
4465 (source_command): Use.
H A DChangeLog-19961660 * (main) Remove calls to access() before source_command. Let
1665 * (source_command): If got an error and from_tty, then call print
H A DChangeLog-1993836 (source_command): Set source_* and make a cleanup so they get
6570 * main.c (source_command): Require an explicit pathname of file
6594 * main.c (source_command): Don't source '.gdbinit' file by
H A DChangeLog-19998209 (parse_symbol), top.c (source_command), utils.c
/openbsd/gnu/usr.bin/binutils/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()