Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointSite.cpp73 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
157 if (!IsHardware()) { in IntersectsRange()
H A DBreakpointLocation.cpp453 process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware()); in ResolveBreakpointSite()
639 IsHardware() ? "hardware" : "software", GetHardwareIndex(), GetHitCount(), in Dump()
H A DWatchpoint.cpp90 bool Watchpoint::IsHardware() const { return m_is_hardware; } in IsHardware() function in Watchpoint
H A DBreakpointLocationList.cpp37 m_owner.IsHardware(), resolve_indirect_symbols)); in Create()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h50 virtual bool IsHardware() const { in IsHardware() function
H A DWatchpoint.h76 bool IsHardware() const override;
H A DBreakpoint.h621 bool IsHardware() const { return m_hardware; } in IsHardware() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpoint.h132 bool IsHardware() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepThrough.cpp63 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
H A DThreadPlanRunToAddress.cpp72 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
H A DThreadPlanStepUntil.cpp58 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
H A DThreadPlanStepOut.cpp134 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
H A DThreadPlanStepRange.cpp344 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
H A DProcess.cpp2075 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp691 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint
694 return bkpt_sp->IsHardware(); in IsHardware()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp774 if (wp->IsHardware()) { in DisableWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3295 if (bp_site->IsHardware()) in DisableBreakpointSite()
3400 if (wp->IsHardware()) { in DisableWatchpoint()