Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i164 return self.sbtarget.GetWatchpointAtIndex(key)
175 watchpoints.append(self.GetWatchpointAtIndex(idx))
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h837 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1287 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() function in SBTarget
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59742 result = ((lldb::SBTarget const *)arg1)->GetWatchpointAtIndex(arg2); in _wrap_SBTarget_GetWatchpointAtIndex()