/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StoppointSite.h | 39 virtual bool IsHardware() const = 0;
|
H A D | BreakpointSite.h | 191 bool IsHardware() const override { 186 bool IsHardware() const override { IsHardware() function
|
H A D | Watchpoint.h | 73 bool IsHardware() const override;
|
H A D | Breakpoint.h | 520 bool IsHardware() const { return m_hardware; } in IsHardware() function
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 443 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 D | BreakpointSite.cpp | 78 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
|
H A D | BreakpointLocationList.cpp | 35 m_owner.IsHardware(), resolve_indirect_symbols)); in Create()
|
H A D | Watchpoint.cpp | 193 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBBreakpoint.h | 149 bool IsHardware() const;
|
/freebsd/contrib/llvm-project/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 | ThreadPlanStepOut.cpp | 145 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
|
H A D | ThreadPlanStepRange.cpp | 357 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
|
H A D | Process.cpp | 1887 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBreakpoint.cpp | 774 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 D | StopInfoMachException.cpp | 853 if (site->IsHardware() && site->IsEnabled()) { in WasContinueInterrupted()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 3278 if (wp_sp->IsHardware()) { in DisableWatchpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5411 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 9191 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsHardware(); in _wrap_SBBreakpoint_IsHardware()
|