Home
last modified time | relevance | path

Searched refs:AddConstituent (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h73 void AddConstituent(const lldb::WatchpointSP &constituent);
H A DBreakpointSite.h113 void AddConstituent(const lldb::BreakpointLocationSP &constituent);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp53 void WatchpointResource::AddConstituent(const WatchpointSP &wp_sp) { in AddConstituent() function in WatchpointResource
H A DBreakpointSite.cpp123 void BreakpointSite::AddConstituent(const BreakpointLocationSP &constituent) { in AddConstituent() function in BreakpointSite
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3217 wp_res_sp->AddConstituent(wp_sp); in EnableWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1689 bp_site_sp->AddConstituent(constituent); in CreateBreakpointSite()