aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-extensions.swig
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-24Added the ability to get all section contents, or the sectionGreg Clayton1-0/+7
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata1-0/+7
2011-04-25Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen1-1/+1
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice1-2/+2
2010-10-07Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton1-1/+1
2010-10-06Added the ability to get the disassembly instructions from the function andGreg Clayton1-0/+14
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice1-0/+135