Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h39 virtual bool IsHardware() const = 0;
H A DBreakpointSite.h191 bool IsHardware() const override { in IsHardware() function
H A DWatchpoint.h73 bool IsHardware() const override;
H A DBreakpoint.h520 bool IsHardware() const { return m_hardware; } in IsHardware() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp451 process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware()); in ResolveBreakpointSite()
598 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()
629 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump()
H A DBreakpointSite.cpp78 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
H A DBreakpointLocationList.cpp35 m_owner.IsHardware(), resolve_indirect_symbols)); in Create()
H A DWatchpoint.cpp189 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h149 bool IsHardware() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp58 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
H A DThreadPlanRunToAddress.cpp69 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
H A DThreadPlanStepUntil.cpp55 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
H A DThreadPlanStepRange.cpp356 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
H A DThreadPlanStepOut.cpp145 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
H A DProcess.cpp1855 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp774 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint
779 return bkpt_sp->IsHardware(); in IsHardware()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3267 if (wp_sp->IsHardware()) { in DisableWatchpoint()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5411 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8393 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsHardware(); in _wrap_SBBreakpoint_IsHardware()