Searched refs:watch_size (Results 1 – 5 of 5) sorted by relevance
90 error = watch_size.SetValueFromString(option_arg); in SetOptionValue()91 if (watch_size.GetCurrentValue() == 0) in SetOptionValue()107 watch_size.Clear(); in OptionParsingStarting()
45 OptionValueUInt64 watch_size;44 uint32_t watch_size; global() variable
122 size_t watch_size = 0; in GetWatchSize() local128 watch_size = watchpoint_sp->GetByteSize(); in GetWatchSize()131 return watch_size; in GetWatchSize()
361 uint32_t watch_size; in GetWatchpointHitIndex() local365 watch_size = GetWatchpointSize(wp_index); in GetWatchpointHitIndex()369 trap_addr < watch_addr + watch_size) { in GetWatchpointHitIndex()
878 m_option_watchpoint.watch_size.GetCurrentValue() == 0 in DoExecute()880 : m_option_watchpoint.watch_size.GetCurrentValue(); in DoExecute()1052 if (m_option_watchpoint.watch_size.GetCurrentValue() != 0) in DoExecute()1053 size = m_option_watchpoint.watch_size.GetCurrentValue(); in DoExecute()