aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-wrapper.swig
AgeCommit message (Expand)AuthorFilesLines
2015-06-25[LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.Siva Chandra1-2/+0
2015-03-17Fix the clang -Werror build & make the unit tests link under LinuxDavid Blaikie1-16/+10
2015-03-16Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra1-4/+24
2015-03-14Strip trailing whitespace from python-wrapper.swigEd Maste1-158/+158
2015-03-13Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata1-0/+78
2014-11-22Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata1-1/+10
2014-10-28Add a feature where a string data formatter can now be partially composed of ...Enrico Granata1-0/+38
2014-10-16Remove unnecessary update of 'name' local.Jason Molenda1-1/+0
2014-10-08Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata1-0/+28
2014-10-01Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata1-2/+9
2014-10-01Add an accessor to PyCallable that allows one to determine the count of argum...Enrico Granata1-1/+26
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham1-0/+112
2014-02-18Make sure we don't try to print the SystemExit exception, or we will cause th...Enrico Granata1-1/+1
2014-01-29<rdar://problem/15936507>Enrico Granata1-0/+1
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-52/+1
2013-12-26Adding a document that describes the architecture of data formatters. Suggest...Enrico Granata1-3/+1
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-3/+3
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-3/+3
2013-10-15<rdar://problem/14972424>Greg Clayton1-1/+1
2013-10-14Add the capability for LLDB to query an arbitrary Python module (passed in as...Enrico Granata1-0/+24
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger1-998/+998
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-0/+13
2013-07-09Second attempt at getting the PyCallable changes in trunkEnrico Granata1-1403/+985
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea1-329/+757
2013-06-28<rdar://problem/14309010>Enrico Granata1-1/+2
2013-06-25<rdar://problem/14266411>Enrico Granata1-22/+3
2013-06-21Lots of cleanup on the SWIG wrapping layerEnrico Granata1-746/+336
2013-06-21Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...Enrico Granata1-18/+18
2013-06-20In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata1-0/+344
2013-06-11Making our Python decrefs NULL-safeEnrico Granata1-17/+17
2013-06-11<rdar://problem/13759177>Enrico Granata1-1/+7
2013-05-30This checkin enables Python summaries to return any string-convertible objectEnrico Granata1-2/+12
2013-05-15<rdar://problem/13883385>Enrico Granata1-0/+4
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton1-2/+2
2013-01-16Remove std::string input arguments and replace with "const char *".Greg Clayton1-9/+12
2012-11-29Match extern "C" in declaration and definition (swig template)Daniel Malea1-0/+8
2012-10-23<rdar://problem/12523238> Commit 1 of 3Enrico Granata1-65/+97
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