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.h359 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write,
363 lldb::SBWatchpoint Watch(bool resolve_location, bool read, bool write);
389 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1453 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch() argument
1455 LLDB_INSTRUMENT_VA(this, resolve_location, read, write, error); in Watch()
1524 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch() argument
1526 LLDB_INSTRUMENT_VA(this, resolve_location, read, write); in Watch()
1529 return Watch(resolve_location, read, write, error); in Watch()
1532 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() argument
1534 LLDB_INSTRUMENT_VA(this, resolve_location, read, write, error); in WatchPointee()
1538 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()