Searched refs:source_command (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | main.c | 612 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 D | top.h | 36 extern void source_command (char *, int);
|
H A D | ChangeLog-3.x | 654 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 D | ChangeLog-1990 | 158 source_command, dump_me_command, editing_info, 2079 * main.c: Split source_command into source_command and
|
H A D | ChangeLog-2000 | 469 (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 D | ChangeLog-1996 | 1660 * (main) Remove calls to access() before source_command. Let 1665 * (source_command): If got an error and from_tty, then call print
|
H A D | ChangeLog-1993 | 836 (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 D | ChangeLog-1999 | 8209 (parse_symbol), top.c (source_command), utils.c
|
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-cmds.h | 118 extern void source_command (char *, int);
|
H A D | cli-cmds.c | 427 source_command (char *args, int from_tty) in source_command() function 1107 c = add_cmd ("source", class_support, source_command, in init_cli_cmds()
|