Home
last modified time | relevance | path

Searched refs:RemoveConstituent (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h77 void RemoveConstituent(lldb::WatchpointSP &constituent);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp57 void WatchpointResource::RemoveConstituent(WatchpointSP &wp_sp) { in RemoveConstituent() function in WatchpointResource
H A DBreakpointLocation.cpp471 m_bp_site_sp->RemoveConstituent(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1754 bp_site_sp->RemoveConstituent(constituent_id, constituent_loc_id); in RemoveConstituentFromBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3291 wp_res_sp->RemoveConstituent(wp_sp); in DisableWatchpoint()