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.h76 void RemoveConstituent(lldb::WatchpointSP &constituent);
H A DBreakpointSite.h218 size_t RemoveConstituent(lldb::break_id_t break_id,
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp57 void WatchpointResource::RemoveConstituent(WatchpointSP &wp_sp) { in RemoveConstituent() function in WatchpointResource
H A DBreakpointSite.cpp145 size_t BreakpointSite::RemoveConstituent(lldb::break_id_t break_id, in RemoveConstituent() function in BreakpointSite
H A DBreakpointLocation.cpp467 m_bp_site_sp->RemoveConstituent(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1695 bp_site_sp->RemoveConstituent(constituent_id, constituent_loc_id); in RemoveConstituentFromBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3407 wp_res_sp->RemoveConstituent(wp_sp); in DisableWatchpoint()