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
/
source
/
Core
/
ValueObjectDynamicValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...
Enrico Granata
2012-05-08
1
-0
/
+36
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-7
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-3
/
+3
*
Added support for looking up the complete type for
Sean Callanan
2012-02-22
1
-4
/
+4
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-4
/
+5
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-0
/
+8
*
Fixed casting in the lldb::SBValue::Cast(SBType) function.
Greg Clayton
2012-02-03
1
-0
/
+101
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-4
/
+4
*
Fixed an issue where the KVO swizzled type would be returned as the dynamic t...
Enrico Granata
2011-08-03
1
-1
/
+1
*
bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as ...
Enrico Granata
2011-08-02
1
-0
/
+1
*
Fixed a bug where a variable could not be formatted in a summary if its datat...
Enrico Granata
2011-08-02
1
-4
/
+4
*
Public API changes:
Enrico Granata
2011-07-29
1
-3
/
+3
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-2
/
+2
*
several improvements to "type summary":
Enrico Granata
2011-07-02
1
-1
/
+1
*
Centralize all of the type name code so that we always strip the leading
Greg Clayton
2011-06-30
1
-1
/
+1
*
Fix dynamic value objects to do the right thing when the
Greg Clayton
2011-05-31
1
-17
/
+8
*
lldb-59.
Greg Clayton
2011-05-30
1
-0
/
+3
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-5
/
+14
*
Adding support for fetching the Dynamic Value for ObjC Objects.
Jim Ingham
2011-05-02
1
-4
/
+11
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
1
-8
/
+0
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-0
/
+254