aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-wrapper.swig
AgeCommit message (Expand)AuthorFilesLines
2012-10-22<rdar://problem/12437442>Enrico Granata1-0/+1
2012-08-27Fixing a potential control may reach end of non-void function issueEnrico Granata1-0/+1
2012-08-25Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas1-28/+42
2012-08-24Fixing a bunch of issues with the OS plugin codeEnrico Granata1-1/+1
2012-08-24Adding bindings to the Script Interpreter for some basic Python OS plugin fun...Enrico Granata1-0/+97
2012-08-22Fixed a Linux building bug pointed out by Daniel Malea.Filipe Cabecinhas1-1/+1
2012-08-22Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas1-0/+56
2012-08-09rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen1-0/+79
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata1-5/+13
2012-02-29This commit:Enrico Granata1-91/+65
2011-12-14Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue...Johnny Chen1-1/+1
2011-12-14http://llvm.org/bugs/show_bug.cgi?id=11569Johnny Chen1-2/+4
2011-10-17this patch introduces a new command script import command which takes as inpu...Enrico Granata1-1/+83
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata1-1/+1
2011-08-23Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata1-2/+0
2011-08-22- Support for Python namespaces:Enrico Granata1-206/+133
2011-08-20Further fix for SWIG interoperability; making sure the Release() method of SB...Enrico Granata1-13/+30
2011-08-19Fixed some SWIG interoperability issuesEnrico Granata1-13/+26
2011-08-19Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata1-2/+2
2011-08-16Changes to Python commands:Enrico Granata1-4/+6
2011-08-16Python commands:Enrico Granata1-0/+140
2011-08-11Fixed an issue where LLDB was complaining about the lack of 'update' in a syn...Enrico Granata1-0/+15
2011-07-26adding required utility function to SWIG interfaceEnrico Granata1-0/+43
2011-07-26lldb.swig (the SWIG input file) has become too large. Modularize a bit by in...Johnny Chen1-0/+527