Searched refs:m_hw_index (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Breakpoint/
H A DStoppointLocation.cpp27 m_hw_index(LLDB_INVALID_INDEX32),
37 m_hw_index(LLDB_INVALID_INDEX32),
/external/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h75 return m_hw_index;
88 return m_hw_index != LLDB_INVALID_INDEX32;
106 m_hw_index = index;
124 uint32_t m_hw_index; // The hardware resource index for this breakpoint/watchpoint member in class:lldb_private::StoppointLocation
/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h101 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; }
102 uint32_t GetHardwareIndex() const { return m_hw_index; }
103 void SetHardwareIndex(uint32_t hw_index) { m_hw_index = hw_index; }
126 uint32_t m_hw_index; // The hardware resource index for this breakpoint/watchpoint member in class:DNBBreakpoint
H A DDNBBreakpoint.cpp33 m_hw_index(INVALID_NUB_HW_INDEX)

Completed in 2357 milliseconds