Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBTarget.h761 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const;
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBTarget.i840 GetWatchpointAtIndex (uint32_t idx) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBTarget.cpp1404 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() function in SBTarget
1405 LLDB_RECORD_METHOD_CONST(lldb::SBWatchpoint, SBTarget, GetWatchpointAtIndex, in GetWatchpointAtIndex()
2650 GetWatchpointAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp51936 result = ((lldb::SBTarget const *)arg1)->GetWatchpointAtIndex(arg2); in _wrap_SBTarget_GetWatchpointAtIndex()