Searched refs:quit_command (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dtop.h46 extern void quit_command (char *, int);
H A Devent-top.c414 quit_command ((char *) 0, stdin == instream);
490 quit_command ((char *) 0, stdin == instream);
H A Dmain.c110 quit_command (NULL, instream == stdin);
786 quit_command ((char *) 0, instream == stdin);
790 attempt to exit by calling the function quit_command(). That
796 command_loop() returned normally and quit_command() was called,
807 /* No exit -- exit is through quit_command. */
H A Dtop.c591 quit_command ((char *) 0, 0);
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.h116 extern void quit_command (char *, int);
H A Dcli-cmds.c309 quit_command (char *args, int from_tty)
1120 add_com ("quit", class_support, quit_command, "Exit gdb.");
305 quit_command (char *args, int from_tty) function

Completed in 169 milliseconds