Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h768 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i846 GetWatchpointAtIndex (uint32_t idx) const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1278 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() function in SBTarget