Home
last modified time | relevance | path

Searched refs:async_strm_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectExpression.cpp245 StreamSP async_strm_sp(reader.GetDebugger().GetAsyncOutputStream()); in MultiLineExpressionCallback() local
246 if (async_strm_sp) in MultiLineExpressionCallback()
248async_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() local
279 if (async_strm_sp) in MultiLineExpressionCallback()
281 async_strm_sp->PutCString("Expression evaluation cancelled.\n"); in MultiLineExpressionCallback()
282 async_strm_sp->Flush(); in MultiLineExpressionCallback()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp314 StreamSP async_strm_sp(m_target.GetDebugger().GetAsyncOutputStream()); in DoConnectRemote() local
315 if (async_strm_sp) in DoConnectRemote()
320 async_strm_sp->Printf ("Version: %s\n", cstr); in DoConnectRemote()
321 async_strm_sp->Flush(); in DoConnectRemote()