Searched refs:SetHardwareIndex (Results 1 - 6 of 6) sorted by relevance

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

Completed in 702 milliseconds