Lines Matching refs:m_owner
36 m_owner(owner), m_options_up(), m_bp_site_sp(), m_condition_mutex(), in BreakpointLocation()
52 return m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()); in GetLoadAddress()
61 return m_owner.GetOptions(); in GetOptionsSpecifyingKind()
66 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint()
68 Target &BreakpointLocation::GetTarget() { return m_owner.GetTarget(); } in GetTarget()
71 if (!m_owner.IsEnabled()) in IsEnabled()
95 return m_owner.IsAutoContinue(); in IsAutoContinue()
193 return m_options_up->InvokeCallback(context, m_owner.GetID(), GetID()); in InvokeCallback()
195 return m_owner.InvokeCallback(context, GetID()); in InvokeCallback()
356 m_owner.DecrementIgnoreCount(); in IgnoreCountShouldStop()
399 if (!m_owner.IgnoreCountShouldStop()) in ShouldStop()
420 m_owner.m_hit_counter.Increment(); in BumpHitCount()
428 m_owner.m_hit_counter.Decrement(); in UndoBumpHitCount()
444 Process *process = m_owner.GetTarget().GetProcessSP().get(); in ResolveBreakpointSite()
449 process->CreateBreakpointSite(shared_from_this(), m_owner.IsHardware()); in ResolveBreakpointSite()
455 m_address.GetOpcodeLoadAddress(&m_owner.GetTarget())); in ResolveBreakpointSite()
469 ProcessSP process_sp(m_owner.GetTarget().GetProcessSP()); in ClearBreakpointSite()
494 BreakpointID::GetCanonicalReference(s, m_owner.GetID(), GetID()); in GetDescription()
515 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
566 Target *target = &m_owner.GetTarget(); in GetDescription()
637 (uint64_t)m_address.GetOpcodeLoadAddress(&m_owner.GetTarget()), in Dump()
638 (m_options_up ? m_options_up->IsEnabled() : m_owner.IsEnabled()) in Dump()
648 if (!m_being_created && !m_owner.IsInternal() && in SendBreakpointLocationChangedEvent()
649 m_owner.GetTarget().EventTypeHasListeners( in SendBreakpointLocationChangedEvent()
652 eventKind, m_owner.shared_from_this()); in SendBreakpointLocationChangedEvent()
654 m_owner.GetTarget().BroadcastEvent(Target::eBroadcastBitBreakpointChanged, in SendBreakpointLocationChangedEvent()