summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/FormatManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DataFormatters] Remove LLDB_DISABLE_PYTHON from FormatManager.Davide Italiano2019-03-151-6/+0
* [DataFormatters] Delete unused code. Not even exposed in the API.Davide Italiano2019-03-141-14/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-7/+7
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Clean up debug loggingPavel Labath2017-02-131-36/+20
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1036/+920
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-18/+18
* Fix a bug where language categories would hold on to their caches even after ...Enrico Granata2015-12-151-4/+16
* Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata2015-11-181-15/+0
* Revert 2 commits breaking the MSVC buildTamas Berghammer2015-11-181-0/+15
* Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata2015-11-181-15/+0
* The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata2015-11-141-0/+15
* Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata2015-11-091-1/+18
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-201-4/+3
* Introduce the concept of a type that is meaningless without dynamic resolutio...Enrico Granata2015-10-201-18/+12
* Resubmit: RenderScript command for printing allocation contents Ewan Crawford2015-10-161-0/+2
* Create a logging category that is specific to data formatters activityEnrico Granata2015-10-061-4/+4
* Introduce a FormattersMatchData class which contains all the information that...Enrico Granata2015-10-061-68/+60
* 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-171-1/+1
* DataFormatters: Rename clang_type to compiler_type.Bruce Mitchener2015-09-171-15/+15
* Add the ability for formatter categories to be bound to one or more languagesEnrico Granata2015-09-171-2/+2
* Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata2015-09-161-91/+41
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-314/+6
* Introduce the notion of an escape helper. Different languages have different ...Enrico Granata2015-09-091-0/+6
* Data formatter candidate matches can be generated in a number of ways; langua...Enrico Granata2015-09-091-31/+12
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-186/+34
* Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata2015-09-041-2/+9
* Move the functions that FormatManager uses to actually load formatters into t...Enrico Granata2015-09-021-99/+2
* std::initializer_list is not safe to return from a function, as copies are no...Enrico Granata2015-09-011-1/+1
* Add support for language plugins to provide data formatters (second attempt)Enrico Granata2015-09-011-12/+143
* Revert "Add support for language plugins to provide data formatters"Pavel Labath2015-09-011-134/+16
* Add support for language plugins to provide data formattersEnrico Granata2015-09-011-16/+134
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-4/+4
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-8/+8
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-2/+2
* There is no reason why this formatter should not cascade. Make it cascadeEnrico Granata2015-07-281-1/+1
* Add a summary for vector typesEnrico Granata2015-07-071-0/+20
* When I introduced hard-coded formatters, I made them non-cacheableEnrico Granata2015-07-011-5/+9
* Add a formatter for wchar_t[N] arraysEnrico Granata2015-06-151-7/+12
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-2/+2
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-2/+2
OpenPOWER on IntegriCloud