Searched refs:LLDB_WATCH_TYPE_IS_VALID (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/
H A Dlldb-defines.h52 #define LLDB_WATCH_TYPE_IS_VALID(type) ((type | LLDB_WATCH_TYPE_READ) || (type | LLDB_WATCH_TYPE_WRITE)) macro
/external/lldb/source/Target/
H A DTarget.cpp577 if (!LLDB_WATCH_TYPE_IS_VALID(kind))

Completed in 75 milliseconds