| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBBreakpoint.h | 40 if (IsBreakpoint() && IsEnabled() && !IsHardware()) { in IntersectsRange() 89 bool IsHardware() const { return m_hw_index != INVALID_NUB_HW_INDEX; } in IsHardware() function
|
| H A D | DNBBreakpoint.cpp | 35 IsHardware() ? "hardware" : "software", GetHardwareIndex()); in Dump() 41 IsHardware() ? "hardware" : "software", m_watch_read ? "r" : "", in Dump()
|
| H A D | ChangeLog | 726 (DNBBreakpoint::IsHardware()): New accessor.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointSite.h | 39 virtual bool IsHardware() const = 0;
|
| H A D | BreakpointSite.h | 186 bool IsHardware() const override { in IsHardware() function
|
| H A D | Watchpoint.h | 75 bool IsHardware() const override;
|
| H A D | Breakpoint.h | 521 bool IsHardware() const { return m_hardware; } in IsHardware() function
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 450 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 D | BreakpointSite.cpp | 80 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
|
| H A D | Watchpoint.cpp | 99 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
|
| H A D | BreakpointLocationList.cpp | 35 m_owner.IsHardware(), resolve_indirect_symbols)); in Create()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBBreakpoint.h | 140 bool IsHardware() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanStepThrough.cpp | 58 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
|
| H A D | ThreadPlanRunToAddress.cpp | 69 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
|
| H A D | ThreadPlanStepUntil.cpp | 55 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
|
| H A D | ThreadPlanStepRange.cpp | 356 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
|
| H A D | ThreadPlanStepOut.cpp | 145 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
|
| H A D | Process.cpp | 1843 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBBreakpoint.i | 258 IsHardware ();
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThread.cpp | 563 if (bp != NULL && bp->IsHardware()) { in DisableHardwareBreakpoint() 572 if (wp != NULL && wp->IsHardware()) in DisableHardwareWatchpoint()
|
| H A D | MachProcess.mm | 1942 if (bp->IsHardware()) { 2077 if (wp->IsHardware()) { 2119 if (bp->IsHardware()) { 2193 if (wp->IsHardware()) {
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBBreakpoint.cpp | 776 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 D | ProcessGDBRemote.cpp | 3131 if (wp->IsHardware()) { in DisableWatchpoint()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5388 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()
|