summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/python-extensions.swig
Commit message (Expand)AuthorAgeFilesLines
* <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