summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/CXXFormatterFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-9/+8
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-7/+7
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-1/+2
* Remove a static helper function and use the StringPrinter API exclusively to ...Enrico Granata2015-07-171-43/+10
* Teach the "extend char types" (char16_t, char32_t and wchar_t) formatters tha...Enrico Granata2015-07-171-0/+3
* Teach the NSString data formatter to handle embedded NULs in short ASCII stringsEnrico Granata2015-07-171-1/+16
* Improve the NSString data formatter so that explicitly-lengthed Unicode strin...Enrico Granata2015-07-171-4/+8
* Teach the std::wstring data formatter how to properly display strings with em...Enrico Granata2015-07-171-3/+39
* Add StringPrinter support for printing a std::string with embedded NUL bytesEnrico Granata2015-07-171-0/+1
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-2/+1
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-1/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Get lldb-server building on android-9Vince Harron2015-05-121-0/+3
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-1/+1
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-1/+1
* Remove the last vestige of the world before data formatters :-)Enrico Granata2014-12-101-0/+46
* This patch does a few things:Enrico Granata2014-12-091-1/+1
* Add the ability for the NSString and libc++ std::string formatters to retriev...Enrico Granata2014-11-181-4/+11
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-0/+3
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-23/+23
* Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata2014-11-051-14/+13
* Also port the C string reading code in ValueObject over to using StringPrinte...Enrico Granata2014-10-301-7/+18
* Start adopting the StringPrinter API. The StringPrinter API is the new blesse...Enrico Granata2014-10-301-377/+68
* Fix the NSPathStore2 data formatter to actually handle the explicit length st...Enrico Granata2014-10-291-1/+26
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-2/+2
* Remove unreachable code.Jason Molenda2014-10-161-4/+0
* Improve the way the ObjC data formatters fetch a valid frame to use for runni...Enrico Granata2014-07-301-4/+22
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-1/+61
* Better error reporting when a variable can't beSean Callanan2014-02-281-5/+23
* This patch does a couple of things. Jim Ingham2013-11-071-15/+15
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-4/+4
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-4/+4
* Use standard boolean operators.Virgile Bello2013-08-271-3/+3
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+2
* Huge change to clean up types.Greg Clayton2013-07-111-22/+19
* <rdar://problem/14005652>Enrico Granata2013-06-191-105/+2
* Fix various build warnings.Matt Kopec2013-06-031-0/+2
* An NSData with 0 bytes in it would report a summary of “0 byte”Enrico Granata2013-05-311-1/+1
* <rdar://problem/13928053>Enrico Granata2013-05-171-1/+6
* <rdar://problem/13821289>Enrico Granata2013-05-151-11/+52
* Make a synthetic children provider for the ObjC Class typeEnrico Granata2013-04-261-0/+50
* char32_t should use an uppercase U as its prefixEnrico Granata2013-04-231-1/+1
* The new ReadStringFromMemory() API does not work correctly with NSStrings tha...Enrico Granata2013-04-231-54/+250
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-1/+1
* Provided a variant of ReadCStringFromMemory that supports null terminators of...Ashok Thirumurthi2013-04-191-4/+7
* Fixing a silly bug that would cause string summaries not to show up :-)Enrico Granata2013-04-021-2/+9
* <rdar://problem/13415737>Enrico Granata2013-04-021-16/+144
* Hardening the vector iterator synthetic child(ren) provider against item-not-...Enrico Granata2013-03-281-1/+3
* The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...Enrico Granata2013-03-191-819/+1
* This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata2013-03-191-0/+127
OpenPOWER on IntegriCloud