summaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-wrapper.swig
AgeCommit message (Expand)Author
2020-01-09[lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna
2019-10-27[LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-19convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna
2019-10-04[lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil
2019-10-04[lldb] Fix typo in r373675Sam McCall
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham
2019-09-28Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham
2019-01-09[Python] Update PyString_FromString() to work for python 2 and 3.Davide Italiano
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
2017-06-21Fix a python object leak in SWIG glue.Zachary Turner
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata
2015-11-13Delete `PyObjectToString` and use `PythonObject::Str()`.Zachary Turner
2015-11-12Finish PyCallable -> PythonCallable conversion.Zachary Turner
2015-11-12Fix non-Windows build after r252906.Zachary Turner
2015-11-12Begin converting uses of PyCallable to PythonCallable.Zachary Turner
2015-11-11Remove `FindSessionDictionary` and rely on PythonDataObjects.Zachary Turner
2015-11-11Convert python-wrapper.swig to use PythonDataObjects.Zachary Turner
2015-11-09Use PythonDataObjects in swig helper functions.Zachary Turner
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra
2015-06-25[LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.Siva Chandra
2015-03-17Fix the clang -Werror build & make the unit tests link under LinuxDavid Blaikie
2015-03-16Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra
2015-03-14Strip trailing whitespace from python-wrapper.swigEd Maste
2015-03-13Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata
2014-11-22Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata
2014-10-28Add a feature where a string data formatter can now be partially composed of ...Enrico Granata
2014-10-16Remove unnecessary update of 'name' local.Jason Molenda
2014-10-08Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata
2014-10-01Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata
2014-10-01Add an accessor to PyCallable that allows one to determine the count of argum...Enrico Granata
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham
2014-02-18Make sure we don't try to print the SystemExit exception, or we will cause th...Enrico Granata
2014-01-29<rdar://problem/15936507>Enrico Granata
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-12-26Adding a document that describes the architecture of data formatters. Suggest...Enrico Granata
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-15<rdar://problem/14972424>Greg Clayton
2013-10-14Add the capability for LLDB to query an arbitrary Python module (passed in as...Enrico Granata
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger