• Home
  • Raw
  • Download

Lines Matching refs:dmsg

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