aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-wrapper.swig
AgeCommit message (Expand)AuthorFilesLines
2020-01-09[lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere1-1074/+0
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna1-4/+16
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna1-20/+22
2019-10-27[LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna1-5/+11
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham1-2/+15
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna1-43/+0
2019-10-19convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna1-5/+10
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna1-4/+8
2019-10-04[lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil1-28/+2
2019-10-04[lldb] Fix typo in r373675Sam McCall1-1/+1
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham1-1/+18
2019-09-28Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham1-1/+5
2019-01-09[Python] Update PyString_FromString() to work for python 2 and 3.Davide Italiano1-1/+3
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek1-0/+46
2018-10-31Revert r345686 due to build failuresKuba Mracek1-46/+0
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek1-0/+46
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek1-46/+0
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek1-0/+46
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham1-0/+95
2017-06-21Fix a python object leak in SWIG glue.Zachary Turner1-1/+2
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata1-1/+1
2015-11-13Delete `PyObjectToString` and use `PythonObject::Str()`.Zachary Turner1-43/+12
2015-11-12Finish PyCallable -> PythonCallable conversion.Zachary Turner1-258/+88
2015-11-12Fix non-Windows build after r252906.Zachary Turner1-1/+1
2015-11-12Begin converting uses of PyCallable to PythonCallable.Zachary Turner1-213/+157
2015-11-11Remove `FindSessionDictionary` and rely on PythonDataObjects.Zachary Turner1-190/+140
2015-11-11Convert python-wrapper.swig to use PythonDataObjects.Zachary Turner1-99/+43
2015-11-09Use PythonDataObjects in swig helper functions.Zachary Turner1-31/+31
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra1-6/+27
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