Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h77 void RemoveConstituent(lldb::WatchpointSP &constituent);
H A DBreakpointSite.h213 size_t RemoveConstituent(lldb::break_id_t break_id,
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp58 void WatchpointResource::RemoveConstituent(WatchpointSP &wp_sp) { in RemoveConstituent() function in WatchpointResource
H A DBreakpointSite.cpp128 size_t BreakpointSite::RemoveConstituent(lldb::break_id_t break_id, in RemoveConstituent() function in BreakpointSite
H A DBreakpointLocation.cpp479 m_bp_site_sp->RemoveConstituent(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3280 wp_res_sp->RemoveConstituent(wp_sp); in DisableWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1722 bp_site_sp->RemoveConstituent(constituent_id, constituent_loc_id); in RemoveConstituentFromBreakpointSite()