index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
scripts
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Install six.py conditionally
Kamil Rytarowski
2017-02-04
1
-1
/
+3
*
Fix the cmake declaration syntax
Sylvestre Ledru
2016-12-17
1
-1
/
+1
*
Support of lldb on Kfreebsd
Sylvestre Ledru
2016-12-17
1
-1
/
+1
*
Fix broken escaping of commands in the build
Luke Drummond
2016-12-16
1
-27
/
+29
*
Clean up some use of __ANDROID_NDK__ in the cmake files
Pavel Labath
2016-12-05
1
-1
/
+1
*
[CMake] Rename lldb-launcher to darwin-debug
Chris Bieneman
2016-10-27
2
-41
/
+0
*
Fix Python binding generation build step on Windows
Vadim Macagon
2016-10-13
1
-4
/
+4
*
[CMake] Initial support for LLDB.framework
Chris Bieneman
2016-09-21
1
-4
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
7
-337
/
+544
*
Fixup TestPyObjSynthProvider.py and enable it again
Pavel Labath
2016-08-31
1
-0
/
+1
*
Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProvider
Enrico Granata
2016-08-30
1
-0
/
+1
*
Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...
Greg Clayton
2016-06-24
1
-0
/
+16
*
Fix an issue where the @lldb.command marker would not work with the new 5-arg...
Enrico Granata
2016-06-24
2
-5
/
+10
*
Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is used
Francis Ricci
2016-04-25
1
-6
/
+36
*
Fix #ifdef __APPLE__ code is the swig Python bindings
Todd Fiala
2016-04-08
1
-2
/
+2
*
Fix a build issue where the python module could become stale.
Zachary Turner
2016-03-18
1
-4
/
+17
*
Check for a NULL input filehandle before referencing it.
Jim Ingham
2016-03-11
1
-8
/
+11
*
Fix SBDebugger.GetOutputFileHandle() on OS X.
Jim Ingham
2016-03-11
2
-2
/
+4
*
Adjust for Python-3.
Siva Chandra
2016-02-12
1
-5
/
+29
*
Change lldb.value.__int__() so that it takes into account the signedness of t...
Enrico Granata
2016-02-10
1
-3
/
+48
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
3
-135
/
+0
*
Fix some issues with bytes and strings in Python 3.
Zachary Turner
2016-01-25
1
-3
/
+8
*
Fix more occurrences of string/bytes/bytearray in swig typemaps.
Zachary Turner
2016-01-25
1
-20
/
+44
*
Fix swig typemap for SBEvent.
Zachary Turner
2016-01-25
1
-6
/
+14
*
Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.
Zachary Turner
2016-01-15
1
-3
/
+6
*
Get rid of const char** typemaps.
Zachary Turner
2016-01-13
1
-70
/
+7
*
Fix TestProcessLaunch for Python 3.
Zachary Turner
2016-01-13
1
-21
/
+29
*
Fix an issue where scripted commands would not actually print any of their ou...
Enrico Granata
2016-01-13
1
-1
/
+3
*
Fix Python 3 issues related to OS plugins.
Zachary Turner
2016-01-11
1
-9
/
+11
*
__ne__ is the actual Python operator; __neq__ is a typo
Enrico Granata
2015-12-18
1
-1
/
+1
*
Change finishSwigPythonLLDB.py to copy six.py instead of simlink it
Ted Woodward
2015-12-11
1
-11
/
+26
*
Remove `lldb.root` and just look for the file we care about.
Zachary Turner
2015-11-20
1
-1
/
+1
*
Revert "prepare_bindings.py: enable static bindings"
Todd Fiala
2015-11-19
3
-83956
/
+7
*
Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classes
Todd Fiala
2015-11-18
1
-782
/
+0
*
Remove the scripts/Python/build-swig-Python.sh script.
Todd Fiala
2015-11-18
1
-378
/
+0
*
Fix some issues with swig & string conversion.
Zachary Turner
2015-11-18
1
-5
/
+16
*
prepare_bindings.py: enable static bindings
Todd Fiala
2015-11-18
3
-7
/
+83956
*
Add Pythonic language binding wrapper generation script.
Todd Fiala
2015-11-17
1
-0
/
+435
*
Insert the SWIG version into LLDB's __init__.py
Zachary Turner
2015-11-16
1
-5
/
+30
*
Python3 - Fix some issues related to `PythonFile` class.
Zachary Turner
2015-11-16
1
-0
/
+5
*
Allow to override python-config executable name from command line
Bruce Mitchener
2015-11-15
1
-1
/
+2
*
Delete `PyObjectToString` and use `PythonObject::Str()`.
Zachary Turner
2015-11-13
1
-43
/
+12
*
Finish PyCallable -> PythonCallable conversion.
Zachary Turner
2015-11-12
1
-258
/
+88
*
Fix non-Windows build after r252906.
Zachary Turner
2015-11-12
1
-1
/
+1
*
Begin converting uses of PyCallable to PythonCallable.
Zachary Turner
2015-11-12
1
-213
/
+157
*
Remove `FindSessionDictionary` and rely on PythonDataObjects.
Zachary Turner
2015-11-11
1
-190
/
+140
*
Convert python-wrapper.swig to use PythonDataObjects.
Zachary Turner
2015-11-11
1
-99
/
+43
*
Symlink the `six` module during swig generation.
Zachary Turner
2015-11-11
1
-22
/
+43
*
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...
Greg Clayton
2015-11-10
1
-0
/
+14
*
Use PythonDataObjects in swig helper functions.
Zachary Turner
2015-11-09
1
-31
/
+31
[next]