Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp819 bool hw_disable_result = m_thread_list.DisableHardwareBreakpoint (bp); in DisableBreakpoint() local
821 if (hw_disable_result == true) in DisableBreakpoint()
944 bool hw_disable_result = m_thread_list.DisableHardwareWatchpoint (wp); in DisableWatchpoint() local
946 if (hw_disable_result == true) in DisableWatchpoint()