Searched defs:watch_size (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DOptionGroupWatchpoint.h30 IsWatchSizeSupported(uint32_t watch_size);
62 uint32_t watch_size; member in class:lldb_private::OptionGroupWatchpoint
/external/lldb/source/Interpreter/
H A DOptionGroupWatchpoint.cpp49 OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size) argument
55 if (watch_size == g_watch_size[i].value)
91 watch_size = (uint32_t) Args::StringToOptionEnum(option_arg, g_option_table[option_idx].enum_values, 0, error);
107 watch_size = 0;
/external/lldb/source/API/
H A DSBWatchpoint.cpp139 size_t watch_size = 0; local
145 watch_size = watchpoint_sp->GetByteSize();
148 return watch_size;

Completed in 95 milliseconds