Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTarget.h742 lldb::SBWatchpoint GetWatchpointAtIndex(uint32_t idx) const;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTarget.i848 GetWatchpointAtIndex (uint32_t idx) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp1353 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex() function in SBTarget
1354 LLDB_RECORD_METHOD_CONST(lldb::SBWatchpoint, SBTarget, GetWatchpointAtIndex, in GetWatchpointAtIndex()
2550 GetWatchpointAtIndex, (uint32_t)); in RegisterMethods()