summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/lldb.swig
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/lldb.swig')
-rw-r--r--lldb/scripts/lldb.swig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/scripts/lldb.swig b/lldb/scripts/lldb.swig
index a75a3a2b971..e60c6089bcf 100644
--- a/lldb/scripts/lldb.swig
+++ b/lldb/scripts/lldb.swig
@@ -37,6 +37,11 @@ o SBLineEntry: Specifies an association with a contiguous range of instructions
// Parameter types will be used in the autodoc string.
%feature("autodoc", "1");
+%pythoncode%{
+import uuid
+import re
+import os
+%}
%include "./Python/python-typemaps.swig"
/* The liblldb header files to be included. */
OpenPOWER on IntegriCloud