HomeSort by relevance Sort by last modified time
    Searched defs:IsHardware (Results 1 - 3 of 3) sorted by null

  /external/lldb/include/lldb/Breakpoint/
StoppointLocation.h 86 IsHardware () const
  /external/lldb/tools/debugserver/source/
DNBBreakpoint.h 46 if (IsBreakpoint() && IsEnabled() && !IsHardware())
101 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; }
  /external/lldb/source/Breakpoint/
Watchpoint.cpp 121 // Override default impl of StoppointLocation::IsHardware() since m_is_hardware
124 Watchpoint::IsHardware () const

Completed in 568 milliseconds