Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointSite.h186 bool IsHardware() const override { in IsHardware() function
DBreakpoint.h510 bool IsHardware() const { return m_hardware; } in IsHardware() function
/external/llvm-project/lldb/tools/debugserver/source/
DDNBBreakpoint.h89 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; } in IsHardware() function
/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp96 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
/external/llvm-project/lldb/source/API/
DSBBreakpoint.cpp810 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint