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

/external/lldb/include/lldb/
H A Dlldb-defines.h50 #define LLDB_WATCH_TYPE_READ (1u << 0) macro
52 #define LLDB_WATCH_TYPE_IS_VALID(type) ((type | LLDB_WATCH_TYPE_READ) || (type | LLDB_WATCH_TYPE_WRITE))
/external/lldb/source/Breakpoint/
H A DWatchpoint.cpp326 m_watch_read = (type & LLDB_WATCH_TYPE_READ) != 0;
/external/lldb/source/API/
H A DSBValue.cpp1659 watch_type |= LLDB_WATCH_TYPE_READ;
H A DSBTarget.cpp1808 watch_type |= LLDB_WATCH_TYPE_READ;
/external/lldb/source/Target/
H A DTarget.cpp594 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) |

Completed in 102 milliseconds