aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface/SBValue.i
AgeCommit message (Expand)AuthorFilesLines
2014-07-01Fix typos.Bruce Mitchener1-3/+3
2014-05-17Introduce the concept of a "display name" for typesEnrico Granata1-0/+3
2013-04-13Make sure we expose SetData() through the PythonSean Callanan1-0/+3
2012-10-23<rdar://problem/12493007>Greg Clayton1-0/+3
2012-10-22<rdar://problem/12437442>Enrico Granata1-0/+15
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham1-0/+3
2012-10-10<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata1-0/+3
2012-06-29Added documentation for many of our python properties and also made the prope...Greg Clayton1-26/+26
2012-06-04rdar://problem/11584012Johnny Chen1-2/+2
2012-05-08<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...Enrico Granata1-0/+3
2012-04-11Added a property to get the dynamic type which uses the most permissive way t...Greg Clayton1-2/+8
2012-03-27Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata1-28/+28
2012-02-17Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata1-0/+12
2012-02-03Expose more convenience functionality in the python classes.Greg Clayton1-0/+13
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton1-0/+76
2011-12-19Add needed Clear methods.Jim Ingham1-0/+3
2011-12-08Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham1-0/+9
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen1-0/+8
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton1-0/+6
2011-09-09Added the ability to introspect types thourgh the public SBType interface.Greg Clayton1-7/+7
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata1-1/+54
2011-08-04APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...Enrico Granata1-1/+7
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton1-32/+6
2011-07-29Public API changes:Enrico Granata1-1/+30
2011-07-27Add deprecation docstrings for some APIs which take an SBFrame - SBValues kno...Johnny Chen1-7/+18
2011-07-25Add cross references between the docstrings for regular SBValue iteration:Johnny Chen1-1/+5
2011-07-18Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.Johnny Chen1-3/+2
2011-07-18Fix header documentations.Johnny Chen1-1/+1
2011-07-18Add two new interface files SBValue.i and SBValueList.i, instead of directly ...Johnny Chen1-0/+265