summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-wrapper.swig
AgeCommit message (Expand)Author
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-07-09Second attempt at getting the PyCallable changes in trunkEnrico Granata
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea
2013-06-28<rdar://problem/14309010>Enrico Granata
2013-06-25<rdar://problem/14266411>Enrico Granata
2013-06-21Lots of cleanup on the SWIG wrapping layerEnrico Granata
2013-06-21Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...Enrico Granata
2013-06-20In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata
2013-06-11Making our Python decrefs NULL-safeEnrico Granata
2013-06-11<rdar://problem/13759177>Enrico Granata
2013-05-30This checkin enables Python summaries to return any string-convertible objectEnrico Granata
2013-05-15<rdar://problem/13883385>Enrico Granata
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-01-16Remove std::string input arguments and replace with "const char *".Greg Clayton
2012-11-29Match extern "C" in declaration and definition (swig template)Daniel Malea
2012-10-23<rdar://problem/12523238> Commit 1 of 3Enrico Granata
2012-10-22<rdar://problem/12437442>Enrico Granata
2012-08-27Fixing a potential control may reach end of non-void function issueEnrico Granata
2012-08-25Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas
2012-08-24Fixing a bunch of issues with the OS plugin codeEnrico Granata
2012-08-24Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata
2012-08-22Fixed a Linux building bug pointed out by Daniel Malea.Filipe Cabecinhas
2012-08-22Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas
2012-08-09rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata
2012-02-29This commit:Enrico Granata
2011-12-14Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue...Johnny Chen
2011-12-14http://llvm.org/bugs/show_bug.cgi?id=11569Johnny Chen
2011-10-17this patch introduces a new command script import command which takes as inpu...Enrico Granata
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-08-23Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata
2011-08-22- Support for Python namespaces:Enrico Granata
2011-08-20Further fix for SWIG interoperability; making sure the Release() method of SB...Enrico Granata
2011-08-19Fixed some SWIG interoperability issuesEnrico Granata
2011-08-19Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata
2011-08-16Changes to Python commands:Enrico Granata
2011-08-16Python commands:Enrico Granata
2011-08-11Fixed an issue where LLDB was complaining about the lack of 'update' in a syn...Enrico Granata
2011-07-26adding required utility function to SWIG interfaceEnrico Granata
2011-07-26lldb.swig (the SWIG input file) has become too large. Modularize a bit by in...Johnny Chen