Home
last modified time | relevance | path

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

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