Searched refs:DisableHardwareWatchpoint0 (Results 1 – 2 of 2) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 364 DisableHardwareWatchpoint0(m_watchpoint_hw_index, true, false); in ThreadWillResume() 1022 return DisableHardwareWatchpoint0(hw_index, true, also_set_on_task); in DisableHardwareWatchpoint() 1025 DNBArchMachARM::DisableHardwareWatchpoint0 (uint32_t hw_index, bool Delegate, bool also_set_on_task) in DisableHardwareWatchpoint0() function in DNBArchMachARM 1037 return DisableHardwareWatchpoint0(hw_index, false, also_set_on_task) && in DisableHardwareWatchpoint0() 1038 DisableHardwareWatchpoint0(LoHi[hw_index], false, also_set_on_task); in DisableHardwareWatchpoint0()
|
D | DNBArchImpl.h | 78 …virtual bool DisableHardwareWatchpoint0 (uint32_t hw_break_index, bool Delegate, bool a…
|