Home
last modified time | relevance | path

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

/external/lldb/include/lldb/API/
DSBValue.h385 Watch (bool resolve_location, bool read, bool write, SBError &error);
389 Watch (bool resolve_location, bool read, bool write);
418 WatchPointee (bool resolve_location, bool read, bool write, SBError &error);
/external/lldb/scripts/Python/interface/
DSBValue.i340 Watch (bool resolve_location, bool read, bool write, SBError &error);
347 WatchPointee (bool resolve_location, bool read, bool write, SBError &error);
/external/lldb/source/API/
DSBValue.cpp1632 SBValue::Watch (bool resolve_location, bool read, bool write, SBError &error) in Watch() argument
1706 SBValue::Watch (bool resolve_location, bool read, bool write) in Watch() argument
1709 return Watch(resolve_location, read, write, error); in Watch()
1713 SBValue::WatchPointee (bool resolve_location, bool read, bool write, SBError &error) in WatchPointee() argument
1717 sb_watchpoint = Dereference().Watch (resolve_location, read, write, error); in WatchPointee()