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
...
*
Change lldb.value.__int__() so that it takes into account the signedness of t...
Enrico Granata
2016-02-10
1
-3
/
+48
*
Add a note on how to create an empty target and use it to attach to
Jim Ingham
2016-02-01
1
-0
/
+10
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
4
-152
/
+0
*
modify Xcode build to use cmake/ninja for internal llvm/clang
Todd Fiala
2016-01-28
4
-408
/
+481
*
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
Bhushan D. Attarde
2016-01-27
1
-0
/
+3
*
Fix some issues with bytes and strings in Python 3.
Zachary Turner
2016-01-25
2
-4
/
+9
*
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
2
-6
/
+12
*
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
*
Add API to support retrieving the formatters category for a specific language
Enrico Granata
2015-12-18
1
-0
/
+3
*
Change finishSwigPythonLLDB.py to copy six.py instead of simlink it
Ted Woodward
2015-12-11
1
-11
/
+26
*
Make it clear how you would get the pointee out of an SBValue with
Jim Ingham
2015-12-04
1
-0
/
+5
*
Add documentation for SBTarget::CreateValueFromAddress.
Jim Ingham
2015-12-04
1
-0
/
+18
*
Use sub-commands instead of --mode={client,server}.
Zachary Turner
2015-12-02
3
-37
/
+40
*
Unpack the output on the client, completing the cycle.
Zachary Turner
2015-11-30
4
-39
/
+89
*
Have swig_bot actually run swig, and send back the output.
Zachary Turner
2015-11-30
4
-36
/
+74
*
Be *stupider* about what constitutes a supported language binding.
Zachary Turner
2015-11-25
2
-29
/
+2
*
Another hack to fix the build bot.
Zachary Turner
2015-11-24
1
-1
/
+1
*
Fix build after swig_bot_lib changes.
Zachary Turner
2015-11-24
1
-1
/
+1
*
swig-bot - Close the socket when shutting down.
Zachary Turner
2015-11-24
1
-5
/
+10
*
Include config settings in the archive, and extract on the remote.
Zachary Turner
2015-11-24
4
-6
/
+81
*
Make swig_bot server support Ctrl+C
Zachary Turner
2015-11-24
2
-10
/
+21
*
swig_bot remote path connection / preliminary implementation.
Zachary Turner
2015-11-24
4
-24
/
+253
*
First implementation of swig_bot.py
Zachary Turner
2015-11-24
5
-0
/
+183
*
Create `lldbsuite.support.fs` and move `find_executable` there.
Zachary Turner
2015-11-21
1
-58
/
+9
*
Enable saving of mini dumps with lldb process save-core.
Adrian McCarthy
2015-11-20
1
-0
/
+3
*
Revert "FOO"
Adrian McCarthy
2015-11-20
1
-3
/
+0
*
FOO
Adrian McCarthy
2015-11-20
1
-0
/
+3
*
Remove `lldb.root` and just look for the file we care about.
Zachary Turner
2015-11-20
2
-2
/
+2
*
Revert "prepare_bindings.py: enable static bindings"
Todd Fiala
2015-11-19
4
-83995
/
+19
*
Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classes
Todd Fiala
2015-11-18
3
-1234
/
+1
*
Remove the scripts/Python/build-swig-Python.sh script.
Todd Fiala
2015-11-18
1
-378
/
+0
*
remove defunct scripts/build-swig-wrapper-classes.sh; switch autoconf build t...
Todd Fiala
2015-11-18
1
-151
/
+0
*
Fix some issues with swig & string conversion.
Zachary Turner
2015-11-18
1
-5
/
+16
*
Switched cmake build from using buildSwigWrapperClases.py to the cleaned up v...
Todd Fiala
2015-11-18
1
-1
/
+2
*
prepare_bindings.py: enable static bindings
Todd Fiala
2015-11-18
4
-19
/
+83995
*
Added --find-swig option to allow searching for swig in path or other likely ...
Todd Fiala
2015-11-17
1
-0
/
+76
*
Add Pythonic language binding wrapper generation script.
Todd Fiala
2015-11-17
2
-0
/
+631
*
Add the ability (through the SB API & command line) to specify an address
Jim Ingham
2015-11-17
1
-0
/
+3
*
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
2
-1
/
+2
[prev]
[next]