Home
last modified time | relevance | path

Searched refs:resolve_location (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h344 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write,
348 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write);
374 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1414 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch() argument
1416 LLDB_INSTRUMENT_VA(this, resolve_location, read, write, error); in Watch()
1484 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch() argument
1486 LLDB_INSTRUMENT_VA(this, resolve_location, read, write); in Watch()
1489 return Watch(resolve_location, read, write, error); in Watch()
1492 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() argument
1494 LLDB_INSTRUMENT_VA(this, resolve_location, read, write, error); in WatchPointee()
1498 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()