[lldb] Rename Master/Slave to Primary/Secondary (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 15 Jun 2020 22:36:14 +0000 (15:36 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 15 Jun 2020 22:38:28 +0000 (15:38 -0700)
commit64ec505dd46832880350e8b45316eaed30b458dc
tree1d8f44257c6e5030ce0c8e09e895eb0c23cb2ef0
parent8c6c49f293fc85e14d811d772bdc9a68464d67b4
[lldb] Rename Master/Slave to Primary/Secondary (NFC)
20 files changed:
lldb/include/lldb/Host/PseudoTerminal.h
lldb/include/lldb/Interpreter/ScriptInterpreter.h
lldb/source/Host/common/ProcessLaunchInfo.cpp
lldb/source/Host/common/PseudoTerminal.cpp
lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.mm
lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
lldb/source/Target/Platform.cpp
lldb/unittests/Editline/EditlineTest.cpp
lldb/unittests/Host/MainLoopTest.cpp