Home
last modified time | relevance | path

Searched refs:AddOwner (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h109 void AddOwner(const lldb::BreakpointLocationSP &owner);
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointSite.cpp125 void BreakpointSite::AddOwner(const BreakpointLocationSP &owner) { in AddOwner() function in BreakpointSite
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1675 bp_site_sp->AddOwner(owner); in CreateBreakpointSite()