Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp151 m_disconnect(false) {} in ScriptInterpreterIORedirect()
156 m_disconnect(false) { in ScriptInterpreterIORedirect()
179 m_disconnect = true; in ScriptInterpreterIORedirect()
205 if (!m_disconnect) in ~ScriptInterpreterIORedirect()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h63 bool m_disconnect; variable