summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters
Commit message (Expand)AuthorAgeFilesLines
...
* Teach an old pony a few new tricks.Enrico Granata2015-10-171-25/+81
* Move TypeSummaryImpl over to LLVM-style RTTI for subclassingEnrico Granata2015-10-161-8/+10
* Resubmit: RenderScript command for printing allocation contents Ewan Crawford2015-10-161-0/+2
* Fix build with python disabled after r249597Keno Fischer2015-10-161-5/+0
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-2/+3
* Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata2015-10-071-5/+12
* Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...Enrico Granata2015-10-071-2/+5
* Create a logging category that is specific to data formatters activityEnrico Granata2015-10-062-8/+8
* Introduce a FormattersMatchData class which contains all the information that...Enrico Granata2015-10-064-150/+177
* Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan2015-10-021-1/+1
* Fix evaluation of unicode character arrays (char16_t[] and char32_t[])Dawn Perchik2015-09-251-0/+13
* Fix covered-switch-default warning in FormatManager.Bruce Mitchener2015-09-231-1/+0
* Allow CompilerType to express a vote on whether oneliner printing should happenEnrico Granata2015-09-231-0/+17
* Add {TypeSystem|CompilerType}::GetTypeForFormatters()Enrico Granata2015-09-231-1/+1
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-172-14/+14
* DataFormatters: Rename clang_type to compiler_type.Bruce Mitchener2015-09-173-21/+21
* Add the ability for formatter categories to be bound to one or more languagesEnrico Granata2015-09-175-14/+164
* Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata2015-09-162-98/+158
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-1/+1
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-1410-4335/+10
* Introduce the notion of an escape helper. Different languages have different ...Enrico Granata2015-09-093-41/+83
* Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata2015-09-092-105/+22
* Fix some compiler warnings.Zachary Turner2015-09-091-0/+2
* Data formatter candidate matches can be generated in a number of ways; langua...Enrico Granata2015-09-091-31/+12
* Implement a Target::GetTypeSystemForLanguage API, as well as provide helpers ...Enrico Granata2015-09-082-32/+35
* Use LLVM casting for TypeSystem so you can cast it to subclasses.Greg Clayton2015-09-084-14/+19
* Add a --language (-l) option to type category {enable|disable} to allow peopl...Enrico Granata2015-09-041-0/+14
* Never mind, I see what the problem is on the Windows build. Attempt a fixEnrico Granata2015-09-041-1/+2
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-0412-2594/+61
* Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata2015-09-0421-300/+331
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Fix cmake build.Bruce Mitchener2015-09-031-0/+1
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-035-5/+0
* CXXFormatterFunctions.{h|cpp} is not a good thing to have around, so start sp...Enrico Granata2015-09-035-988/+1033
* Move the functions that FormatManager uses to actually load formatters into t...Enrico Granata2015-09-023-99/+123
* std::initializer_list is not safe to return from a function, as copies are no...Enrico Granata2015-09-011-1/+1
* Add logging to a couple of regions of codeEnrico Granata2015-09-011-0/+52
* Add support for language plugins to provide data formatters (second attempt)Enrico Granata2015-09-014-24/+285
* Revert "Add support for language plugins to provide data formatters"Pavel Labath2015-09-014-276/+28
* Add support for language plugins to provide data formattersEnrico Granata2015-09-014-28/+276
* Switch data formatters over to using std::function for their callbacks instea...Enrico Granata2015-08-272-5/+4
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-2417-43/+42
* Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance fu...Enrico Granata2015-08-133-5/+5
* ClangASTType is now CompilerType.Greg Clayton2015-08-1115-54/+54
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-1111-19/+25
* Fix a bug where the std::list synthetic child provider would not clean its ca...Enrico Granata2015-07-281-0/+1
* There is no reason why this formatter should not cascade. Make it cascadeEnrico Granata2015-07-281-1/+1
* Add a more tweakable way for ValueObjectPrinter to control pointer expansion....Enrico Granata2015-07-271-15/+56
* Add option eTypeOptionHideEmptyAggregates.Siva Chandra2015-07-241-1/+12
* Remove a static helper function and use the StringPrinter API exclusively to ...Enrico Granata2015-07-171-43/+10
OpenPOWER on IntegriCloud