Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp171 … m_tmp_fh = (m_python_interpreter->m_dbg_stdout ? m_python_interpreter->m_dbg_stdout : stdout); in Locker()
471 m_dbg_stdout (interpreter.GetDebugger().GetOutputFile().GetStream()), in ScriptInterpreterPython()
531 if (m_dbg_stdout != NULL) in ScriptInterpreterPython()
533 m_new_sysout = PyFile_FromFile (m_dbg_stdout, (char *) "", (char *) "w", _check_and_flush); in ScriptInterpreterPython()
579 m_dbg_stdout = fh; in ResetOutputFileHandle()
585 m_new_sysout = PyFile_FromFile (m_dbg_stdout, (char *) "", (char *) "w", _check_and_flush); in ResetOutputFileHandle()
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h391 FILE *m_dbg_stdout; variable