Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
scripts
/
Python
/
finishSwigPythonLLDB.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
93b5b66
Fixup TestPyObjSynthProvider.py and enable it again
by Pavel Labath
· 9 years ago
4692f52
Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is used
by Francis Ricci
· 9 years ago
e867044
Fix a build issue where the python module could become stale.
by Zachary Turner
· 10 years ago
ec24223
Change finishSwigPythonLLDB.py to copy six.py instead of simlink it
by Ted Woodward
· 10 years ago
7d7814a
Symlink the `six` module during swig generation.
by Zachary Turner
· 10 years ago
a18231a
[swig] Start of pylint on python build scripts.
by Bruce Mitchener
· 10 years ago
ff836df
Revert "Python 3 - Don't add the _d suffix to the symlink on Windows."
by Zachary Turner
· 10 years ago
b20ef35
Python 3 - Don't add the _d suffix to the symlink on Windows.
by Zachary Turner
· 10 years ago
a7cd16b
Revert part of r239007 related to creating the Python symlink.
by Zachary Turner
· 10 years ago
15c0fba
Rename argdumper to lldb-argdumper
by Todd Fiala
· 10 years ago
1756e056
Run py2to3 on lldb/scripts folder.
by Zachary Turner
· 10 years ago
5c3a198
Make swig generation python scripts python 3 compatible.
by Zachary Turner
· 10 years ago
7175f16
[lldb] Enable building with Cmake/BUILD_SHARED_LIBS
by Andrew Wilkins
· 10 years ago
0405d68
Use the debugginess of the python interpreter when symlinking _lldb.pyd.
by Zachary Turner
· 10 years ago
eaa9266
Don't use literal slashes when concatenating paths in Python.
by Zachary Turner
· 10 years ago
a6a53d1
Remove non-standard Environment header section
by Ed Maste
· 11 years ago
4c276fb
Use .so library extension by default if platform is not Windows or Darwin
by Ed Maste
· 11 years ago
9956670
Fix whitespace in finishSwigWrapperClasses.py
by Ed Maste
· 11 years ago
44949ff
[swig] Fix some typos in the build scripts.
by Bruce Mitchener
· 11 years ago
e8b362a
Fix make_symlink in case when symlink already exists (after r229517)
by Ilia K
· 11 years ago
335c29e
Fix typo in make_symlink after r229517. It fixes symlinks on a UNIX style platform.
by Ilia K
· 11 years ago
bb0d5ab
Fix argdumper build in cmake (OS X) after r228636
by Ilia K
· 11 years ago
a7e79c1
Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636" and r229159 "Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, but it requires 4 arguments"
by Ilia K
· 11 years ago
98c2253
Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, but it requires 4 arguments
by Ilia K
· 11 years ago
14a9271
Fix argdumper build in cmake (OS X) after r228636
by Ilia K
· 11 years ago
0bf0968
Fix darwin-debug build in cmake (OS X)
by Zachary Turner
· 11 years ago
fa59e62
Create an _d suffixed symlink when doing a debug Windows build.
by Zachary Turner
· 11 years ago
0ab4b48
Get the python scripting interface working on Windows.
by Zachary Turner
· 11 years ago
454955e
Add better logging to the new Python-based SWIG generation scripts.
by Zachary Turner
· 11 years ago
9b35cf5
This creates a valid Python API for Windows, pending some issues. The changes included are -
by Deepak Panickal
· 11 years ago