Lines Matching refs:m_value
36 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value), in StopInfo()
111 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo()
142 process_sp->GetBreakpointSiteList().FindByID(m_value)); in IsValidForOperatingSystemThread()
157 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in ShouldStopSynchronous()
169 __FUNCTION__, m_value); in ShouldStopSynchronous()
189 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in GetDescription()
236 m_value); in GetDescription()
240 m_value, m_address); in GetDescription()
280 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in PerformAction()
582 __FUNCTION__, m_value); in PerformAction()
684 strm.Printf("watchpoint %" PRIi64, m_value); in GetDescription()
1012 __FUNCTION__, m_value); in PerformAction()
1062 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
1069 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStop()
1078 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()
1084 m_value)); in DoShouldNotify()
1097 m_value)) in WillResume()
1098 thread_sp->SetResumeSignal(m_value); in WillResume()
1111 unix_signals->GetSignalDescription(m_value, m_code); in GetDescription()
1115 strm.Printf("%" PRIi64, m_value); in GetDescription()