Lines Matching refs:m_value
41 m_value (value),
144 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
180 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
192 log->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
209 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
236 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
290 strm.Printf("breakpoint site %" PRIi64 " which has been deleted - unknown address", m_value);
292 strm.Printf("breakpoint site %" PRIi64 " which has been deleted - was at 0x%" PRIx64, m_value, m_address);
336 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
501 log_process->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
584 strm.Printf("watchpoint %" PRIi64, m_value);
797 log_process->Printf ("Process::%s could not find watchpoint id: %" PRId64 "...", __FUNCTION__, m_value);
843 return thread_sp->GetProcess()->GetUnixSignals().GetShouldStop (m_value);
852 return thread_sp->GetProcess()->GetUnixSignals().GetShouldStop (m_value);
864 bool should_notify = thread_sp->GetProcess()->GetUnixSignals().GetShouldNotify (m_value);
870 thread_sp->GetProcess()->GetUnixSignals().GetSignalAsCString (m_value));
885 if (thread_sp->GetProcess()->GetUnixSignals().GetShouldSuppress(m_value) == false)
886 thread_sp->SetResumeSignal(m_value);
899 const char *signal_name = thread_sp->GetProcess()->GetUnixSignals().GetSignalAsCString (m_value);
903 strm.Printf("signal %" PRIi64, m_value);