index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
scripts
/
Python
/
interface
/
SBValue.i
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle APIs around a little bit, so that if you pass custom summary options,...
Enrico Granata
2014-11-18
1
-1
/
+2
*
Introduce the notion of "type summary options" as flags that can be passed do...
Enrico Granata
2014-11-06
1
-0
/
+3
*
Expose the ability to retrieve the result of a type validator via the SB API....
Enrico Granata
2014-09-06
1
-0
/
+3
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-3
/
+3
*
Introduce the concept of a "display name" for types
Enrico Granata
2014-05-17
1
-0
/
+3
*
Make sure we expose SetData() through the Python
Sean Callanan
2013-04-13
1
-0
/
+3
*
<rdar://problem/12493007>
Greg Clayton
2012-10-23
1
-0
/
+3
*
<rdar://problem/12437442>
Enrico Granata
2012-10-22
1
-0
/
+15
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-0
/
+3
*
<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...
Enrico Granata
2012-10-10
1
-0
/
+3
*
Added documentation for many of our python properties and also made the prope...
Greg Clayton
2012-06-29
1
-26
/
+26
*
rdar://problem/11584012
Johnny Chen
2012-06-04
1
-2
/
+2
*
<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...
Enrico Granata
2012-05-08
1
-0
/
+3
*
Added a property to get the dynamic type which uses the most permissive way t...
Greg Clayton
2012-04-11
1
-2
/
+8
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-28
/
+28
*
Adding formatters for several useful Objective-C/Cocoa data types. The new ca...
Enrico Granata
2012-02-17
1
-0
/
+12
*
Expose more convenience functionality in the python classes.
Greg Clayton
2012-02-03
1
-0
/
+13
*
Added the ability to get the target triple, byte order and address byte size
Greg Clayton
2012-01-29
1
-0
/
+76
*
Add needed Clear methods.
Jim Ingham
2011-12-19
1
-0
/
+3
*
Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.
Jim Ingham
2011-12-08
1
-0
/
+9
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-0
/
+8
*
Cleaned up the SBWatchpoint public API.
Greg Clayton
2011-10-13
1
-0
/
+6
*
Added the ability to introspect types thourgh the public SBType interface.
Greg Clayton
2011-09-09
1
-7
/
+7
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-1
/
+54
*
APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...
Enrico Granata
2011-08-04
1
-1
/
+7
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
1
-32
/
+6
*
Public API changes:
Enrico Granata
2011-07-29
1
-1
/
+30
*
Add deprecation docstrings for some APIs which take an SBFrame - SBValues kno...
Johnny Chen
2011-07-27
1
-7
/
+18
*
Add cross references between the docstrings for regular SBValue iteration:
Johnny Chen
2011-07-25
1
-1
/
+5
*
Add SWIG Python interface files for SBProcess, SBThread, and SBFrame.
Johnny Chen
2011-07-18
1
-3
/
+2
*
Fix header documentations.
Johnny Chen
2011-07-18
1
-1
/
+1
*
Add two new interface files SBValue.i and SBValueList.i, instead of directly ...
Johnny Chen
2011-07-18
1
-0
/
+265