Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h40 if (IsBreakpoint() && IsEnabled() && !IsHardware()) { in IntersectsRange()
89 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; } in IsHardware() function
H A DDNBBreakpoint.cpp35 IsHardware() ? "hardware" : "software", GetHardwareIndex()); in Dump()
41 IsHardware() ? "hardware" : "software", m_watch_read ? "r" : "", in Dump()
H A DChangeLog726 (DNBBreakpoint::IsHardware()): New accessor.
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h39 virtual bool IsHardware() const = 0;
H A DBreakpointSite.h186 bool IsHardware() const override { in IsHardware() function
H A DWatchpoint.h75 bool IsHardware() const override;
H A DBreakpoint.h521 bool IsHardware() const { return m_hardware; } in IsHardware() function
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp450 process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware()); in ResolveBreakpointSite()
597 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()
628 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump()
H A DBreakpointSite.cpp80 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
H A DWatchpoint.cpp99 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
H A DBreakpointLocationList.cpp35 m_owner.IsHardware(), resolve_indirect_symbols)); in Create()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpoint.h140 bool IsHardware() const;
/openbsd-src/gnu/llvm/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.cpp1843 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpoint.i258 IsHardware ();
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp563 if (bp != NULL && bp->IsHardware()) { in DisableHardwareBreakpoint()
572 if (wp != NULL && wp->IsHardware()) in DisableHardwareWatchpoint()
H A DMachProcess.mm1942 if (bp->IsHardware()) {
2077 if (wp->IsHardware()) {
2119 if (bp->IsHardware()) {
2193 if (wp->IsHardware()) {
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpoint.cpp776 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint
781 return bkpt_sp->IsHardware(); in IsHardware()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3131 if (wp->IsHardware()) { in DisableWatchpoint()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5388 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()