Searched refs:async_strm_sp (Results 1 – 2 of 2) sorted by relevance
245 StreamSP async_strm_sp(reader.GetDebugger().GetAsyncOutputStream()); in MultiLineExpressionCallback() local246 if (async_strm_sp) in MultiLineExpressionCallback()248 … async_strm_sp->PutCString("Enter expressions, then terminate with an empty line to evaluate:\n"); in MultiLineExpressionCallback()249 async_strm_sp->Flush(); in MultiLineExpressionCallback()278 StreamSP async_strm_sp (reader.GetDebugger().GetAsyncOutputStream()); in MultiLineExpressionCallback() local279 if (async_strm_sp) in MultiLineExpressionCallback()281 async_strm_sp->PutCString("Expression evaluation cancelled.\n"); in MultiLineExpressionCallback()282 async_strm_sp->Flush(); in MultiLineExpressionCallback()
314 StreamSP async_strm_sp(m_target.GetDebugger().GetAsyncOutputStream()); in DoConnectRemote() local315 if (async_strm_sp) in DoConnectRemote()320 async_strm_sp->Printf ("Version: %s\n", cstr); in DoConnectRemote()321 async_strm_sp->Flush(); in DoConnectRemote()