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

  /external/lldb/include/lldb/Breakpoint/
StoppointLocation.h 86 IsHardware () const
Watchpoint.h 92 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; }
DNBBreakpoint.cpp 49 IsHardware() ? "hardware" : "software",
58 IsHardware() ? "hardware" : "software",
  /external/lldb/source/Breakpoint/
BreakpointSite.cpp 88 IsHardware() ? "hardware" : "software",
197 if (!IsHardware())
Watchpoint.cpp 121 // Override default impl of StoppointLocation::IsHardware() since m_is_hardware
124 Watchpoint::IsHardware () const
BreakpointLocation.cpp 658 IsHardware() ? "hardware" : "software",
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 650 if (bp != NULL && bp->IsHardware())
658 if (wp != NULL && wp->IsHardware())
MachProcess.cpp 817 if (bp->IsHardware())
942 if (wp->IsHardware())
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 754 if (wp->IsHardware())
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp     [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]

Completed in 1040 milliseconds