Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionGroupWatchpoint.cpp31 static OptionEnumValueElement g_watch_size[] = variable
44 …{ LLDB_OPT_SET_1, false, "xsize", 'x', required_argument, g_watch_size, 0, eArgTypeByteSize, "Numb…
51 for (uint32_t i = 0; i < llvm::array_lengthof(g_watch_size); ++i) in IsWatchSizeSupported()
53 if (g_watch_size[i].value == 0) in IsWatchSizeSupported()
55 if (watch_size == g_watch_size[i].value) in IsWatchSizeSupported()