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
*
Run py2to3 on lldb/scripts folder.
Zachary Turner
2015-10-19
2
-19
/
+19
*
Python: follow python guidelines for header usage
Saleem Abdulrasool
2015-10-19
1
-1
/
+5
*
Make swig generation python scripts python 3 compatible.
Zachary Turner
2015-10-16
1
-26
/
+26
*
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
*
Change swig interface files to use PythonDataObjects.
Zachary Turner
2015-10-14
2
-82
/
+85
*
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
2
-31
/
+35
*
Convert "long" input to "long long" in typemap for lldb::tid_t.
Siva Chandra
2015-09-04
1
-1
/
+1
*
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
*
[Python] Allow PyLong values in integer lists (when converting to C lists)
Siva Chandra
2015-07-01
1
-0
/
+32
*
[LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.
Siva Chandra
2015-06-25
1
-2
/
+0
*
[lldb] Enable building with Cmake/BUILD_SHARED_LIBS
Andrew Wilkins
2015-06-04
1
-0
/
+9
*
Add language option in -gdb-show command (MI)
Ilia K
2015-04-28
2
-0
/
+4
*
Add SBLaunchInfo in include/lldb/API/SBDefines.h and fix spacing in scripts/P...
Ilia K
2015-04-26
1
-2
/
+2
*
Start to share SWIG interface files between languages.
Bruce Mitchener
2015-04-24
59
-9837
/
+100
*
Factor resolution of abbreviations and aliases so that they can be tested dir...
Adrian McCarthy
2015-04-23
1
-0
/
+3
*
Use the debugginess of the python interpreter when symlinking _lldb.pyd.
Zachary Turner
2015-04-22
1
-2
/
+4
*
Add properties to SBExecutionContext to access the several entities it stores...
Enrico Granata
2015-04-21
1
-0
/
+15
*
Don't use literal slashes when concatenating paths in Python.
Zachary Turner
2015-04-03
1
-38
/
+34
*
Turn off 'quit' confirmation in lldb-mi
Ilia K
2015-03-23
1
-0
/
+6
*
Fix missing interfaces to scripts/Python/interface after r229110, r231858 and...
Ilia K
2015-03-23
3
-1
/
+28
*
Remove non-standard Environment header section
Ed Maste
2015-03-23
2
-10
/
+0
*
Use .so library extension by default if platform is not Windows or Darwin
Ed Maste
2015-03-23
1
-3
/
+3
*
Fix whitespace in finishSwigWrapperClasses.py
Ed Maste
2015-03-23
1
-659
/
+659
*
Fix the clang -Werror build & make the unit tests link under Linux
David Blaikie
2015-03-17
1
-16
/
+10
*
Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.
Siva Chandra
2015-03-16
1
-4
/
+24
*
Strip trailing whitespace from python-wrapper.swig
Ed Maste
2015-03-14
1
-158
/
+158
*
Bulk of the infrastructure work to allow script commands to be backed by obje...
Enrico Granata
2015-03-13
1
-0
/
+78
*
[swig] Fix some typos in the build scripts.
Bruce Mitchener
2015-02-26
2
-3
/
+3
*
[swig] Generate bindings for SBDebugger::*UseColor().
Bruce Mitchener
2015-02-26
1
-0
/
+6
*
Rename the "glob arguments" feature to "shell expand arguments"
Enrico Granata
2015-02-20
1
-2
/
+2
*
Fix make_symlink in case when symlink already exists (after r229517)
Ilia K
2015-02-18
1
-0
/
+2
*
Fix typo in make_symlink after r229517. It fixes symlinks on a UNIX style pla...
Ilia K
2015-02-18
1
-1
/
+0
*
Fix argdumper build in cmake (OS X) after r228636
Ilia K
2015-02-17
2
-127
/
+210
*
Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...
Zachary Turner
2015-02-17
3
-6
/
+64
*
Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...
Zachary Turner
2015-02-17
3
-64
/
+6
*
Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...
Oleksiy Vyalov
2015-02-16
4
-99
/
+115
*
os.remove shouldn't fail, if file doesn't exist
Ismail Pazarbasi
2015-02-15
1
-2
/
+14
*
Fix build: revert r229148 "Fix argdumper build in cmake (OS X) after r228636"...
Ilia K
2015-02-13
2
-194
/
+123
*
Fix build: make_symlink_darwin_debug passes 2 arguments into make_symlink, bu...
Ilia K
2015-02-13
1
-1
/
+1
*
Fix argdumper build in cmake (OS X) after r228636
Ilia K
2015-02-13
2
-123
/
+194
*
Disable a warning for the python modules as the python C API headers
Chandler Carruth
2015-02-13
1
-0
/
+7
*
I had recently added a new SBFrame::GetVariables() overload with yet another ...
Enrico Granata
2015-02-12
3
-6
/
+64
*
Add an -A option to "break set -p" to search all files for matches. Also add...
Jim Ingham
2015-02-12
1
-0
/
+3
*
Introduce the notion of "runtime support values"
Enrico Granata
2015-02-11
2
-0
/
+11
*
Fix the LLDB build under Debian Kfreebsd
Sylvestre Ledru
2015-02-10
1
-2
/
+2
*
And make the globbing behavior available via the SB API
Enrico Granata
2015-02-10
1
-0
/
+6
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
5
-111
/
+136
*
Added remote-build.py and wired it into Xcode for Linux and MacOSX+Linux builds.
Chaoren Lin
2015-02-03
1
-0
/
+300
[next]