Searched refs:ignore_count (Results 1 – 4 of 4) sorted by relevance
224 uint32_t ignore_count = 0; in CreateFromStructuredData() local261 success = options_dict.GetValueForKeyAsInteger(key, ignore_count); in CreateFromStructuredData()296 ignore_count, one_shot, auto_continue); in CreateFromStructuredData()
835 bool IgnoreAllWatchpoints(uint32_t ignore_count);843 bool IgnoreWatchpointByID(lldb::watch_id_t watch_id, uint32_t ignore_count);
96 uint32_t ignore_count; in SetOptionValue() local97 if (option_arg.getAsInteger(0, ignore_count)) in SetOptionValue()101 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()
1335 bool Target::IgnoreAllWatchpoints(uint32_t ignore_count) { in IgnoreAllWatchpoints() argument1346 wp_sp->SetIgnoreCount(ignore_count); in IgnoreAllWatchpoints()1407 uint32_t ignore_count) { in IgnoreWatchpointByID() argument1416 wp_sp->SetIgnoreCount(ignore_count); in IgnoreWatchpointByID()