Home
last modified time | relevance | path

Searched refs:quit_command (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtop.h46 extern void quit_command (const char *, int);
Dui.c128 quit_command ((char *) 0, 0); in stdin_event_handler()
Dmain.c469 quit_command (NULL, ui->instream == ui->stdin_stream); in captured_command_loop()
Dtop.c298 quit_command ((char *) 0, 0); in quit_cover()
DChangeLog-1990157 main.c (catch_errors, version_info, quit_command, pwd_command,
273 (quit_command): Use target_kill rther than kill_inferior.
997 (quit_command): Avoid clobbering exec_bfd while quitting.
1218 via quit_command().
1505 a quit_command (looping back to command_loop if quit_command
DChangeLog-1997737 quit_command.
738 (quit_command): Just call quit_confirm and quit_force.
DChangeLog-19944394 * main.c (quit_command): Check inferior_pid; revert Kung change.
4412 * main.c (quit_command): take out 'inferior_pid != 0' condition,
4996 * main.c (quit_command): Call target_close after we kill or
DChangeLog-20164589 * cli/cli-cmds.c (quit_command): Evaluate "args".
6202 to quit_command.
6210 quit_command.
DChangeLog-2000465 quit_command, pwd_command, cd_command, echo_command, shell_escape,
8018 * event-top.c (stdin_event_handler): call quit_command rather than
DChangeLog-20173506 * cli/cli-cmds.h (quit_command): Constify.
3507 * top.h (quit_command, execute_command): Constify.
3581 * cli/cli-cmds.c (pwd_command, echo_command, quit_command)
DChangeLog-20107568 * cli/cli-cmds.c (quit_command): Ditto.
11694 * cli/cli-cmds.c (quit_command): Ditto.
DChangeLog-19952062 * top.c (quit_command): Accept optional expression to use
DChangeLog-19913961 (quit_command): Only try to kill target if it has execution.
DChangeLog-19922078 (quit_cover): new function, wrapper for quit_command.
DChangeLog-19935132 * main.c (quit_command): In the "quit anyway?" message, tell the user
DChangeLog-20139163 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.h162 extern void quit_command (const char *, int);
Dcli-cmds.c475 quit_command (const char *args, int from_tty) in quit_command() function
2665 = add_com ("quit", class_support, quit_command, _("\ in _initialize_cli_cmds()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcpp.texi1602 @{ "quit", quit_command @},
Dcpp.info1429 { "quit", quit_command },
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git87543 #3 quit_command
92418 - quit_command calls query_if_trace_running
92440 Fix this in quit_command by catching only the TARGET_CLOSE_ERROR exception