aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-06-15 15:36:14 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2020-06-15 15:38:28 -0700
commit64ec505dd46832880350e8b45316eaed30b458dc (patch)
tree1d8f44257c6e5030ce0c8e09e895eb0c23cb2ef0 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
parent8c6c49f293fc85e14d811d772bdc9a68464d67b4 (diff)
downloadllvm-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/ScriptInterpreterPythonImpl.h')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
index 1fa198b..22b2c81 100644
--- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
+++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
@@ -395,7 +395,7 @@ public:
std::string m_dictionary_name;
ActiveIOHandler m_active_io_handler;
bool m_session_is_active;
- bool m_pty_slave_is_open;
+ bool m_pty_secondary_is_open;
bool m_valid_session;
uint32_t m_lock_count;
PyThreadState *m_command_thread_state;