Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h345 FILE* m_tmp_fh; variable
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp168 m_tmp_fh(wait_msg_handle) in Locker()
170 if (m_python_interpreter && !m_tmp_fh) in Locker()
171m_tmp_fh = (m_python_interpreter->m_dbg_stdout ? m_python_interpreter->m_dbg_stdout : stdout); in Locker()