Home
last modified time | relevance | path

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

/external/llvm-project/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()
243 std::vector<disabled_watchpoint> m_disabled_watchpoints; variable
DDNBArchImplARM64.cpp982 m_state.dbg.__wvr[hw_index] = m_disabled_watchpoints[hw_index].addr; in ReenableHardwareWatchpoint_helper()
983 m_state.dbg.__wcr[hw_index] = m_disabled_watchpoints[hw_index].control; in ReenableHardwareWatchpoint_helper()
1019 m_disabled_watchpoints[hw_index].addr = m_state.dbg.__wvr[hw_index]; in DisableHardwareWatchpoint_helper()
1020 m_disabled_watchpoints[hw_index].control = m_state.dbg.__wcr[hw_index]; in DisableHardwareWatchpoint_helper()
/external/llvm-project/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()
261 std::vector<disabled_watchpoint> m_disabled_watchpoints; variable
DDNBArchImpl.cpp1281 m_state.dbg.__wvr[hw_index] = m_disabled_watchpoints[hw_index].addr; in ReenableHardwareWatchpoint_helper()
1282 m_state.dbg.__wcr[hw_index] = m_disabled_watchpoints[hw_index].control; in ReenableHardwareWatchpoint_helper()
1318 m_disabled_watchpoints[hw_index].addr = m_state.dbg.__wvr[hw_index]; in DisableHardwareWatchpoint_helper()
1319 m_disabled_watchpoints[hw_index].control = m_state.dbg.__wcr[hw_index]; in DisableHardwareWatchpoint_helper()