Lines Matching defs:wp_index
160 uint32_t wp_index =
162 if (wp_index == LLDB_INVALID_INDEX32)
164 m_watchpoint_index_map.insert({addr, wp_index});
172 uint32_t wp_index = wp->second;
174 if (m_reg_context_up->ClearHardwareWatchpoint(wp_index))
406 void NativeThreadLinux::SetStoppedByWatchpoint(uint32_t wp_index) {
409 lldbassert(wp_index != LLDB_INVALID_INDEX32 && "wp_index cannot be invalid");
412 ostr << m_reg_context_up->GetWatchpointAddress(wp_index) << " ";
413 ostr << wp_index;
426 ostr << " " << m_reg_context_up->GetWatchpointHitAddress(wp_index);