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
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-9
/
+8
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-7
/
+7
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-1
/
+2
*
Remove a static helper function and use the StringPrinter API exclusively to ...
Enrico Granata
2015-07-17
1
-43
/
+10
*
Teach the "extend char types" (char16_t, char32_t and wchar_t) formatters tha...
Enrico Granata
2015-07-17
1
-0
/
+3
*
Teach the NSString data formatter to handle embedded NULs in short ASCII strings
Enrico Granata
2015-07-17
1
-1
/
+16
*
Improve the NSString data formatter so that explicitly-lengthed Unicode strin...
Enrico Granata
2015-07-17
1
-4
/
+8
*
Teach the std::wstring data formatter how to properly display strings with em...
Enrico Granata
2015-07-17
1
-3
/
+39
*
Add StringPrinter support for printing a std::string with embedded NUL bytes
Enrico Granata
2015-07-17
1
-0
/
+1
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-2
/
+1
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-1
/
+2
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Get lldb-server building on android-9
Vince Harron
2015-05-12
1
-0
/
+3
*
Make a more complete fix for always supplying an execution context when getti...
Greg Clayton
2015-02-12
1
-1
/
+1
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-1
/
+1
*
Remove the last vestige of the world before data formatters :-)
Enrico Granata
2014-12-10
1
-0
/
+46
*
This patch does a few things:
Enrico Granata
2014-12-09
1
-1
/
+1
*
Add the ability for the NSString and libc++ std::string formatters to retriev...
Enrico Granata
2014-11-18
1
-4
/
+11
*
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
[next]