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.h362 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write,
366 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write);
392 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1436 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch() argument
1438 LLDB_INSTRUMENT_VA(this, resolve_location, read, write, error); in Watch()
1506 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch() argument
1508 LLDB_INSTRUMENT_VA(this, resolve_location, read, write); in Watch()
1511 return Watch(resolve_location, read, write, error); in Watch()
1514 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() argument
1516 LLDB_INSTRUMENT_VA(this, resolve_location, read, write, error); in WatchPointee()
1520 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()