Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_value.py39 obj.WatchPointee(True, False, True, error)
/external/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/
DTestSetWatchlocation.py67 watchpoint = value.WatchPointee(True, False, True, error)
/external/llvm-project/lldb/bindings/interface/
DSBValue.i368 It returns an SBWatchpoint, which may be invalid.") WatchPointee;
370 WatchPointee (bool resolve_location, bool read, bool write, SBError &error);
/external/llvm-project/lldb/include/lldb/API/
DSBValue.h362 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
/external/llvm-project/lldb/source/API/
DSBValue.cpp1522 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() function in SBValue
1524 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, WatchPointee, in WatchPointee()
1664 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, WatchPointee, in RegisterMethods()