diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:12:36 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:12:36 +0000 | 
| commit | ef5d0b5e97ec8e6fa395d377b09aa7755e345b4f (patch) | |
| tree | 27916256fdeeb57d10d2f3d6948be5d71a703215 /source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp | |
| parent | 76e0736e7fcfeb179779e49c05604464b1ccd704 (diff) | |
Notes
Diffstat (limited to 'source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp')
| -rw-r--r-- | source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp b/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp index c6daf6ccea6e3..6b3d5f6c117fe 100644 --- a/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp +++ b/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp @@ -144,7 +144,7 @@ static Status ForkChildForPTraceDebugging(const char *path, char const *argv[],    // Use a fork that ties the child process's stdin/out/err to a pseudo    // terminal so we can read it in our MachProcess::STDIOThread    // as unbuffered io. -  lldb_utility::PseudoTerminal pty; +  PseudoTerminal pty;    char fork_error[256];    memset(fork_error, 0, sizeof(fork_error));    *pid = static_cast<::pid_t>(pty.Fork(fork_error, sizeof(fork_error)));  | 
