Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBBreakpoint.h87 SetHardwareIndex(INVALID_NUB_HW_INDEX); in SetEnabled()
103 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; } in SetHardwareIndex() function
DChangeLog728 (DNBBreakpoint::SetHardwareIndex()): New accessor.
/external/lldb/include/lldb/Breakpoint/
DStoppointLocation.h104 SetHardwareIndex (uint32_t index) in SetHardwareIndex() function
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp378 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
413 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp700 wp->SetHardwareIndex(wp_hw_index); in EnableWatchpoint()
770 wp->SetHardwareIndex(LLDB_INVALID_INDEX32); in DisableWatchpoint()
/external/lldb/source/Breakpoint/
DWatchpoint.cpp308 SetHardwareIndex(LLDB_INVALID_INDEX32); in SetEnabled()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp988 bp->SetHardwareIndex(m_thread_list.EnableHardwareBreakpoint(bp)); in EnableBreakpoint()
1063 wp->SetHardwareIndex(m_thread_list.EnableHardwareWatchpoint(wp)); in EnableWatchpoint()