summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/PseudoTerminal.cpp
diff options
context:
space:
mode:
authorDeepak Panickal <deepak@codeplay.com>2014-07-01 17:57:19 +0000
committerDeepak Panickal <deepak@codeplay.com>2014-07-01 17:57:19 +0000
commit9b35cf52d2a88cda5167c9638696adce5b152720 (patch)
tree256f0679d9a9f5e095704d076755cef8d47c1e45 /lldb/source/Utility/PseudoTerminal.cpp
parent91f380a499f54a4df63da137b50af3a6700d24d1 (diff)
downloadbcm5719-llvm-9b35cf52d2a88cda5167c9638696adce5b152720.tar.gz
bcm5719-llvm-9b35cf52d2a88cda5167c9638696adce5b152720.zip
This creates a valid Python API for Windows, pending some issues. The changes included are -
- Ported the SWIG wrapper shell scripts to Python so that they would work on Windows too along with other platforms - Updated CMake handling to fix SWIG errors and manage sym-linking on Windows to liblldb.dll - More build fixes for Windows The pending issues are that two Python modules, termios and pexpect are not available on Windows. These are currently required for the Python command interpreter to be used from within LLDB. llvm-svn: 212111
Diffstat (limited to 'lldb/source/Utility/PseudoTerminal.cpp')
-rw-r--r--lldb/source/Utility/PseudoTerminal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Utility/PseudoTerminal.cpp b/lldb/source/Utility/PseudoTerminal.cpp
index ccf650cce3a..8eb022b431c 100644
--- a/lldb/source/Utility/PseudoTerminal.cpp
+++ b/lldb/source/Utility/PseudoTerminal.cpp
@@ -19,6 +19,7 @@
#ifdef _WIN32
#include "lldb/Host/windows/win32.h"
+typedef uint32_t pid_t;
// empty functions
int posix_openpt(int flag) { return 0; }
OpenPOWER on IntegriCloud