Home
last modified time | relevance | path

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

/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dmain.c82 quit_command PARAMS ((char *, int));
424 quit_command((char *)0, 0);
967 quit_command ((char *)0, instream == stdin);
1884 quit_command (args, from_tty) in quit_command() function
2397 add_com ("quit", class_support, quit_command, "Exit gdb."); in initialize_main()