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
/
ValueObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/12639506>
Enrico Granata
2012-12-11
1
-2
/
+2
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-2
/
+2
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-8
/
+0
*
<rdar://problem/12560257>
Greg Clayton
2012-12-06
1
-2
/
+2
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Path from Ashok Thirumurthi:
Greg Clayton
2012-10-30
1
-3
/
+7
*
Moving ValueObjectCast over to its own .h/.cpp files instead of sharing Value...
Enrico Granata
2012-10-27
1
-0
/
+1
*
Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropria...
Enrico Granata
2012-10-24
1
-2
/
+2
*
Fixing a compiler warning about has_children being used before being initialized
Enrico Granata
2012-10-23
1
-1
/
+1
*
<rdar://problem/12493007>
Greg Clayton
2012-10-23
1
-0
/
+24
*
<rdar://problem/12437442>
Enrico Granata
2012-10-22
1
-1
/
+13
*
Improvements to the data formatters logging - plus, new log messages when our...
Enrico Granata
2012-10-17
1
-1
/
+2
*
<rdar://problem/12503640> Fixing an issue where the dynamic type of an Object...
Enrico Granata
2012-10-17
1
-0
/
+7
*
<rdar://problem/12331741>
Greg Clayton
2012-10-11
1
-5
/
+4
*
<rdar://problem/11086338> Implementing support for synthetic children generat...
Enrico Granata
2012-09-13
1
-0
/
+64
*
<rdar://problem/12202862>
Greg Clayton
2012-08-31
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
<rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...
Enrico Granata
2012-08-09
1
-0
/
+1
*
<rdar://problem/11505459> Stripping off the object's type from the output of ...
Enrico Granata
2012-08-09
1
-3
/
+10
*
Fixing an issue where ValueObject::GetPointeeData() would not work correctly ...
Enrico Granata
2012-08-07
1
-0
/
+1
*
<rdar://problem/11846023> Fixing a bug where malformed DWARF could lead to an...
Enrico Granata
2012-08-02
1
-5
/
+19
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-7
/
+13
*
rdar://problem/11597911
Johnny Chen
2012-06-05
1
-1
/
+9
*
<rdar://problem/11355592> Fixing a bug where we would incorrectly try and det...
Enrico Granata
2012-05-21
1
-38
/
+8
*
Add LLDB_DISABLE_PYTHON around newly added methods in
Jason Molenda
2012-05-16
1
-0
/
+2
*
<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...
Enrico Granata
2012-05-08
1
-4
/
+13
*
First part of a fix to make GetNonSyntheticValue() work correctly
Enrico Granata
2012-05-08
1
-0
/
+6
*
Fixing an issue where the expression parser was not correctly freeze-drying b...
Enrico Granata
2012-04-24
1
-1
/
+7
*
Attempt at fixing a crasher where summary strings where looping endlessly.
Enrico Granata
2012-04-04
1
-1
/
+8
*
Be more careful when overriding the type for a
Sean Callanan
2012-03-30
1
-2
/
+5
*
Fixing an issue where Unicode characters in an NSString were printed as escap...
Enrico Granata
2012-03-29
1
-2
/
+2
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-0
/
+9
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-8
/
+19
*
Added the ability to log a value object just as a value would be display
Greg Clayton
2012-03-22
1
-0
/
+22
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-384
/
+418
*
<rdar://problem/11016922>
Greg Clayton
2012-03-09
1
-15
/
+22
*
Changed ValueObject to use a dedicated ChildrenManager class to store its chi...
Enrico Granata
2012-03-09
1
-6
/
+7
*
Fixing an issue where a ValueObject had changed its value but the 'value chan...
Enrico Granata
2012-03-06
1
-1
/
+9
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
1
-10
/
+15
*
1) solving a bug where, after Jim's fixes to stack frames, synthetic children...
Enrico Granata
2012-03-01
1
-244
/
+250
*
This commit:
Enrico Granata
2012-02-29
1
-1
/
+2
*
<rdar://problem/10017623>
Greg Clayton
2012-02-27
1
-17
/
+19
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-8
/
+8
*
Added support for looking up the complete type for
Sean Callanan
2012-02-22
1
-2
/
+101
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-459
/
+400
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
1
-3
/
+3
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-2
/
+8
*
Fixed casting in the lldb::SBValue::Cast(SBType) function.
Greg Clayton
2012-02-03
1
-0
/
+6
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Fixed formats being able to be applied recursively when using:
Greg Clayton
2012-01-26
1
-8
/
+28
[next]