Home
last modified time | relevance | path

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

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