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
/
python-wrapper.swig
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a feature where a string data formatter can now be partially composed of ...
Enrico Granata
2014-10-28
1
-0
/
+38
*
Remove unnecessary update of 'name' local.
Jason Molenda
2014-10-16
1
-1
/
+0
*
Extend synthetic children to produce synthetic values (as in, those that GetV...
Enrico Granata
2014-10-08
1
-0
/
+28
*
Allow Python commands to optionally take an SBExecutionContext argument in ca...
Enrico Granata
2014-10-01
1
-2
/
+9
*
Add an accessor to PyCallable that allows one to determine the count of argum...
Enrico Granata
2014-10-01
1
-1
/
+26
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-0
/
+112
*
Make sure we don't try to print the SystemExit exception, or we will cause th...
Enrico Granata
2014-02-18
1
-1
/
+1
*
<rdar://problem/15936507>
Enrico Granata
2014-01-29
1
-0
/
+1
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-52
/
+1
*
Adding a document that describes the architecture of data formatters. Suggest...
Enrico Granata
2013-12-26
1
-3
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-3
/
+3
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-3
/
+3
*
<rdar://problem/14972424>
Greg Clayton
2013-10-15
1
-1
/
+1
*
Add the capability for LLDB to query an arbitrary Python module (passed in as...
Enrico Granata
2013-10-14
1
-0
/
+24
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
1
-998
/
+998
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+13
*
Second attempt at getting the PyCallable changes in trunk
Enrico Granata
2013-07-09
1
-1403
/
+985
*
Revert commits that cause broken builds on GCC buildbots
Daniel Malea
2013-07-03
1
-329
/
+757
*
<rdar://problem/14309010>
Enrico Granata
2013-06-28
1
-1
/
+2
*
<rdar://problem/14266411>
Enrico Granata
2013-06-25
1
-22
/
+3
*
Lots of cleanup on the SWIG wrapping layer
Enrico Granata
2013-06-21
1
-746
/
+336
*
Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...
Enrico Granata
2013-06-21
1
-18
/
+18
*
In thread and frame format strings, it is now allowed to use Python functions...
Enrico Granata
2013-06-20
1
-0
/
+344
*
Making our Python decrefs NULL-safe
Enrico Granata
2013-06-11
1
-17
/
+17
*
<rdar://problem/13759177>
Enrico Granata
2013-06-11
1
-1
/
+7
*
This checkin enables Python summaries to return any string-convertible object
Enrico Granata
2013-05-30
1
-2
/
+12
*
<rdar://problem/13883385>
Enrico Granata
2013-05-15
1
-0
/
+4
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Remove std::string input arguments and replace with "const char *".
Greg Clayton
2013-01-16
1
-9
/
+12
*
Match extern "C" in declaration and definition (swig template)
Daniel Malea
2012-11-29
1
-0
/
+8
*
<rdar://problem/12523238> Commit 1 of 3
Enrico Granata
2012-10-23
1
-65
/
+97
*
<rdar://problem/12437442>
Enrico Granata
2012-10-22
1
-0
/
+1
*
Fixing a potential control may reach end of non-void function issue
Enrico Granata
2012-08-27
1
-0
/
+1
*
Added SBDebugger's log callbacks to Python-land
Filipe Cabecinhas
2012-08-25
1
-28
/
+42
*
Fixing a bunch of issues with the OS plugin code
Enrico Granata
2012-08-24
1
-1
/
+1
*
Adding bindings to the Script Interpreter for some basic Python OS plugin fun...
Enrico Granata
2012-08-24
1
-0
/
+97
*
Fixed a Linux building bug pointed out by Daniel Malea.
Filipe Cabecinhas
2012-08-22
1
-1
/
+1
*
Added a typemap and wrappers for SBInputReader callbacks
Filipe Cabecinhas
2012-08-22
1
-0
/
+56
*
rdar://problem/11457143 [ER] need "watchpoint command ..."
Johnny Chen
2012-08-09
1
-0
/
+79
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-5
/
+13
*
This commit:
Enrico Granata
2012-02-29
1
-91
/
+65
*
Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue...
Johnny Chen
2011-12-14
1
-1
/
+1
*
http://llvm.org/bugs/show_bug.cgi?id=11569
Johnny Chen
2011-12-14
1
-2
/
+4
*
this patch introduces a new command script import command which takes as inpu...
Enrico Granata
2011-10-17
1
-1
/
+83
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-1
/
+1
*
Additional code cleanups ; Short option name for --python-script in type summ...
Enrico Granata
2011-08-23
1
-2
/
+0
*
- Support for Python namespaces:
Enrico Granata
2011-08-22
1
-206
/
+133
*
Further fix for SWIG interoperability; making sure the Release() method of SB...
Enrico Granata
2011-08-20
1
-13
/
+30
*
Fixed some SWIG interoperability issues
Enrico Granata
2011-08-19
1
-13
/
+26
*
Taking care of an issue with using lldb_private types in SBCommandInterpreter...
Enrico Granata
2011-08-19
1
-2
/
+2
[next]