Searched refs:IsHardware (Results 1 – 19 of 19) sorted by relevance
39 virtual bool IsHardware() const = 0;
191 bool IsHardware() const override { in IsHardware() function
73 bool IsHardware() const override;
520 bool IsHardware() const { return m_hardware; } in IsHardware() function
451 process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware()); in ResolveBreakpointSite()598 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()629 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump()
78 GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software", in Dump()
35 m_owner.IsHardware(), resolve_indirect_symbols)); in Create()
189 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()
356 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
145 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()
1855 if (bp_site->IsHardware()) { in DisableSoftwareBreakpoint()
774 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint779 return bkpt_sp->IsHardware(); in IsHardware()
3267 if (wp_sp->IsHardware()) { in DisableWatchpoint()
5411 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()
8393 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsHardware(); in _wrap_SBBreakpoint_IsHardware()