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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Python 3 - Use six in our embedded Python glue code.
Zachary Turner
2015-11-11
2
-1
/
+3
*
Symlink the `six` module during swig generation.
Zachary Turner
2015-11-11
2
-22
/
+44
*
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...
Greg Clayton
2015-11-10
3
-0
/
+23
*
Use PythonDataObjects in swig helper functions.
Zachary Turner
2015-11-09
1
-31
/
+31
*
Add SBType::IsAnonymousType() and relative plumbing in the debugger internals
Enrico Granata
2015-11-07
1
-0
/
+3
*
Remove a debug print statement.
Zachary Turner
2015-11-07
1
-1
/
+0
*
Python 3 - Use __bool__() instead of __nonzero__() for truthiness.
Zachary Turner
2015-11-07
4
-2
/
+62
*
Make the language specifier to "break set" actually filter the names by their...
Jim Ingham
2015-11-06
1
-0
/
+21
*
[swig] Remove check_lldb_swig_executable_file_exists.
Bruce Mitchener
2015-11-06
2
-169
/
+22
*
[swig] Start of pylint on python build scripts.
Bruce Mitchener
2015-11-05
8
-1628
/
+1614
*
Update for tvos or watchos builds.
Jason Molenda
2015-11-05
1
-0
/
+6
*
Don't access class members inside of `__del__`.
Zachary Turner
2015-11-04
1
-4
/
+0
*
Revert "Python 3 - Don't add the _d suffix to the symlink on Windows."
Zachary Turner
2015-11-04
4
-30
/
+2
*
Python 3 - Don't add the _d suffix to the symlink on Windows.
Zachary Turner
2015-11-04
4
-2
/
+30
*
Revert part of r239007 related to creating the Python symlink.
Zachary Turner
2015-11-02
1
-9
/
+0
*
Rename argdumper to lldb-argdumper
Todd Fiala
2015-10-29
2
-13
/
+13
*
Add calls to the SB API to access the multi-language formatter category feature
Enrico Granata
2015-10-27
1
-0
/
+9
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
2
-7
/
+43
*
Added support for the "--repl" argument to LLDB.
Sean Callanan
2015-10-20
1
-0
/
+3
*
Run py2to3 on lldb/scripts folder.
Zachary Turner
2015-10-19
6
-36
/
+36
*
Python: follow python guidelines for header usage
Saleem Abdulrasool
2015-10-19
1
-1
/
+5
*
Make some more of the LLDB/SWIG/Python glue Python 3 aware.
Zachary Turner
2015-10-16
12
-48
/
+48
*
Make swig generation python scripts python 3 compatible.
Zachary Turner
2015-10-16
2
-29
/
+29
*
Convert SWIG typemap string operations to PythonObjects.
Zachary Turner
2015-10-16
1
-32
/
+45
*
Update SWIG typemaps to use `PythonFile`.
Zachary Turner
2015-10-16
1
-12
/
+18
*
I've been seeing a problem with xcodebuilds on macosx for
Jason Molenda
2015-10-16
1
-8
/
+8
*
Change swig interface files to use PythonDataObjects.
Zachary Turner
2015-10-14
3
-83
/
+88
*
Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Adrian McCarthy
2015-10-13
1
-0
/
+2
*
Support RHEL 7 and similar systems that use architecture-specific Python lib ...
Todd Fiala
2015-10-12
1
-0
/
+44
*
Add a doc string for ReturnFromFrame.
Jim Ingham
2015-10-12
1
-0
/
+7
*
Simple readline functionality for interactive python on linux.
Ryan Brown
2015-10-06
2
-6
/
+55
*
Update swig generation scripts to support Python 3.
Zachary Turner
2015-10-06
7
-79
/
+97
*
SBTarget::Attach(SBAttachInfo &) was changed to not be asynchronous back in F...
Greg Clayton
2015-10-05
1
-0
/
+5
*
A little more cleanup in the build script that creates a list of archive dire...
Greg Clayton
2015-09-10
1
-12
/
+17
*
Removed debug prints that I accidentally left in.
Greg Clayton
2015-09-10
1
-6
/
+0
*
On MacOSX, revamp the way we link against the llvm/clang .a files by making a...
Greg Clayton
2015-09-10
1
-38
/
+39
*
Fix the build-llvm.pl to not create one monster .a file from all of the llvm ...
Greg Clayton
2015-09-09
1
-62
/
+24
*
Teach utilsOsType about NetBSD
Stephane Sezer
2015-09-09
1
-0
/
+3
*
[cmake] Remove LLDB_ENABLE_PYTHON_SCRIPTS_SWIG_API_GENERATION.
Bruce Mitchener
2015-09-08
1
-41
/
+18
*
Convert "long" input to "long long" in typemap for lldb::tid_t.
Siva Chandra
2015-09-04
1
-1
/
+1
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
We want Python int or long to both be usable as-a tid_t for API purposes. Int...
Enrico Granata
2015-09-02
1
-0
/
+12
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-0
/
+10
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-0
/
+3
*
Add a version of SBTarget::EvaluateExpression that doesn't require
Jim Ingham
2015-07-07
1
-0
/
+4
*
Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol
Enrico Granata
2015-07-06
3
-0
/
+9
*
[Python] Allow PyLong values in integer lists (when converting to C lists)
Siva Chandra
2015-07-01
1
-0
/
+32
[prev]
[next]