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
*
Fixed two problems when reading constant/register
Sean Callanan
2013-04-19
1
-1
/
+18
*
Added a SetData() method to ValueObject. This
Sean Callanan
2013-04-13
1
-0
/
+78
*
<rdar://problem/13623698>
Enrico Granata
2013-04-11
1
-0
/
+65
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
<rdar://problem/13365424>
Enrico Granata
2013-03-25
1
-1
/
+2
*
And then again only compute the more expensive piece of data if need be :-)
Enrico Granata
2013-03-23
1
-1
/
+1
*
Invert two condition checks to evaluate them in cheapest-to-more-expensive order
Enrico Granata
2013-03-23
1
-2
/
+2
*
<rdar://problem/13315663>
Enrico Granata
2013-03-23
1
-9
/
+32
*
Performance improvements to the IsObjCNil () - we only try to resolve the val...
Enrico Granata
2013-03-15
1
-2
/
+5
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-2
/
+2
*
Remove an unused #include.
Jim Ingham
2013-03-13
1
-2
/
+0
*
Use the Error parameter in ValueObject::ReadPointedString to actually report ...
Enrico Granata
2013-02-28
1
-109
/
+114
*
<rdar://problem/4529976>
Enrico Granata
2013-02-21
1
-7
/
+10
*
Fixed 2 more issues found by the address sanitizer:
Greg Clayton
2013-02-08
1
-29
/
+36
*
<rdar://problem/12890171>
Enrico Granata
2013-01-29
1
-7
/
+12
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-55
/
+10
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-60
/
+50
*
<rdar://problem/12711206>
Enrico Granata
2013-01-23
1
-32
/
+1
*
<rdar://problem/12239827>
Enrico Granata
2013-01-12
1
-0
/
+80
*
<rdar://problem/11689939>
Enrico Granata
2012-12-13
1
-4
/
+19
*
<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
[next]