Searched refs:GetImmediateErrorStream (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h112 GetImmediateErrorStream () function in class:lldb_private::CommandReturnObject
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp315 if (only_if_no_immediate == false || m_opaque_ap->GetImmediateErrorStream().get() == NULL)
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp318 result.GetImmediateErrorStream()->Flush();
H A DCommandObjectWatchpointCommand.cpp295 result.GetImmediateErrorStream()->Flush();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2515 if (result.GetImmediateErrorStream())
2516 result.GetImmediateErrorStream()->Flush();
3011 if (!result.GetImmediateErrorStream())
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2195 result.GetImmediateErrorStream()->Flush();

Completed in 45 milliseconds