diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-06-15 15:36:14 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-06-15 15:38:28 -0700 |
commit | 64ec505dd46832880350e8b45316eaed30b458dc (patch) | |
tree | 1d8f44257c6e5030ce0c8e09e895eb0c23cb2ef0 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 8c6c49f293fc85e14d811d772bdc9a68464d67b4 (diff) | |
download | llvm-64ec505dd46832880350e8b45316eaed30b458dc.zip llvm-64ec505dd46832880350e8b45316eaed30b458dc.tar.gz llvm-64ec505dd46832880350e8b45316eaed30b458dc.tar.bz2 |
[lldb] Rename Master/Slave to Primary/Secondary (NFC)
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp index 6f26677..8d27586 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp @@ -489,7 +489,7 @@ ScriptInterpreterPythonImpl::ScriptInterpreterPythonImpl(Debugger &debugger) m_run_one_line_str_global(), m_dictionary_name(m_debugger.GetInstanceName().AsCString()), m_active_io_handler(eIOHandlerNone), m_session_is_active(false), - m_pty_slave_is_open(false), m_valid_session(true), m_lock_count(0), + m_pty_secondary_is_open(false), m_valid_session(true), m_lock_count(0), m_command_thread_state(nullptr) { InitializePrivate(); |