Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h141 void AddOwner(const lldb::BreakpointLocationSP &owner);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointSite.cpp118 void BreakpointSite::AddOwner(const BreakpointLocationSP &owner) { in AddOwner() function in BreakpointSite
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1911 bp_site_sp->AddOwner(owner); in CreateBreakpointSite()