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()
1010 __FUNCTION__, m_value); in PerformAction()
1060 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
1067 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStop()
1076 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()
1082 m_value)); in DoShouldNotify()
1095 m_value)) in WillResume()
1096 thread_sp->SetResumeSignal(m_value); in WillResume()
1109 unix_signals->GetSignalDescription(m_value, m_code); in GetDescription()
1113 strm.Printf("%" PRIi64, m_value); in GetDescription()