Searched refs:m_max_hwp_supported (Results 1 – 8 of 8) sorted by relevance
78 uint32_t m_max_hwp_supported; global() variable
76 m_max_hwp_supported = 16; in NativeRegisterContextLinux_arm() 461 LLDB_LOG(log, "{0}", m_max_hwp_supported); in NumSupportedHardwareWatchpoints() 462 return m_max_hwp_supported;541 for (uint32_t i = 0; i < m_max_hwp_supported; i++) { in SetHardwareWatchpoint() 581 if (wp_index >= m_max_hwp_supported) in ClearHardwareWatchpoint() 615 for (uint32_t i = 0; i < m_max_hwp_supported; i++) { in ClearAllHardwareWatchpoints() 676 for (wp_index = 0; wp_index < m_max_hwp_supported; ++wp_index) { in GetWatchpointHitIndex() 696 if (wp_index >= m_max_hwp_supported) in GetWatchpointAddress() 710 if (wp_index >= m_max_hwp_supported) in GetWatchpointHitAddress() 735 m_max_hwp_supported in ReadHardwareDebugInfo() [all...]
519 LLDB_LOG(log, "{0}", m_max_hwp_supported);520 return m_max_hwp_supported; in SetHardwareWatchpoint() 580 for (uint32_t i = 0; i < m_max_hwp_supported; i++) { in SetHardwareWatchpoint() 621 if (wp_index >= m_max_hwp_supported) in ClearHardwareWatchpoint() 679 for (wp_index = 0; wp_index < m_max_hwp_supported; ++wp_index) { in GetWatchpointHitIndex() 699 if (wp_index >= m_max_hwp_supported) in GetWatchpointAddress() 713 if (wp_index >= m_max_hwp_supported) in GetWatchpointHitAddress() 738 m_max_hwp_supported = hwdebug_info.num_data_bps; in ReadHardwareDebugInfo() 750 for (uint32_t i = 0; i < m_max_hwp_supported; i++) { in WriteHardwareDebugRegs()
128 uint32_t m_max_hwp_supported = 16; variable
118 uint32_t m_max_hwp_supported; variable
211 m_max_hwp_supported = 16; in NativeRegisterContextLinux_arm64() 1159 m_max_hwp_supported = dreg_state.dbg_info & 0xff; in InvalidateAllRegisters() 1187 (sizeof(dreg_state.dbg_regs[0]) * m_max_hwp_supported); in ReadPAuthMask() 1189 for (uint32_t i = 0; i < m_max_hwp_supported; i++) { in ReadPAuthMask()
237 m_max_hwp_supported = r_source.m_max_hwp_supported; in CopyHardwareWatchpointsFrom() 263 m_max_hwp_supported = m_dbreg.db_nwtpts; in ReadHardwareDebugInfo() 265 assert(m_max_hwp_supported <= m_hwp_regs.size()); in ReadHardwareDebugInfo() 286 for (uint32_t i = 0; i < m_max_hwp_supported; i++) { in WriteHardwareDebugRegs()