• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/

Lines Matching defs:signal

29 #include <signal.h>
65 int step, int signal, siginfo_t *info);
73 int signal;
163 signal (__SIGRTMIN + 1, SIG_DFL);
589 /* If GDB is not interested in this signal, don't stop other
595 special handling to skip the signal handler. */
596 /* FIXME drow/2002-06-09: Get signal numbers from the inferior's
609 fprintf (stderr, "Ignored signal %d for %ld (LWP %ld).\n",
752 /* No stepping, no signal - unless one is pending already, of course. */
774 have reported the termination signal to GDB; that should stop any
793 fprintf (stderr, "\nChild terminated with signal = %x \n", WTERMSIG (w));
811 /* Send a signal to an LWP. For LinuxThreads, kill is enough; however, if
843 /* If we already have a pending stop signal for this process, don't
882 /* If we stopped with a non-SIGSTOP signal, save it for later
920 If SIGNAL is nonzero, give it that signal. */
924 int step, int signal, siginfo_t *info)
932 /* If we have pending signals or status, and a new signal, enqueue the
933 signal. Also enqueue the signal if we are waiting to reinsert a
935 if (signal != 0
942 p_sig->signal = signal;
957 fprintf (stderr, "Resuming process %ld (%s, signal %d, stop %s)\n", inferior_pid,
958 step ? "step" : "continue", signal,
961 /* This bit needs some thinking about. If we get a signal that
979 /* Postpone any pending signal. It was enqueued above. */
980 signal = 0;
1001 signal = (*p_sig)->signal;
1014 ptrace (step ? PTRACE_SINGLESTEP : PTRACE_CONT, process->lwpid, 0, signal);
1049 stopped; and what signal, if any, it should be sent. For threads which
1078 stopped; and what signal, if any, it should be sent. We queue any needed
1095 /* If we have a new signal, enqueue the signal. */
1101 p_sig->signal = process->resume->sig;
1104 /* If this is the same signal we were previously stopped by,
1743 to find what the cancel signal actually is. */
1744 signal (__SIGRTMIN+1, SIG_IGN);