Searched defs:SetHardwareIndex (Results 1 - 2 of 2) sorted by relevance
/external/lldb/include/lldb/Breakpoint/ | ||
H A D | StoppointLocation.h | 104 SetHardwareIndex (uint32_t index) function in class:lldb_private::StoppointLocation |
/external/lldb/tools/debugserver/source/ | ||
H A D | DNBBreakpoint.h | 87 SetHardwareIndex(INVALID_NUB_HW_INDEX); 103 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; } function in class:DNBBreakpoint |
Completed in 79 milliseconds