Searched defs:IsHardware (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h86 IsHardware () const function in class:lldb_private::StoppointLocation
/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h46 if (IsBreakpoint() && IsEnabled() && !IsHardware())
101 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; } function in class:DNBBreakpoint
/external/lldb/source/Breakpoint/
H A DWatchpoint.cpp121 // Override default impl of StoppointLocation::IsHardware() since m_is_hardware
124 Watchpoint::IsHardware () const function in class:Watchpoint

Completed in 237 milliseconds