Home
last modified time | relevance | path

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) in AddInstance() function in Function
H A DTeamDebugInfo.cpp709 function->AddInstance(instance); in AddImageDebugInfo()
726 function->AddInstance(instance); in AddImageDebugInfo()
/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) in AddInstance() function in UserBreakpoint
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp439 if (!userBreakpoint->AddInstance(instance)) { in _UpdateImageBreakpoints()
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2161 || !userBreakpoint->AddInstance(breakpointInstance)) { in _HandleSetUserBreakpoint()