HomeSort by relevance Sort by last modified time
    Searched refs:m_is_hardware (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Breakpoint/
Watchpoint.h 212 bool m_is_hardware; // Is this a hardware watchpoint member in class:lldb_private::Watchpoint
  /external/lldb/source/Breakpoint/
Watchpoint.cpp 34 m_is_hardware(hardware),
121 // Override default impl of StoppointLocation::IsHardware() since m_is_hardware
126 return m_is_hardware;

Completed in 489 milliseconds