Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h39 virtual bool IsHardware() const = 0;
H A DBreakpointSite.h196 bool IsHardware() const override { in IsHardware() function
H A DWatchpoint.h73 bool IsHardware() const override;
H A DBreakpoint.h516 bool IsHardware() const { return m_hardware; } in IsHardware() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp436 process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware()); in ResolveBreakpointSite()
605 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()
636 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 DWatchpoint.cpp193 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h149 bool IsHardware() const;
/freebsd/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 DThreadPlanStepOut.cpp185 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in SetupReturnAddress()
H A DThreadPlanStepRange.cpp382 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
H A DProcess.cpp1832 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp775 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint
780 return bkpt_sp->IsHardware(); in IsHardware()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp826 if (site->IsHardware() && site->IsEnabled()) { in WasContinueInterrupted()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3394 if (wp_sp->IsHardware()) { in DisableWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5413 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp9125 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsHardware(); in _wrap_SBBreakpoint_IsHardware()