Searched refs:wp_idx (Results 1 – 2 of 2) sorted by relevance
51 uint32_t wp_idx; in TraceNotify() local52 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in TraceNotify()54 if (reg_ctx->IsWatchpointHit(wp_idx)) in TraceNotify()
60 for (uint32_t wp_idx = 0; wp_idx < wp_size; wp_idx++) in POSIXThread() local62 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()367 uint32_t wp_idx; in FindVacantWatchpointIndex() local371 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in FindVacantWatchpointIndex()373 if (reg_ctx->IsWatchpointVacant(wp_idx)) in FindVacantWatchpointIndex()375 hw_index = wp_idx; in FindVacantWatchpointIndex()443 uint32_t wp_idx; in WatchNotify() local444 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in WatchNotify()446 if (reg_ctx->IsWatchpointHit(wp_idx)) in WatchNotify()454 if (wp_idx == num_hw_wps) in WatchNotify()[all …]