summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBValue.i
Commit message (Expand)AuthorAgeFilesLines
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-28/+28
* Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata2012-02-171-0/+12
* Expose more convenience functionality in the python classes.Greg Clayton2012-02-031-0/+13
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-291-0/+76
* Add needed Clear methods.Jim Ingham2011-12-191-0/+3
* Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham2011-12-081-0/+9
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-0/+8
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-131-0/+6
* Added the ability to introspect types thourgh the public SBType interface.Greg Clayton2011-09-091-7/+7
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-1/+54
* APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata2011-08-041-1/+7
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-32/+6
* Public API changes:Enrico Granata2011-07-291-1/+30
* Add deprecation docstrings for some APIs which take an SBFrame - SBValues kno...Johnny Chen2011-07-271-7/+18
* Add cross references between the docstrings for regular SBValue iteration:Johnny Chen2011-07-251-1/+5
* Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen2011-07-181-3/+2
* Fix header documentations.Johnny Chen2011-07-181-1/+1
* Add two new interface files SBValue.i and SBValueList.i, instead of directly ...Johnny Chen2011-07-181-0/+265
OpenPOWER on IntegriCloud