Home
last modified time | relevance | path

Searched refs:only_if_no_immediate (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/API/
DSBCommandReturnObject.cpp301 SBCommandReturnObject::GetOutput (bool only_if_no_immediate) in GetOutput() argument
305 if (only_if_no_immediate == false || m_opaque_ap->GetImmediateOutputStream().get() == NULL) in GetOutput()
311 SBCommandReturnObject::GetError (bool only_if_no_immediate) in GetError() argument
315 if (only_if_no_immediate == false || m_opaque_ap->GetImmediateErrorStream().get() == NULL) in GetError()
/external/lldb/include/lldb/API/
DSBCommandReturnObject.h96 GetOutput (bool only_if_no_immediate);
99 GetError (bool only_if_no_immediate);
/external/lldb/scripts/Python/interface/
DSBCommandReturnObject.i45 GetOutput (bool only_if_no_immediate);
/external/lldb/tools/driver/
DDriver.cpp1092 const bool only_if_no_immediate = true; in HandleIOEvent() local
1097 … m_io_channel_ap->OutWrite (result.GetOutput(only_if_no_immediate), output_size, NO_ASYNC); in HandleIOEvent()
1102 m_io_channel_ap->OutWrite (result.GetError(only_if_no_immediate), error_size, NO_ASYNC); in HandleIOEvent()