Searched refs:wp_idx (Results 1 – 1 of 1) sorted by relevance
62 for (uint32_t wp_idx = 0; wp_idx < wp_size; wp_idx++) { in FreeBSDThread() local63 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in FreeBSDThread()421 uint32_t wp_idx; in FindVacantWatchpointIndex() local424 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in FindVacantWatchpointIndex()425 if (reg_ctx->IsWatchpointVacant(wp_idx)) { in FindVacantWatchpointIndex()426 hw_index = wp_idx; in FindVacantWatchpointIndex()485 uint32_t wp_idx; in WatchNotify() local486 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in WatchNotify()487 if (reg_ctx->IsWatchpointHit(wp_idx)) { in WatchNotify()494 if (wp_idx == num_hw_wps) in WatchNotify()[all …]