HomeSort by: relevance | last modified time | path
    Searched defs:SIGQUIT (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/common/
sim-signal.c 42 #ifndef SIGQUIT
43 #define SIGQUIT 3
  /src/external/gpl3/gdb/dist/sim/common/
sim-signal.c 42 #ifndef SIGQUIT
43 #define SIGQUIT 3
  /src/external/gpl2/gmake/dist/
vmsjobs.c 238 kill (getpid(),SIGQUIT);
609 * therefore isn't converted to SIGQUIT (for a signal handler which is
614 * One more: At the time of LIB$SPAWN signals are blocked. SIGQUIT will
626 * an abort to the subprocess and signal SIGQUIT, which will be caught by
632 * sys$waitfr will always complete and the SIGQUIT will be processed after
  /src/external/gpl2/texinfo/dist/info/
pcterm.c 661 #ifndef SIGQUIT
662 # define SIGQUIT 0
705 old_QUIT = signal (SIGQUIT, SIG_IGN);
710 signal (SIGQUIT, old_QUIT);
  /src/sys/sys/
signal.h 54 #define SIGQUIT 3 /* quit */
  /src/external/gpl3/gcc/dist/fixincludes/
fixlib.h 46 #ifndef SIGQUIT
47 #define SIGQUIT SIGTERM
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixlib.h 46 #ifndef SIGQUIT
47 #define SIGQUIT SIGTERM
  /src/external/bsd/atf/dist/atf-c/detail/
process_test.c 568 kill(getpid(), SIGQUIT);
679 ATF_CHECK_EQ(atf_process_status_termsig(&s), SIGQUIT);
  /src/external/mit/libuv/dist/include/uv/
win.h 86 #define SIGQUIT 3
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c 438 #ifdef SIGQUIT
439 kill (getpid (), SIGQUIT);
1182 #ifdef SIGQUIT
1183 signal (SIGQUIT, handle_QUIT);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c 438 #ifdef SIGQUIT
439 kill (getpid (), SIGQUIT);
1182 #ifdef SIGQUIT
1183 signal (SIGQUIT, handle_QUIT);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 455 #ifdef SIGQUIT
456 kill (getpid (), SIGQUIT);
1198 #ifdef SIGQUIT
1199 signal (SIGQUIT, handle_QUIT);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 455 #ifdef SIGQUIT
456 kill (getpid (), SIGQUIT);
1198 #ifdef SIGQUIT
1199 signal (SIGQUIT, handle_QUIT);
  /src/external/gpl3/gdb.old/dist/sim/sh/
interp.c 77 #ifndef SIGQUIT
78 #define SIGQUIT SIGTERM
870 raise_exception (SIGQUIT);
948 raise_exception (SIGQUIT);
2256 /* The SH simulator uses SIGQUIT to indicate that the program has
2258 if (saved_state.asregs.exception == SIGQUIT)
  /src/external/gpl3/gdb/dist/sim/sh/
interp.c 77 #ifndef SIGQUIT
78 #define SIGQUIT SIGTERM
870 raise_exception (SIGQUIT);
948 raise_exception (SIGQUIT);
2256 /* The SH simulator uses SIGQUIT to indicate that the program has
2258 if (saved_state.asregs.exception == SIGQUIT)

Completed in 69 milliseconds