Lines Matching refs:B_PRId32

83 	TRACE(("debugger_write(): thread: %" B_PRId32 ", team %" B_PRId32 ", "
84 "port: %" B_PRId32 ", code: %" B_PRIx32 ", message: %p, size: %lu, "
536 TRACE(("thread_hit_debug_event(): thread: %" B_PRId32 ", event: %" B_PRIu32
537 ", message: %p, size: %" B_PRId32 "\n", thread->id, (uint32)event,
548 snprintf(nameBuffer, sizeof(nameBuffer), "nub to thread %" B_PRId32,
575 TRACE(("thread_hit_debug_event(): Misdirected nub thread: %" B_PRId32
622 TRACE(("thread_hit_debug_event() error: thread: %" B_PRId32 ", error: "
635 TRACE(("thread_hit_debug_event(): thread: %" B_PRId32 ", sending "
636 "message to debugger port %" B_PRId32 "\n", thread->id,
657 TRACE(("thread_hit_debug_event(): thread: %" B_PRId32 ", failed "
658 "to receive message from port %" B_PRId32 ": %" B_PRIx32 "\n",
665 TRACE(("thread_hit_debug_event(): thread: %" B_PRId32 ": "
676 TRACE(("thread_hit_debug_event(): thread: %" B_PRId32 ": "
729 TRACE(("thread_hit_debug_event(): thread: %" B_PRId32 ", failed to send "
730 "message to debugger port %" B_PRId32 ": %" B_PRIx32 "\n",
821 "thread: %" B_PRId32 " (%s): %s\n", thread->id, thread->name,
1006 TRACE(("user_debug_team_deleted(team: %" B_PRId32 ", debugger port: "
1007 "%" B_PRId32 ")\n", teamID, debuggerPort));
1554 "message to thread %" B_PRId32 ": %" B_PRIx32 "\n",
1565 TRACE(("nub_thread_cleanup(%" B_PRId32 "): debugger port: %" B_PRId32 "\n",
1669 TRACE(("debug_nub_thread() thread: %" B_PRId32 ", team %" B_PRId32 ", nub "
1670 "port: %" B_PRId32 "\n", nubThread->id, nubThread->team->id, port));
1689 TRACE(("nub thread %" B_PRId32 ": terminating: %lx\n",
1735 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_READ_MEMORY: "
1736 "reply port: %" B_PRId32 ", address: %p, size: %" B_PRId32
1771 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_WRITE_MEMORY: "
1772 "reply port: %" B_PRId32 ", address: %p, size: %" B_PRId32
1788 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_SET_TEAM_FLAGS"
1813 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_SET_THREAD_FLAGS"
1814 ": thread: %" B_PRId32 ", flags: %" B_PRIx32 "\n",
1847 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_CONTINUE_THREAD"
1848 ": thread: %" B_PRId32 ", handle event: %" B_PRIu32 ", "
1890 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_SET_CPU_STATE"
1891 ": thread: %" B_PRId32 "\n", nubThread->id, threadID));
1917 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_GET_CPU_STATE"
1918 ": thread: %" B_PRId32 "\n", nubThread->id, threadID));
1950 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_SET_BREAKPOINT"
1980 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_CLEAR_BREAKPOINT"
2008 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_SET_WATCHPOINT"
2009 ": address: %p, type: %" B_PRIu32 ", length: %" B_PRId32 "\n",
2043 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_CLEAR_WATCHPOINT"
2072 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_SET_SIGNAL_MASKS"
2073 ": thread: %" B_PRId32 ", ignore: %" B_PRIx64 " (op: %"
2144 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_GET_SIGNAL_MASKS"
2145 ": reply port: %" B_PRId32 ", thread: %" B_PRId32 ", "
2165 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_SET_SIGNAL_HANDLER"
2188 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_GET_SIGNAL_HANDLER"
2189 ": reply port: %" B_PRId32 ", signal: %d, handler: %p\n",
2202 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_MESSAGE_PREPARE_HANDOVER"
2259 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_START_PROFILER: "
2260 "thread: %" B_PRId32 ", sample area: %" B_PRId32 "\n",
2363 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_STOP_PROFILER: "
2364 "thread: %" B_PRId32 "\n", nubThread->id, threadID));
2439 TRACE(("nub thread %" B_PRId32 ": B_DEBUG_WRITE_CORE_FILE"
2462 TRACE(("nub thread %" B_PRId32 ": failed to send reply to port "
2463 "%" B_PRId32 ": %s\n", nubThread->id, replyPort,
2526 TRACE(("install_team_debugger(team: %" B_PRId32 ", port: %" B_PRId32 ", "
2547 "debugger: %" B_PRId32 ", debugged: %" B_PRId32 "\n", debuggerTeam,
2677 "%" B_PRId32 ", port: %" B_PRId32 "\n", debuggerTeam,
2684 TRACE(("install_team_debugger() done1: %" B_PRId32 "\n",
2692 snprintf(nameBuffer, sizeof(nameBuffer), "team %" B_PRId32 " debugger port "
2699 snprintf(nameBuffer, sizeof(nameBuffer), "team %" B_PRId32 " debug", teamID);
2726 snprintf(nameBuffer, sizeof(nameBuffer), "team %" B_PRId32 " debug task",
2768 TRACE(("install_team_debugger() done2: %" B_PRId32 "\n",
2819 TRACE(("_user_disable_debugger(%d): team: %" B_PRId32 "\n", state,
2922 TRACE(("[%" B_PRId32 "] _user_debug_thread(%" B_PRId32 ")\n",