Searched refs:WatchPointee (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValue.i | 368 It returns an SBWatchpoint, which may be invalid.") WatchPointee; 370 WatchPointee (bool resolve_location, bool read, bool write, SBError &error);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 362 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 1522 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()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 67993 result = (arg1)->WatchPointee(arg2,arg3,arg4,*arg5); in _wrap_SBValue_WatchPointee()
|