Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h811 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1312 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() function in SBTarget