summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Language.cpp
AgeCommit message (Expand)Author
2015-12-18Fix formatting for last commit.Jim Ingham
2015-12-18Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham
2015-12-16Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik
2015-11-19Pass the ExecutionContext as well, since it is actually usefulEnrico Granata
2015-11-19Allow the language plugins a say in how the function name is rendered as part...Enrico Granata
2015-11-10Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata
2015-11-02Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...Enrico Granata
2015-10-21Fixed version of r250913, which actually implements all the static functions.Sean Callanan
2015-10-21Revert "Made the REPL choose a default language if only one REPL can be chosen."Siva Chandra
2015-10-21Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan
2015-10-19Let Language plugins vend a default DeclPrintingHelper in case a custom one i...Enrico Granata
2015-10-08Added support for enumerating the languages that actually support TypeSystemsSean Callanan
2015-10-07This is the work I was building up to with my patches yesterdayEnrico Granata
2015-10-01Add a 'type lookup' command. This command is meant to look up type informatio...Enrico Granata
2015-09-30Introudce a IsTopLevelFunction() API on Language and FunctionEnrico Granata
2015-09-16Move hardcoded formatters from the FormatManager to the Language pluginsEnrico 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-02Add a Language::ForAllLanguages helper functionEnrico Granata
2015-09-02Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham
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-27Include <mutex>Enrico Granata
2015-08-27Add a new type of plugin: Language pluginEnrico Granata