summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/python-wrapper.swig
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata2016-06-241-1/+1
* Delete `PyObjectToString` and use `PythonObject::Str()`.Zachary Turner2015-11-131-43/+12
* Finish PyCallable -> PythonCallable conversion.Zachary Turner2015-11-121-258/+88
* Fix non-Windows build after r252906.Zachary Turner2015-11-121-1/+1
* Begin converting uses of PyCallable to PythonCallable.Zachary Turner2015-11-121-213/+157
* Remove `FindSessionDictionary` and rely on PythonDataObjects.Zachary Turner2015-11-111-190/+140
* Convert python-wrapper.swig to use PythonDataObjects.Zachary Turner2015-11-111-99/+43
* Use PythonDataObjects in swig helper functions.Zachary Turner2015-11-091-31/+31
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-6/+27
* [LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.Siva Chandra2015-06-251-2/+0
* Fix the clang -Werror build & make the unit tests link under LinuxDavid Blaikie2015-03-171-16/+10
* Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra2015-03-161-4/+24
* Strip trailing whitespace from python-wrapper.swigEd Maste2015-03-141-158/+158
* Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata2015-03-131-0/+78
* Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata2014-11-221-1/+10
* Add a feature where a string data formatter can now be partially composed of ...Enrico Granata2014-10-281-0/+38
* Remove unnecessary update of 'name' local.Jason Molenda2014-10-161-1/+0
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-0/+28
* Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata2014-10-011-2/+9
* Add an accessor to PyCallable that allows one to determine the count of argum...Enrico Granata2014-10-011-1/+26
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-0/+112
* Make sure we don't try to print the SystemExit exception, or we will cause th...Enrico Granata2014-02-181-1/+1
* <rdar://problem/15936507>Enrico Granata2014-01-291-0/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-52/+1
* Adding a document that describes the architecture of data formatters. Suggest...Enrico Granata2013-12-261-3/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* <rdar://problem/14972424>Greg Clayton2013-10-151-1/+1
* Add the capability for LLDB to query an arbitrary Python module (passed in as...Enrico Granata2013-10-141-0/+24
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-998/+998
* 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
OpenPOWER on IntegriCloud