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
/
DataFormatters
/
CXXFormatterFunctions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-0
/
+3
*
This is a large, but clearical, commit that enables the C++ formatters to tak...
Enrico Granata
2014-11-06
1
-23
/
+23
*
Add a setting escape-non-printables that drives whether the StringPrinter sho...
Enrico Granata
2014-11-05
1
-14
/
+13
*
Also port the C string reading code in ValueObject over to using StringPrinte...
Enrico Granata
2014-10-30
1
-7
/
+18
*
Start adopting the StringPrinter API. The StringPrinter API is the new blesse...
Enrico Granata
2014-10-30
1
-377
/
+68
*
Fix the NSPathStore2 data formatter to actually handle the explicit length st...
Enrico Granata
2014-10-29
1
-1
/
+26
*
Expose the type-info flags at the public API layer. These flags provide much ...
Enrico Granata
2014-10-21
1
-2
/
+2
*
Remove unreachable code.
Jason Molenda
2014-10-16
1
-4
/
+0
*
Improve the way the ObjC data formatters fetch a valid frame to use for runni...
Enrico Granata
2014-07-30
1
-4
/
+22
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
1
-1
/
+61
*
Better error reporting when a variable can't be
Sean Callanan
2014-02-28
1
-5
/
+23
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-15
/
+15
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-4
/
+4
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-4
/
+4
*
Use standard boolean operators.
Virgile Bello
2013-08-27
1
-3
/
+3
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+2
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-22
/
+19
*
<rdar://problem/14005652>
Enrico Granata
2013-06-19
1
-105
/
+2
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-0
/
+2
*
An NSData with 0 bytes in it would report a summary of “0 byte”
Enrico Granata
2013-05-31
1
-1
/
+1
*
<rdar://problem/13928053>
Enrico Granata
2013-05-17
1
-1
/
+6
*
<rdar://problem/13821289>
Enrico Granata
2013-05-15
1
-11
/
+52
*
Make a synthetic children provider for the ObjC Class type
Enrico Granata
2013-04-26
1
-0
/
+50
*
char32_t should use an uppercase U as its prefix
Enrico Granata
2013-04-23
1
-1
/
+1
*
The new ReadStringFromMemory() API does not work correctly with NSStrings tha...
Enrico Granata
2013-04-23
1
-54
/
+250
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-1
/
+1
*
Provided a variant of ReadCStringFromMemory that supports null terminators of...
Ashok Thirumurthi
2013-04-19
1
-4
/
+7
*
Fixing a silly bug that would cause string summaries not to show up :-)
Enrico Granata
2013-04-02
1
-2
/
+9
*
<rdar://problem/13415737>
Enrico Granata
2013-04-02
1
-16
/
+144
*
Hardening the vector iterator synthetic child(ren) provider against item-not-...
Enrico Granata
2013-03-28
1
-1
/
+3
*
The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...
Enrico Granata
2013-03-19
1
-819
/
+1
*
This checkin removes the last Cocoa formatters that were implemented in Pytho...
Enrico Granata
2013-03-19
1
-0
/
+127
*
C++ formatters for NSTimeZone and for CFBitVector
Enrico Granata
2013-03-16
1
-0
/
+177
*
NS(Mutable)IndexSet formatter moves from Python to C++
Enrico Granata
2013-03-16
1
-0
/
+78
*
Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...
Enrico Granata
2013-03-16
1
-1
/
+160
*
Porting the Objective-C Class data type’s summary from Python to C++
Enrico Granata
2013-03-15
1
-0
/
+26
*
Moving CFBag and NSBundle summaries from Python to C++
Enrico Granata
2013-03-15
1
-0
/
+112
*
Cleanup of the NSString data formatter
Enrico Granata
2013-02-21
1
-37
/
+46
*
<rdar://problem/4529976>
Enrico Granata
2013-02-21
1
-286
/
+37
*
Fixing the lack of a space in an expression that was causing sheer unhappiness.
Enrico Granata
2013-02-19
1
-1
/
+1
*
NSSet formatter is now C++ code
Enrico Granata
2013-02-15
1
-893
/
+42
*
<rdar://problem/13204647>
Enrico Granata
2013-02-15
1
-11
/
+22
*
Fixing a logic flaw with NSURL summary. This was caught by running the test s...
Enrico Granata
2013-02-08
1
-3
/
+3
*
Fixed a store to data that isn't needed and that also could end up writing be...
Greg Clayton
2013-02-08
1
-2
/
+1
*
This checkin implements the data formatter for NSURL in C++ code
Enrico Granata
2013-02-08
1
-0
/
+90
*
<rdar://problem/12898191>
Enrico Granata
2013-02-08
1
-0
/
+31
*
<rdar://problem/12953018>
Enrico Granata
2013-02-04
1
-0
/
+316
*
llvm/Basic/ConvertUTF.h now exposes all functions without macro tricks
Dmitri Gribenko
2013-01-30
1
-2
/
+0
*
UTF conversion routines were moved from clang/Basic to llvm/Support
Dmitri Gribenko
2013-01-30
1
-1
/
+1
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-0
/
+1808