Home | History | Annotate | Download | only in Target

Lines Matching refs:strm

239                     StreamString strm;
256 strm.Printf("breakpoint ");
257 bp_site_sp->GetDescription(&strm, eDescriptionLevelBrief);
258 m_description.swap (strm.GetString());
262 StreamString strm;
272 strm.Printf ("internal %s breakpoint(%d).", kind, m_break_id);
274 strm.Printf ("internal breakpoint(%d).", m_break_id);
278 strm.Printf ("breakpoint %d.", m_break_id);
284 strm.Printf ("one-shot breakpoint %d", m_break_id);
286 strm.Printf ("breakpoint %d which has been deleted.", m_break_id);
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);
294 m_description.swap (strm.GetString());
583 StreamString strm;
584 strm.Printf("watchpoint %" PRIi64, m_value);
585 m_description.swap (strm.GetString());
867 StreamString strm;
868 strm.Printf ("thread %d received signal: %s",
871 Process::ProcessEventData::AddRestartedReason(event_ptr, strm.GetData());
898 StreamString strm;
901 strm.Printf("signal %s", signal_name);
903 strm.Printf("signal %" PRIi64, m_value);
904 m_description.swap (strm.GetString());
1012 StreamString strm;
1013 m_plan_sp->GetDescription (&strm, eDescriptionLevelBrief);
1014 m_description.swap (strm.GetString());