summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts')
-rw-r--r--lldb/scripts/Python/buildSwigPython.py5
-rw-r--r--lldb/scripts/Python/finishSwigPythonLLDB.py5
-rw-r--r--lldb/scripts/buildSwigWrapperClasses.py5
-rw-r--r--lldb/scripts/finishSwigWrapperClasses.py5
-rw-r--r--lldb/scripts/utilsArgsParse.py4
-rw-r--r--lldb/scripts/utilsDebug.py6
6 files changed, 1 insertions, 29 deletions
diff --git a/lldb/scripts/Python/buildSwigPython.py b/lldb/scripts/Python/buildSwigPython.py
index 36b0e7e396b..c69b24f199f 100644
--- a/lldb/scripts/Python/buildSwigPython.py
+++ b/lldb/scripts/Python/buildSwigPython.py
@@ -6,11 +6,6 @@
Overview: Creates SWIG Python C++ Script Bridge wrapper code. This
script is called by build-swig-wrapper-classes.py in turn.
- Environment: OS: Windows Vista or newer, LINUX, OSX.
- IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
- Script: Python 2.6/2.7.5 x64
- Other: SWIG 2.0.11
-
Gotchas: Python debug complied pythonXX_d.lib is required for SWIG
to build correct LLDBWrapperPython.cpp in order for Visual
Studio to compile successfully. The release version of the
diff --git a/lldb/scripts/Python/finishSwigPythonLLDB.py b/lldb/scripts/Python/finishSwigPythonLLDB.py
index fc59ee99040..0ddbf9342ef 100644
--- a/lldb/scripts/Python/finishSwigPythonLLDB.py
+++ b/lldb/scripts/Python/finishSwigPythonLLDB.py
@@ -22,11 +22,6 @@
appropriate place, and copies the lldb.py (and
embedded_interpreter.py) file to the correct directory.
- Environment: OS: Windows Vista or newer, LINUX, OSX.
- IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
- Script: Python 2.6/2.7.5 x64
- Other: None.
-
Gotchas: Python debug complied pythonXX_d.lib is required for SWIG
to build correct LLDBWrapperPython.cpp in order for Visual
Studio to compile successfully. The release version of the
diff --git a/lldb/scripts/buildSwigWrapperClasses.py b/lldb/scripts/buildSwigWrapperClasses.py
index 17e4983c1e7..ad3ef4e4a7e 100644
--- a/lldb/scripts/buildSwigWrapperClasses.py
+++ b/lldb/scripts/buildSwigWrapperClasses.py
@@ -16,11 +16,6 @@
cases the file generated by SWIG may need some tweaking
before it is completely ready to use.
- Environment: OS: Windows Vista or newer,LINUX,OSX.
- IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
- Script: Python 2.6/2.7.5 x64
- Other: SWIG 2.0.11
-
Gotchas: For Windows OS it is assumed the SWIG executable can be
found in the %PATH% environmental variable.
diff --git a/lldb/scripts/finishSwigWrapperClasses.py b/lldb/scripts/finishSwigWrapperClasses.py
index 67cc95a4c44..75f7d46dd2f 100644
--- a/lldb/scripts/finishSwigWrapperClasses.py
+++ b/lldb/scripts/finishSwigWrapperClasses.py
@@ -15,11 +15,6 @@
language stuff fully functional. Any such post-processing
is handled through the Python scripts called here.
- Environment: OS: Windows Vista or newer,LINUX,OSX.
- IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
- Script: Python 2.6/2.7.5 x64
- Other: None.
-
Gotchas: None.
Copyright: None.
diff --git a/lldb/scripts/utilsArgsParse.py b/lldb/scripts/utilsArgsParse.py
index dd02cc993b1..58ed09abfb7 100644
--- a/lldb/scripts/utilsArgsParse.py
+++ b/lldb/scripts/utilsArgsParse.py
@@ -9,10 +9,6 @@
Also give help information on arguments required by the
program.
- Environment: OS: Windows/LINUX/OSX
- IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
- Script: Python 2.6 x64
-
Gotchas: None.
Copyright: None.
diff --git a/lldb/scripts/utilsDebug.py b/lldb/scripts/utilsDebug.py
index bf5410aee5e..c500aa55572 100644
--- a/lldb/scripts/utilsDebug.py
+++ b/lldb/scripts/utilsDebug.py
@@ -6,10 +6,6 @@
Overview: Python module to supply functions to help debug Python
scripts.
- Environment: OS: Windows/LINUX/OSX
- IDE: Visual Studio 2013 Plugin Python Tools (PTVS)
- Script: Python 2.6 x64
-
Gotchas: None.
Copyright: None.
@@ -130,4 +126,4 @@ class CDebugFnVerbose:
__strFnName = "";
- \ No newline at end of file
+
OpenPOWER on IntegriCloud