Searched refs:IsHardware (Results 1 – 19 of 19) sorted by relevance
39 virtual bool IsHardware() const = 0;
196 bool IsHardware() const override { in IsHardware() function
73 bool IsHardware() const override;
516 bool IsHardware() const { return m_hardware; } in IsHardware() function
436 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()
78 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
193 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
149 bool IsHardware() const;
58 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()
69 if (breakpoint->IsHardware() && !breakpoint->HasResolvedLocations()) in SetInitialBreakpoints()
55 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()
185 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in SetupReturnAddress()
382 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
1832 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
775 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint780 return bkpt_sp->IsHardware(); in IsHardware()
826 if (site->IsHardware() && site->IsEnabled()) { in WasContinueInterrupted()
3394 if (wp_sp->IsHardware()) { in DisableWatchpoint()
5413 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()
9125 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsHardware(); in _wrap_SBBreakpoint_IsHardware()