Home | History | Annotate | Download | only in gdb

Lines Matching refs:QUIT

31 /* The current quit handler (and its type).  This is called from the
32 QUIT macro. See default_quit_handler below for default behavior.
35 wouldn't want to quit between a RSP command and its response, as
46 /* The default quit handler. Checks whether Ctrl-C was pressed, and
49 - If GDB owns the terminal, throws a quit exception.
57 /* Flag that function quit should call quit_force. */
67 extern void quit ();
69 /* Helper for the QUIT macro. */
73 /* Check whether a Ctrl-C was typed, and if so, call the current quit
76 #define QUIT maybe_quit ()
78 /* Set the serial event associated with the quit flag. */
82 /* Clear the serial event associated with the quit flag. */