summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/python-wrapper.swig
Commit message (Expand)AuthorAgeFilesLines
...
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+13
* Second attempt at getting the PyCallable changes in trunkEnrico Granata2013-07-091-1403/+985
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-031-329/+757
* <rdar://problem/14309010>Enrico Granata2013-06-281-1/+2
* <rdar://problem/14266411>Enrico Granata2013-06-251-22/+3
* Lots of cleanup on the SWIG wrapping layerEnrico Granata2013-06-211-746/+336
* Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...Enrico Granata2013-06-211-18/+18
* In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata2013-06-201-0/+344
* Making our Python decrefs NULL-safeEnrico Granata2013-06-111-17/+17
* <rdar://problem/13759177>Enrico Granata2013-06-111-1/+7
* This checkin enables Python summaries to return any string-convertible objectEnrico Granata2013-05-301-2/+12
* <rdar://problem/13883385>Enrico Granata2013-05-151-0/+4
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* Remove std::string input arguments and replace with "const char *".Greg Clayton2013-01-161-9/+12
* Match extern "C" in declaration and definition (swig template)Daniel Malea2012-11-291-0/+8
* <rdar://problem/12523238> Commit 1 of 3Enrico Granata2012-10-231-65/+97
* <rdar://problem/12437442>Enrico Granata2012-10-221-0/+1
* Fixing a potential control may reach end of non-void function issueEnrico Granata2012-08-271-0/+1
* Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas2012-08-251-28/+42
* Fixing a bunch of issues with the OS plugin codeEnrico Granata2012-08-241-1/+1
* Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata2012-08-241-0/+97
* Fixed a Linux building bug pointed out by Daniel Malea.Filipe Cabecinhas2012-08-221-1/+1
* Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas2012-08-221-0/+56
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-0/+79
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-5/+13
* This commit:Enrico Granata2012-02-291-91/+65
* Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue...Johnny Chen2011-12-141-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=11569Johnny Chen2011-12-141-2/+4
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-1/+83
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-1/+1
* Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata2011-08-231-2/+0
* - Support for Python namespaces:Enrico Granata2011-08-221-206/+133
* Further fix for SWIG interoperability; making sure the Release() method of SB...Enrico Granata2011-08-201-13/+30
* Fixed some SWIG interoperability issuesEnrico Granata2011-08-191-13/+26
* Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata2011-08-191-2/+2
* Changes to Python commands:Enrico Granata2011-08-161-4/+6
* Python commands:Enrico Granata2011-08-161-0/+140
* Fixed an issue where LLDB was complaining about the lack of 'update' in a syn...Enrico Granata2011-08-111-0/+15
* adding required utility function to SWIG interfaceEnrico Granata2011-07-261-0/+43
* lldb.swig (the SWIG input file) has become too large. Modularize a bit by in...Johnny Chen2011-07-261-0/+527
OpenPOWER on IntegriCloud