Searched refs:TRACE_CONTROL (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp50 TRACE_CONTROL("BreakpointManager::InstallUserBreakpoint(%p, %d)\n",
58 TRACE_CONTROL(" user breakpoint already valid and with same enabled "
64 TRACE_CONTROL(" creating breakpoints for breakpoint instances\n");
70 TRACE_CONTROL(" breakpoint instance %p\n", instance);
73 TRACE_CONTROL(" -> already has breakpoint\n");
80 TRACE_CONTROL(" -> no breakpoint at that address yet\n");
84 TRACE_CONTROL(" -> no image at that address\n");
97 TRACE_CONTROL(" -> adding instance to breakpoint %p\n", breakpoint);
115 TRACE_CONTROL(" updating breakpoints\n");
121 TRACE_CONTROL(" breakpoin
[all...]
H A DWatchpointManager.cpp49 TRACE_CONTROL("WatchpointManager::InstallUserWatchpoint(%p, %d)\n",
57 TRACE_CONTROL(" watchpoint already valid and with same enabled "
/haiku/headers/private/debugger/
H A DTracing.h107 # define TRACE_CONTROL(x...) printf(x) macro
110 # define TRACE_CONTROL(x...) (void)0 macro
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp355 TRACE_CONTROL("ThreadHandler::HandleThreadAction(MSG_THREAD_STEP_*)\n");
379 TRACE_CONTROL(" ip: %#" B_PRIx64 "\n", frame->InstructionPointer());
430 TRACE_CONTROL(" statement: %#" B_PRIx64 " - %#" B_PRIx64 "\n",
597 TRACE_CONTROL("ThreadHandler::_DoStepOver()\n");
606 TRACE_CONTROL(" failed to get instruction info\n");
613 TRACE_CONTROL(" not a subroutine call\n");
617 TRACE_CONTROL(" subroutine call -- installing breakpoint at address "
726 TRACE_CONTROL("STEP_OVER: called function address %#" B_PRIx64
778 TRACE_CONTROL("ThreadHandler::_HandleBreakpointHitStep() - "
803 TRACE_CONTROL("ThreadHandle
[all...]
H A DTeamDebugger.cpp2039 TRACE_CONTROL("TeamDebugger::_HandleSetUserBreakpoint(%#" B_PRIx64
2052 TRACE_CONTROL(" no breakpoint yet\n");
2057 TRACE_CONTROL(" image: %p\n", image);
2063 TRACE_CONTROL(" image debug info: %p\n", imageDebugInfo);
2071 TRACE_CONTROL(" function instance: %p\n", functionInstance);
2077 TRACE_CONTROL(" function: %p\n", function);
2094 TRACE_CONTROL(" relative address: %#" B_PRIx64 ", source location: "
2114 TRACE_CONTROL(" created user breakpoint: %p\n", userBreakpoint);
2121 TRACE_CONTROL(" function instance %p: range: %#" B_PRIx64 " - %#"
2144 TRACE_CONTROL(" breakpoin
[all...]

Completed in 48 milliseconds