Home
last modified time | relevance | path

Searched defs:IsHardware (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointSite.h186 bool IsHardware() const override { in IsHardware() function
DBreakpoint.h521 bool IsHardware() const { return m_hardware; } in IsHardware() function
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBBreakpoint.h89 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; } in IsHardware() function
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DWatchpoint.cpp99 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
/openbsd/src/gnu/llvm/lldb/source/API/
DSBBreakpoint.cpp776 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint