Searched refs:wp_hw_index (Results 1 – 2 of 2) sorted by relevance
713 uint32_t wp_hw_index = LLDB_INVALID_INDEX32; in EnableWatchpoint() local719 wp_hw_index = thread->FindVacantWatchpointIndex(); in EnableWatchpoint()721 if (wp_hw_index == LLDB_INVALID_INDEX32) { in EnableWatchpoint()724 wp->SetHardwareIndex(wp_hw_index); in EnableWatchpoint()
392 uint32_t wp_hw_index = wp->GetHardwareIndex(); in EnableHardwareWatchpoint() local396 wp_addr, wp_size, wp_read, wp_write, wp_hw_index); in EnableHardwareWatchpoint()