Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h125 bool RemoveByAddress(lldb::addr_t addr);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp73 bool BreakpointSiteList::RemoveByAddress(lldb::addr_t address) { in RemoveByAddress() function in BreakpointSiteList
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp1715 m_breakpoint_site_list.RemoveByAddress(bp_site_sp->GetLoadAddress()); in RemoveOwnerFromBreakpointSite()