Home
last modified time | relevance | path

Searched refs:RemoveOwner (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointSite.h208 size_t RemoveOwner(lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointSite.cpp130 size_t BreakpointSite::RemoveOwner(lldb::break_id_t break_id, in RemoveOwner() function in BreakpointSite
DBreakpointLocation.cpp477 m_bp_site_sp->RemoveOwner(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
/external/llvm-project/lldb/source/Target/
DProcess.cpp1814 uint32_t num_owners = bp_site_sp->RemoveOwner(owner_id, owner_loc_id); in RemoveOwnerFromBreakpointSite()