Searched refs:watch_size (Results 1 – 4 of 4) sorted by relevance
49 OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size) in IsWatchSizeSupported() argument55 if (watch_size == g_watch_size[i].value) in IsWatchSizeSupported()91 …watch_size = (uint32_t) Args::StringToOptionEnum(option_arg, g_option_table[option_idx].enum_value… in SetOptionValue()107 watch_size = 0; in OptionParsingStarting()
30 IsWatchSizeSupported(uint32_t watch_size);62 uint32_t watch_size; variable
139 size_t watch_size = 0; in GetWatchSize() local145 watch_size = watchpoint_sp->GetByteSize(); in GetWatchSize()148 return watch_size; in GetWatchSize()
1063 size = m_option_watchpoint.watch_size == 0 ? valobj_sp->GetByteSize() in DoExecute()1064 : m_option_watchpoint.watch_size; in DoExecute()1287 if (m_option_watchpoint.watch_size != 0) in DoExecute()1288 size = m_option_watchpoint.watch_size; in DoExecute()