Lines Matching refs:inf_debug
113 #define inf_debug(_inf, msg, args...) \ macro
675 inf_debug (inf, "clearing wait"); in inf_clear_wait()
695 inf_debug (inf, "cleanup"); in inf_cleanup()
720 inf_debug (inf, "startup: pid = %d", pid); in inf_startup()
744 inf_debug (inf, "setting pid: %d", pid); in inf_set_pid()
755 inf_debug (inf, "setting task: %d", task_port); in inf_set_pid()
915 inf_debug (inf, "updating suspend counts"); in inf_update_suspends()
940 inf_debug (inf, "%srunning...", in inf_update_suspends()
1002 inf_debug (inf, "fetching threads"); in inf_validate_procs()
1014 inf_debug (inf, "no task"); in inf_validate_procs()
1162 inf_debug (inf, "setting step thread: %d/%d", inf->pid, thread->tid); in inf_set_step_thread()
1164 inf_debug (inf, "clearing step thread"); in inf_set_step_thread()
1209 inf_debug (inf, "detaching..."); in inf_detach()
1249 inf_debug (inf, "attaching: %d", pid); in inf_attach()
1264 inf_debug (inf, "stealing exception ports"); in inf_steal_exc_ports()
1279 inf_debug (inf, "restoring exception ports"); in inf_restore_exc_ports()
1316 inf_debug (inf, "passing through exception:" in inf_signal()
1336 inf_debug (inf, "sending %s to stopped process", NAME); in inf_signal()
1358 inf_debug (inf, "sending %s to unstopped process" in inf_signal()
1386 inf_debug (inf, "continuing process"); in inf_continue()
1445 inf_debug (inf, "waiting for: %d", PIDGET (tid)); in gnu_wait()
1451 inf_debug (inf, "requesting wait on pid %d", inf->pid); in gnu_wait()
1457 inf_debug (inf, "cancelling previous wait on pid %d", proc_wait_pid); in gnu_wait()
1467 inf_debug (inf, "waits pending: %d", proc_waits_pending); in gnu_wait()
1483 inf_debug (inf, "waiting for an event..."); in gnu_wait()
1498 inf_debug (inf, "interrupted"); in gnu_wait()
1512 inf_debug (inf, "event: msgid = %d", msg.hdr.msgh_id); in gnu_wait()
1539 inf_debug (inf, "pending_execs = %d, ignoring minor event", in gnu_wait()
1555 inf_debug (inf, "pending exec completed, pending_execs => %d", in gnu_wait()
1571 inf_debug (inf, "suppressing return, rewaiting..."); in gnu_wait()
1603 inf_debug (inf, "returning tid = %d, status = %s (%d)", PIDGET (tid), in gnu_wait()
1625 inf_debug (waiting_inf, in S_exception_raise_request()
1662 inf_debug (waiting_inf, "Handler is thread exception port <%d>", in S_exception_raise_request()
1668 inf_debug (waiting_inf, "Handler is task exception port <%d>", in S_exception_raise_request()
1717 inf_debug (waiting_inf, "port = %d", dead_port); in do_mach_notify_dead_name()
1799 inf_debug (inf, "err = %s, pid = %d, status = 0x%x, sigcode = %d", in S_proc_wait_reply()
1815 inf_debug (inf, "waits pending now: %d", proc_waits_pending); in S_proc_wait_reply()
1835 inf_debug (inf, "process has stopped itself"); in S_proc_wait_reply()
1935 inf_debug (inf, "tid = %d, step = %d, sig = %d", PIDGET (tid), step, sig); in gnu_resume()
1966 inf_debug (inf, "running all threads; tid = %d", PIDGET (inferior_ptid)); in gnu_resume()
1976 inf_debug (inf, "running one thread: %d/%d", inf->pid, thread->tid); in gnu_resume()
1986 inf_debug (inf, "stepping thread: %d/%d", inf->pid, step_thread->tid); in gnu_resume()
1991 inf_debug (inf, "here we go..."); in gnu_resume()
2013 inf_debug (current_inferior, "rip"); in gnu_mourn_inferior()
2051 inf_debug (inf, "tracing self"); in gnu_create_inferior()
2058 inf_debug (inf, "attaching to child: %d", pid); in gnu_create_inferior()
2077 inf_debug (inf, "creating inferior"); in gnu_create_inferior()
2136 inf_debug (inf, "attaching to pid: %d", pid); in gnu_attach()
2458 inf_debug (current_inferior, "%s %p[%d] %s %p", in gnu_xfer_memory()