Lines Matching defs:wp_index
117 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) {
118 lldbassert(wp_index != LLDB_INVALID_INDEX32 && "wp_index cannot be invalid");
121 ostr << GetRegisterContext().GetWatchpointAddress(wp_index) << " ";
122 ostr << wp_index;
124 ostr << " " << GetRegisterContext().GetWatchpointHitAddress(wp_index);
271 uint32_t wp_index =
273 if (wp_index == LLDB_INVALID_INDEX32)
275 m_watchpoint_index_map.insert({addr, wp_index});
283 uint32_t wp_index = wp->second;
285 if (GetRegisterContext().ClearHardwareWatchpoint(wp_index))