Home
last modified time | relevance | path

Searched defs:GetHardwareIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h90 uint32_t GetHardwareIndex() const { return m_hw_index; } in GetHardwareIndex() function
/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp94 int32_t SBWatchpoint::GetHardwareIndex() { in GetHardwareIndex() function in SBWatchpoint