Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h39 virtual bool IsHardware() const = 0;
H A DBreakpointSite.h191 bool IsHardware() const override {
186 bool IsHardware() const override { IsHardware() function
H A DWatchpoint.h73 bool IsHardware() const override;
H A DBreakpoint.h520 bool IsHardware() const { return m_hardware; } in IsHardware() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp443 process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware()); in ResolveBreakpointSite()
596 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()
627 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.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.cpp145 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
H A DThreadPlanStepRange.cpp357 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
H A DProcess.cpp1887 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp853 if (site->IsHardware() && site->IsEnabled()) { in WasContinueInterrupted()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3278 if (wp_sp->IsHardware()) { in DisableWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5411 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp9191 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsHardware(); in _wrap_SBBreakpoint_IsHardware()