Home
last modified time | relevance | path

Searched refs:m_disabled_watchpoints (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.h28 : m_thread(thread), m_state(), m_disabled_watchpoints(), in DNBArchMachARM64()
33 m_disabled_watchpoints.resize(16); in DNBArchMachARM64()
242 std::vector<disabled_watchpoint> m_disabled_watchpoints; variable
DDNBArchImplARM64.cpp1017 m_state.dbg.__wvr[hw_index] = m_disabled_watchpoints[hw_index].addr; in ReenableHardwareWatchpoint_helper()
1018 m_state.dbg.__wcr[hw_index] = m_disabled_watchpoints[hw_index].control; in ReenableHardwareWatchpoint_helper()
1054 m_disabled_watchpoints[hw_index].addr = m_state.dbg.__wvr[hw_index]; in DisableHardwareWatchpoint_helper()
1055 m_disabled_watchpoints[hw_index].control = m_state.dbg.__wcr[hw_index]; in DisableHardwareWatchpoint_helper()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h29 : m_thread(thread), m_state(), m_disabled_watchpoints(), in DNBArchMachARM()
35 m_disabled_watchpoints.resize(16); in DNBArchMachARM()
260 std::vector<disabled_watchpoint> m_disabled_watchpoints; variable
DDNBArchImpl.cpp1285 m_state.dbg.__wvr[hw_index] = m_disabled_watchpoints[hw_index].addr; in ReenableHardwareWatchpoint_helper()
1286 m_state.dbg.__wcr[hw_index] = m_disabled_watchpoints[hw_index].control; in ReenableHardwareWatchpoint_helper()
1322 m_disabled_watchpoints[hw_index].addr = m_state.dbg.__wvr[hw_index]; in DisableHardwareWatchpoint_helper()
1323 m_disabled_watchpoints[hw_index].control = m_state.dbg.__wcr[hw_index]; in DisableHardwareWatchpoint_helper()