Searched refs:EnableHardwareWatchpoint0 (Results 1 – 2 of 2) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.h | 77 …virtual bool EnableHardwareWatchpoint0 (uint32_t hw_break_index, bool Delegate, bool al…
|
D | DNBArchImpl.cpp | 401 EnableHardwareWatchpoint0(m_watchpoint_hw_index, true, false); in ThreadDidStop() 990 DNBArchMachARM::EnableHardwareWatchpoint0 (uint32_t hw_index, bool Delegate, bool also_set_on_task) in EnableHardwareWatchpoint0() function in DNBArchMachARM 1002 return EnableHardwareWatchpoint0(hw_index, false, also_set_on_task) && in EnableHardwareWatchpoint0() 1003 EnableHardwareWatchpoint0(LoHi[hw_index], false, also_set_on_task); in EnableHardwareWatchpoint0()
|