Home | History | Annotate | Download | only in coregrind

Lines Matching refs:dmsg

1072          VG_(dmsg)("setting ksig %d to: hdlr %p, flags 0x%lx, "
1148 VG_(dmsg)("sys_sigaltstack: tid %u, "
1193 VG_(dmsg)("sys_sigaction: sigNo %d, "
1342 VG_(dmsg)("do_setmask: tid = %u how = %d (%s), newset = %p (%s)\n",
1354 VG_(dmsg)("\toldset=%p %s\n", oldset, format_sigset(oldset));
1379 VG_(dmsg)("sigprocmask: unknown 'how' field %d\n", how);
1443 VG_(dmsg)("push_signal_frame (thread %u): signal %d\n", tid, sigNo);
1458 VG_(dmsg)("delivering signal %d (%s) to thread %u: "
1724 VG_(dmsg)("delivering %d (code %d) to default handler; action: %s%s\n",
1851 VG_(dmsg)(" -> extended stack base to %#lx\n",
1938 VG_(dmsg)("delivering signal %d (%s):%d to thread %u\n",
2198 VG_(dmsg)("Queueing signal %d (idx %d) to thread %u\n",
2246 VG_(dmsg)("Returning queued signal %d (idx %d) for thread %u\n",
2407 VG_(dmsg)("async signal handler: signal=%d, tid=%u, si_code=%d\n",
2572 VG_(dmsg)("Delivering user-sent sync signal %d as async signal\n",
2584 VG_(dmsg)("Routing user-sent sync signal %d via queue\n", sigNo);
2664 VG_(dmsg)("SIGSEGV: si_code=%d faultaddr=%#lx tid=%u ESP=%#lx "
2668 VG_(dmsg)("SIGSEGV: si_code=%d faultaddr=%#lx tid=%u ESP=%#lx "
2689 VG_(dmsg)(" -> extended stack base to %#lx\n",
2748 VG_(dmsg)("VALGRIND INTERNAL ERROR: Valgrind received "
2752 VG_(dmsg)("si_code=%d; Faulting address: %p; sp: %#lx\n",
2797 VG_(dmsg)("sync signal handler: "
2846 VG_(dmsg)("sigvgkill for lwp %d tid %u\n", VG_(gettid)(), tid);
2936 VG_(dmsg)("poll_signals: got signal %d for thread %u\n",
2944 VG_(dmsg)("Polling found signal %d for tid %u\n", sip->si_signo, tid);
2948 VG_(dmsg)(" signal %d ignored\n", sip->si_signo);
3048 VG_(dmsg)("Max kernel-supported signal is %d\n", VG_(max_signal));