Home
last modified time | relevance | path

Searched refs:IsHardware (Results 1 – 13 of 13) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNBBreakpoint.h46 if (IsBreakpoint() && IsEnabled() && !IsHardware()) in IntersectsRange()
101 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; } in IsHardware() function
DDNBBreakpoint.cpp49 IsHardware() ? "hardware" : "software", in Dump()
58 IsHardware() ? "hardware" : "software", in Dump()
DChangeLog726 (DNBBreakpoint::IsHardware()): New accessor.
/external/lldb/source/Breakpoint/
DBreakpointSite.cpp88 IsHardware() ? "hardware" : "software", in Dump()
197 if (!IsHardware()) in IntersectsRange()
DWatchpoint.cpp124 Watchpoint::IsHardware () const in IsHardware() function in Watchpoint
DBreakpointLocation.cpp658 IsHardware() ? "hardware" : "software", in Dump()
/external/lldb/include/lldb/Breakpoint/
DStoppointLocation.h86 IsHardware () const in IsHardware() function
DWatchpoint.h92 IsHardware () const;
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp650 if (bp != NULL && bp->IsHardware()) in DisableHardwareBreakpoint()
658 if (wp != NULL && wp->IsHardware()) in DisableHardwareWatchpoint()
DMachProcess.cpp817 if (bp->IsHardware()) in DisableBreakpoint()
942 if (wp->IsHardware()) in DisableWatchpoint()
989 if (bp->IsHardware()) in EnableBreakpoint()
1064 if (wp->IsHardware()) in EnableWatchpoint()
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp754 if (wp->IsHardware()) in DisableWatchpoint()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2397 if (wp->IsHardware()) in DisableWatchpoint()
/external/lldb/source/Target/
DProcess.cpp2229 if (bp_site->IsHardware()) in DisableSoftwareBreakpoint()