summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where one-lining display of child values would ignore the user's ch...Enrico Granata2015-12-011-1/+1
* Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata2015-11-183-56/+2
* Revert 2 commits breaking the MSVC buildTamas Berghammer2015-11-183-2/+56
* Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata2015-11-183-56/+2
* The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata2015-11-143-0/+54
* Upstream some data formatter related cleanupsEnrico Granata2015-11-131-7/+18
* Fix indentationEnrico Granata2015-11-131-21/+21
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-101-7/+22
* Upstream changes to the ValueObjectPrinter; nfcEnrico Granata2015-11-102-43/+147
* Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata2015-11-091-1/+18
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-4/+28
* All instance variables start with "m_". Fix "options" to be "m_options".Greg Clayton2015-11-031-56/+56
* Add a --language (-l) option to the formatter delete commands in order to all...Enrico Granata2015-10-291-0/+8
* Remove an unused local variableEnrico Granata2015-10-281-1/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source; other...Eugene Zelenko2015-10-261-23/+27
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-1/+9
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-2010-24/+14
* Introduce the concept of a type that is meaningless without dynamic resolutio...Enrico Granata2015-10-201-18/+12
* Let Language plugins vend a default DeclPrintingHelper in case a custom one i...Enrico Granata2015-10-193-11/+253
* Silence -Wreturn-type with gcc 5.2Saleem Abdulrasool2015-10-181-0/+1
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-2/+2
* 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
OpenPOWER on IntegriCloud