reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBBreakpoint.cpp
  781     return bkpt_sp->IsHardware();
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  450       process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware());
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
   36                              m_owner.IsHardware(), resolve_indirect_symbols));
tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
   69       if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations())
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  134       if (return_bp->IsHardware() && !return_bp->HasResolvedLocations())
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  347         if (m_next_branch_bp_sp->IsHardware() &&
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
   59         if (return_bp->IsHardware() && !return_bp->HasResolvedLocations())
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
   55         if (return_bp->IsHardware() && !return_bp->HasResolvedLocations())