Searched refs:Watch (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h308 /// Watch this value if it resides in memory.
332 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write,
336 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write);
338 /// Watch this value that this value points to in memory
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h78 static ProcessMessage Watch(lldb::tid_t tid, lldb::addr_t wp_addr) { function in class:ProcessMessage
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc242 // Watch for %a[h-j%d], if % appears in the
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1448 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, function in class:SBValue
1450 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, Watch,
1513 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, function in class:SBValue
1515 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, Watch, (bool, bool, bool),
1519 return LLDB_RECORD_RESULT(Watch(resolve_location, read, write, error));
1530 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error);
1660 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, Watch,
1662 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, Watch,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i362 It returns an SBWatchpoint, which may be invalid.") Watch;
364 Watch (bool resolve_location, bool read, bool write, SBError &error);

Completed in 140 milliseconds