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/
DBreakpointSite.h109 void AddOwner(const lldb::BreakpointLocationSP &owner);
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointSite.cpp125 void BreakpointSite::AddOwner(const BreakpointLocationSP &owner) { in AddOwner() function in BreakpointSite
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp1679 bp_site_sp->AddOwner(owner); in CreateBreakpointSite()