aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-extensions.swig
AgeCommit message (Expand)AuthorFilesLines
2020-01-09[lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere1-592/+0
2020-01-08[lldb/SWIG] Refactor extensions to be non Python-specific (3/3)Jonas Devlieghere1-253/+4
2020-01-08[lldb/SWIG] Refactor extensions to be non Python-specific (2/2)Jonas Devlieghere1-272/+4
2020-01-08[lldb/SWIG] Refactor extensions to be non Python-specificJonas Devlieghere1-13/+0
2020-01-07Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget.""Jonas Devlieghere1-0/+12
2020-01-07Re-land "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere1-12/+0
2020-01-07Revert "[lldb/Lua] Add string conversion operator for SBTarget."Jonas Devlieghere1-0/+12
2020-01-07[lldb/Lua] Add string conversion operator for SBTarget.Jonas Devlieghere1-12/+0
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna1-164/+41
2019-09-04[Python] Implement __next__ for value_iterJonas Devlieghere1-1/+4
2019-09-04[Python] Implement truth testing for lldb.valueJonas Devlieghere1-0/+3
2019-09-04[Python] Fix whitespace before making changes (NFC)Jonas Devlieghere1-164/+164
2018-09-05Hold GIL while allocating memory for PythonString.Tatyana Krasnukha1-0/+82
2018-07-04Fix and simplify lldb.command decoratorDave Lee1-19/+8
2017-09-14Make breakpoint names real entities.Jim Ingham1-0/+15
2016-06-24Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton1-0/+16
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata1-4/+9
2016-02-10Change lldb.value.__int__() so that it takes into account the signedness of t...Enrico Granata1-3/+48
2015-12-18__ne__ is the actual Python operator; __neq__ is a typoEnrico Granata1-1/+1
2015-11-10Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton1-0/+14
2015-10-14Change swig interface files to use PythonDataObjects.Zachary Turner1-76/+76
2014-10-08Add a (Python only) lldb.SBSyntheticValueProvider class to our API surfaceEnrico Granata1-0/+24
2014-06-02Add support for inspecting enum members.Todd Fiala1-0/+14
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-9/+0
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton1-0/+31
2013-06-19Implemented a types.py module that allows types to be inspected for padding.Greg Clayton1-2/+2
2013-06-19Added a new decorator function in the "lldb" module that can register a comma...Greg Clayton1-0/+20
2013-05-03<rdar://problem/11742979>Enrico Granata1-0/+211
2013-04-11Fixed SBValueList to have a __str__ function like all other SB classes. Previ...Greg Clayton1-2/+3
2013-03-25<rdar://problem/13434476>Enrico Granata1-4/+31
2013-03-25- Masking out SBCommandReturnObject::Printf() from the Python layer because S...Enrico Granata1-0/+20
2013-03-23<rdar://problem/13312903>Enrico Granata1-0/+7
2012-10-10<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata1-0/+14
2012-10-08Silly me! There was a closing ) missing from one of the lines - and Python co...Enrico Granata1-1/+1
2012-10-08Retrying to apply Vishal's patch - hopefully this time it won't break Jason's...Enrico Granata1-12/+20
2012-10-06Revert Vishal's patch that Enrico commited, at least for the weekend. With i...Jason Molenda1-20/+11
2012-10-06patch from Vishal Patel to improve our lldb.value wrapperEnrico Granata1-11/+20
2012-10-05<rdar://problem/12442990> Fix the implementation of lldb.value.__eq__Enrico Granata1-1/+9
2012-08-25Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas1-1/+9
2012-08-22Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas1-1/+10
2012-02-15<rdar://problem/10062621>Enrico Granata1-0/+84
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton1-0/+21
2012-02-04Convert all python objects in our API to use overload the __str__ methodGreg Clayton1-55/+79
2012-02-03Expose more convenience functionality in the python classes.Greg Clayton1-0/+22
2012-02-02When outputting hex values use unsigned integer values so we don't getGreg Clayton1-2/+7
2012-02-01Added a new convenience property on lldb.SBThread names "frames" which always...Greg Clayton1-26/+182
2012-02-01Added a new class to the lldb python module:Greg Clayton1-0/+184
2011-11-13<rdar://problem/10126482>Greg Clayton1-0/+14
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton1-2/+2
2011-09-27Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen1-0/+7