summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/FormatManager.cpp
AgeCommit message (Expand)Author
2019-08-06Revert "[CompilerType] Simplify the interface a bit more.."Davide Italiano
2019-08-06[CompilerType] Simplify the interface a bit more..Davide Italiano
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-15[DataFormatters] Remove LLDB_DISABLE_PYTHON from FormatManager.Davide Italiano
2019-03-14[DataFormatters] Delete unused code. Not even exposed in the API.Davide Italiano
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-13Clean up debug loggingPavel Labath
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2015-12-15Fix a bug where language categories would hold on to their caches even after ...Enrico Granata
2015-11-18Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata
2015-11-18Revert 2 commits breaking the MSVC buildTamas Berghammer
2015-11-18Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata
2015-11-14The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata
2015-11-09Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata
2015-10-20Introduce the concept of a type that is meaningless without dynamic resolutio...Enrico Granata
2015-10-16Resubmit: RenderScript command for printing allocation contents Ewan Crawford
2015-10-06Create a logging category that is specific to data formatters activityEnrico Granata
2015-10-06Introduce a FormattersMatchData class which contains all the information that...Enrico Granata
2015-09-23Fix covered-switch-default warning in FormatManager.Bruce Mitchener
2015-09-23Allow CompilerType to express a vote on whether oneliner printing should happenEnrico Granata
2015-09-23Add {TypeSystem|CompilerType}::GetTypeForFormatters()Enrico Granata
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-09-17DataFormatters: Rename clang_type to compiler_type.Bruce Mitchener
2015-09-17Add the ability for formatter categories to be bound to one or more languagesEnrico Granata
2015-09-16Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata
2015-09-14Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata
2015-09-09Introduce the notion of an escape helper. Different languages have different ...Enrico Granata
2015-09-09Data formatter candidate matches can be generated in a number of ways; langua...Enrico Granata
2015-09-04Move the C++ data formatters to the C++ language pluginEnrico Granata
2015-09-04Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata
2015-09-02Move the functions that FormatManager uses to actually load formatters into t...Enrico Granata
2015-09-01std::initializer_list is not safe to return from a function, as copies are no...Enrico Granata
2015-09-01Add support for language plugins to provide data formatters (second attempt)Enrico Granata
2015-09-01Revert "Add support for language plugins to provide data formatters"Pavel Labath
2015-09-01Add support for language plugins to provide data formattersEnrico Granata
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-07-28There is no reason why this formatter should not cascade. Make it cascadeEnrico Granata
2015-07-07Add a summary for vector typesEnrico Granata