Symbol: TRACE_CONTROL
src/kits/debugger/controllers/TeamDebugger.cpp
2039
TRACE_CONTROL("TeamDebugger::_HandleSetUserBreakpoint(%#" B_PRIx64
src/kits/debugger/controllers/TeamDebugger.cpp
2052
TRACE_CONTROL(" no breakpoint yet\n");
src/kits/debugger/controllers/TeamDebugger.cpp
2057
TRACE_CONTROL(" image: %p\n", image);
src/kits/debugger/controllers/TeamDebugger.cpp
2063
TRACE_CONTROL(" image debug info: %p\n", imageDebugInfo);
src/kits/debugger/controllers/TeamDebugger.cpp
2071
TRACE_CONTROL(" function instance: %p\n", functionInstance);
src/kits/debugger/controllers/TeamDebugger.cpp
2077
TRACE_CONTROL(" function: %p\n", function);
src/kits/debugger/controllers/TeamDebugger.cpp
2094
TRACE_CONTROL(" relative address: %#" B_PRIx64 ", source location: "
src/kits/debugger/controllers/TeamDebugger.cpp
2114
TRACE_CONTROL(" created user breakpoint: %p\n", userBreakpoint);
src/kits/debugger/controllers/TeamDebugger.cpp
2121
TRACE_CONTROL(" function instance %p: range: %#" B_PRIx64 " - %#"
src/kits/debugger/controllers/TeamDebugger.cpp
2144
TRACE_CONTROL(" breakpoint address using source info: %" B_PRIx64
src/kits/debugger/controllers/TeamDebugger.cpp
2155
TRACE_CONTROL(" final breakpoint address: %" B_PRIx64 "\n",
src/kits/debugger/controllers/TeamDebugger.cpp
2166
TRACE_CONTROL(" breakpoint instance: %p\n", breakpointInstance);
src/kits/debugger/controllers/TeamDebugger.cpp
2191
TRACE_CONTROL("TeamDebugger::_HandleClearUserBreakpoint(%#" B_PRIx64 ")\n",
src/kits/debugger/controllers/TeamDebugger.cpp
2246
TRACE_CONTROL("TeamDebugger::_HandleClearWatchpoint(%#" B_PRIx64 ")\n",
src/kits/debugger/controllers/TeamDebugger.cpp
2273
TRACE_CONTROL("TeamDebugger::_HandleInspectAddress(%" B_PRIx64 ", %p)\n",
src/kits/debugger/controllers/TeamDebugger.cpp
2314
TRACE_CONTROL("TeamDebugger::_HandleWriteTargetMemory(%" B_PRIx64 ", %p, "
src/kits/debugger/controllers/ThreadHandler.cpp
355
TRACE_CONTROL("ThreadHandler::HandleThreadAction(MSG_THREAD_STEP_*)\n");
src/kits/debugger/controllers/ThreadHandler.cpp
379
TRACE_CONTROL(" ip: %#" B_PRIx64 "\n", frame->InstructionPointer());
src/kits/debugger/controllers/ThreadHandler.cpp
430
TRACE_CONTROL(" statement: %#" B_PRIx64 " - %#" B_PRIx64 "\n",
src/kits/debugger/controllers/ThreadHandler.cpp
597
TRACE_CONTROL("ThreadHandler::_DoStepOver()\n");
src/kits/debugger/controllers/ThreadHandler.cpp
606
TRACE_CONTROL(" failed to get instruction info\n");
src/kits/debugger/controllers/ThreadHandler.cpp
613
TRACE_CONTROL(" not a subroutine call\n");
src/kits/debugger/controllers/ThreadHandler.cpp
617
TRACE_CONTROL(" subroutine call -- installing breakpoint at address "
src/kits/debugger/controllers/ThreadHandler.cpp
726
TRACE_CONTROL("STEP_OVER: called function address %#" B_PRIx64
src/kits/debugger/controllers/ThreadHandler.cpp
778
TRACE_CONTROL("ThreadHandler::_HandleBreakpointHitStep() - "
src/kits/debugger/controllers/ThreadHandler.cpp
803
TRACE_CONTROL("ThreadHandler::_HandleSingleStepStep(): ip: %" B_PRIx64 "\n",
src/kits/debugger/controllers/ThreadHandler.cpp
865
TRACE_CONTROL("ThreadHandler::_HandleSingleStepStep() "
src/kits/debugger/debug_managers/BreakpointManager.cpp
115
TRACE_CONTROL(" updating breakpoints\n");
src/kits/debugger/debug_managers/BreakpointManager.cpp
121
TRACE_CONTROL(" breakpoint instance %p\n", instance);
src/kits/debugger/debug_managers/BreakpointManager.cpp
130
TRACE_CONTROL(" success, marking user breakpoint valid\n");
src/kits/debugger/debug_managers/BreakpointManager.cpp
144
TRACE_CONTROL(" error, reverting\n");
src/kits/debugger/debug_managers/BreakpointManager.cpp
488
TRACE_CONTROL("BreakpointManager::_UpdateBreakpointInstallation(%p): "
src/kits/debugger/debug_managers/BreakpointManager.cpp
50
TRACE_CONTROL("BreakpointManager::InstallUserBreakpoint(%p, %d)\n",
src/kits/debugger/debug_managers/BreakpointManager.cpp
507
TRACE_CONTROL("BREAKPOINT at %#" B_PRIx64 " installed: %s\n",
src/kits/debugger/debug_managers/BreakpointManager.cpp
515
TRACE_CONTROL("BREAKPOINT at %#" B_PRIx64 " uninstalled\n",
src/kits/debugger/debug_managers/BreakpointManager.cpp
58
TRACE_CONTROL(" user breakpoint already valid and with same enabled "
src/kits/debugger/debug_managers/BreakpointManager.cpp
64
TRACE_CONTROL(" creating breakpoints for breakpoint instances\n");
src/kits/debugger/debug_managers/BreakpointManager.cpp
70
TRACE_CONTROL(" breakpoint instance %p\n", instance);
src/kits/debugger/debug_managers/BreakpointManager.cpp
73
TRACE_CONTROL(" -> already has breakpoint\n");
src/kits/debugger/debug_managers/BreakpointManager.cpp
80
TRACE_CONTROL(" -> no breakpoint at that address yet\n");
src/kits/debugger/debug_managers/BreakpointManager.cpp
84
TRACE_CONTROL(" -> no image at that address\n");
src/kits/debugger/debug_managers/BreakpointManager.cpp
97
TRACE_CONTROL(" -> adding instance to breakpoint %p\n", breakpoint);
src/kits/debugger/debug_managers/WatchpointManager.cpp
49
TRACE_CONTROL("WatchpointManager::InstallUserWatchpoint(%p, %d)\n",
src/kits/debugger/debug_managers/WatchpointManager.cpp
57
TRACE_CONTROL(" watchpoint already valid and with same enabled "