Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h191 bool IsHardware() const override { IsHardware() function
H A DBreakpoint.h520 bool IsHardware() const { return m_hardware; } in IsHardware() function
/llvm-project/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h89 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; } in IsHardware() function
/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp193 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp774 bool SBBreakpoint::IsHardware() const { IsHardware() function in SBBreakpoint