Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResourceList.h53 bool RemoveByAddress(lldb::addr_t addr);
H A DStopPointSiteList.h181 bool RemoveByAddress(lldb::addr_t addr) { in RemoveByAddress() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResourceList.cpp48 bool WatchpointResourceList::RemoveByAddress(addr_t addr) { in RemoveByAddress() function in WatchpointResourceList
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1727 m_breakpoint_site_list.RemoveByAddress(bp_site_sp->GetLoadAddress()); in RemoveConstituentFromBreakpointSite()