summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBValue.i
Commit message (Expand)AuthorAgeFilesLines
* Shuffle APIs around a little bit, so that if you pass custom summary options,...Enrico Granata2014-11-181-1/+2
* Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2014-11-061-0/+3
* Expose the ability to retrieve the result of a type validator via the SB API....Enrico Granata2014-09-061-0/+3
* Fix typos.Bruce Mitchener2014-07-011-3/+3
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-0/+3
* Make sure we expose SetData() through the PythonSean Callanan2013-04-131-0/+3
* <rdar://problem/12493007>Greg Clayton2012-10-231-0/+3
* <rdar://problem/12437442>Enrico Granata2012-10-221-0/+15
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-0/+3
* <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata2012-10-101-0/+3
* Added documentation for many of our python properties and also made the prope...Greg Clayton2012-06-291-26/+26
* rdar://problem/11584012Johnny Chen2012-06-041-2/+2
* <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata2012-05-081-0/+3
* Added a property to get the dynamic type which uses the most permissive way t...Greg Clayton2012-04-111-2/+8
* 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