Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBValue.i368 It returns an SBWatchpoint, which may be invalid.") WatchPointee;
370 WatchPointee (bool resolve_location, bool read, bool write, SBError &error);
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBValue.h368 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
/openbsd/gnu/llvm/lldb/source/API/
H A DSBValue.cpp1487 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() function in SBValue