Searched refs:AddInstance (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/debugger/debug_info/
H A DFunction.h60 void AddInstance(FunctionInstance* instance);
/haiku/src/kits/debugger/debug_info/
H A DFunction.cpp76 Function::AddInstance(FunctionInstance* instance) function in class:Function
H A DTeamDebugInfo.cpp710 function->AddInstance(instance);
727 function->AddInstance(instance);
/haiku/headers/private/debugger/model/
H A DUserBreakpoint.h92 bool AddInstance(UserBreakpointInstance* instance);
/haiku/src/kits/debugger/model/
H A DUserBreakpoint.cpp134 UserBreakpoint::AddInstance(UserBreakpointInstance* instance) function in class:UserBreakpoint
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp439 if (!userBreakpoint->AddInstance(instance)) {
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2161 || !userBreakpoint->AddInstance(breakpointInstance)) {

Completed in 58 milliseconds