Home | History | Annotate | Download | only in coregrind

Lines Matching refs:dmsg

937          VG_(dmsg)("setting ksig %d to: hdlr %p, flags 0x%lx, "
1001 VG_(dmsg)("sys_sigaltstack: tid %d, "
1046 VG_(dmsg)("sys_sigaction: sigNo %d, "
1193 VG_(dmsg)("do_setmask: tid = %d how = %d (%s), newset = %p (%s)\n",
1205 VG_(dmsg)("\toldset=%p %s\n", oldset, format_sigset(oldset));
1230 VG_(dmsg)("sigprocmask: unknown 'how' field %d\n", how);
1293 VG_(dmsg)("push_signal_frame (thread %d): signal %d\n", tid, sigNo);
1307 VG_(dmsg)("delivering signal %d (%s) to thread %d: "
1535 VG_(dmsg)("delivering %d (code %d) to default handler; action: %s%s\n",
1656 VG_(dmsg)(" -> extended stack base to %#lx\n",
1740 VG_(dmsg)("delivering signal %d (%s):%d to thread %d\n",
1992 VG_(dmsg)("Queueing signal %d (idx %d) to thread %d\n",
2040 VG_(dmsg)("Returning queued signal %d (idx %d) for thread %d\n",
2092 VG_(dmsg)("async signal handler: signal=%d, tid=%d, si_code=%d\n",
2250 VG_(dmsg)("Delivering user-sent sync signal %d as async signal\n",
2262 VG_(dmsg)("Routing user-sent sync signal %d via queue\n", sigNo);
2343 VG_(dmsg)("SIGSEGV: si_code=%d faultaddr=%#lx tid=%d ESP=%#lx "
2347 VG_(dmsg)("SIGSEGV: si_code=%d faultaddr=%#lx tid=%d ESP=%#lx "
2368 VG_(dmsg)(" -> extended stack base to %#lx\n",
2429 VG_(dmsg)("VALGRIND INTERNAL ERROR: Valgrind received "
2433 VG_(dmsg)("si_code=%x; Faulting address: %p; sp: %#lx\n",
2478 VG_(dmsg)("sync signal handler: "
2522 VG_(dmsg)("sigvgkill for lwp %d tid %d\n", VG_(gettid)(), tid);
2610 VG_(dmsg)("poll_signals: got signal %d for thread %d\n",
2618 VG_(dmsg)("Polling found signal %d for tid %d\n", sip->si_signo, tid);
2622 VG_(dmsg)(" signal %d ignored\n", sip->si_signo);
2720 VG_(dmsg)("Max kernel-supported signal is %d\n", VG_(max_signal));