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.h72 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.cpp52 void WatchpointResource::AddConstituent(const WatchpointSP &wp_sp) { in AddConstituent() function in WatchpointResource
H A DBreakpointSite.cpp140 void BreakpointSite::AddConstituent(const BreakpointLocationSP &constituent) { in AddConstituent() function in BreakpointSite
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1662 bp_site_sp->AddConstituent(constituent); in CreateBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3343 wp_res_sp->AddConstituent(wp_sp); in EnableWatchpoint()