Searched refs:breakpointInstance (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2158 UserBreakpointInstance* breakpointInstance = new(std::nothrow) local
2160 if (breakpointInstance == NULL
2161 || !userBreakpoint->AddInstance(breakpointInstance)) {
2162 delete breakpointInstance;
2166 TRACE_CONTROL(" breakpoint instance: %p\n", breakpointInstance);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp738 UserBreakpointInstance* breakpointInstance local
743 breakpointInstance->Address(), functionInstance,
762 line, breakpointInstance->Address(), breakpoint);

Completed in 93 milliseconds