summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/python-extensions.swig
Commit message (Expand)AuthorAgeFilesLines
* Add a (Python only) lldb.SBSyntheticValueProvider class to our API surfaceEnrico Granata2014-10-081-0/+24
* Add support for inspecting enum members.Todd Fiala2014-06-021-0/+14
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-9/+0
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-0/+31
* Implemented a types.py module that allows types to be inspected for padding.Greg Clayton2013-06-191-2/+2
* Added a new decorator function in the "lldb" module that can register a comma...Greg Clayton2013-06-191-0/+20
* <rdar://problem/11742979>Enrico Granata2013-05-031-0/+211
* Fixed SBValueList to have a __str__ function like all other SB classes. Previ...Greg Clayton2013-04-111-2/+3
* <rdar://problem/13434476>Enrico Granata2013-03-251-4/+31
* - Masking out SBCommandReturnObject::Printf() from the Python layer because S...Enrico Granata2013-03-251-0/+20
* <rdar://problem/13312903>Enrico Granata2013-03-231-0/+7
* <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata2012-10-101-0/+14
* Silly me! There was a closing ) missing from one of the lines - and Python co...Enrico Granata2012-10-081-1/+1
* Retrying to apply Vishal's patch - hopefully this time it won't break Jason's...Enrico Granata2012-10-081-12/+20
* Revert Vishal's patch that Enrico commited, at least for the weekend. With i...Jason Molenda2012-10-061-20/+11
* patch from Vishal Patel to improve our lldb.value wrapperEnrico Granata2012-10-061-11/+20
* <rdar://problem/12442990> Fix the implementation of lldb.value.__eq__Enrico Granata2012-10-051-1/+9
* Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas2012-08-251-1/+9
* Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas2012-08-221-1/+10
* <rdar://problem/10062621>Enrico Granata2012-02-151-0/+84
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-0/+21
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-55/+79
* Expose more convenience functionality in the python classes.Greg Clayton2012-02-031-0/+22
* When outputting hex values use unsigned integer values so we don't getGreg Clayton2012-02-021-2/+7
* Added a new convenience property on lldb.SBThread names "frames" which always...Greg Clayton2012-02-011-26/+182
* Added a new class to the lldb python module:Greg Clayton2012-02-011-0/+184
* <rdar://problem/10126482>Greg Clayton2011-11-131-0/+14
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-131-2/+2
* Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen2011-09-271-0/+7
* Added the ability to get all section contents, or the sectionGreg Clayton2011-09-241-0/+7
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-0/+7
* Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen2011-04-251-1/+1
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-2/+2
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-1/+1
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-0/+14
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-0/+135
OpenPOWER on IntegriCloud