Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h73 void AddConstituent(const lldb::WatchpointSP &constituent);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp52 void WatchpointResource::AddConstituent(const WatchpointSP &wp_sp) { in AddConstituent() function in WatchpointResource
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1721 bp_site_sp->AddConstituent(constituent); in CreateBreakpointSite()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3228 wp_res_sp->AddConstituent(wp_sp); in EnableWatchpoint()