summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Language.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-5/+0
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-17/+7
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-7/+17
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-17/+7
* [Target] Introduce Process::GetLanguageRuntimesAlex Langford2019-05-291-0/+9
* Factor out switch statement into a helper function (NFC)Adrian Prantl2019-05-161-0/+18
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-2/+1
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-0/+32
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-4/+6
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Implement a general type scavenger that can dig types from debug info + a fil...Enrico Granata2016-11-011-0/+33
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-4/+0
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-4/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-373/+297
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-1/+0
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-8/+8
* Make it possible for language plugins to provide additional custom help for '...Enrico Granata2016-03-241-0/+6
* Objective-C++ is a kind of C++.Sean Callanan2016-02-121-0/+1
* Fix formatting for last commit.Jim Ingham2015-12-181-3/+3
* Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham2015-12-181-0/+13
* Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik2015-12-161-0/+51
* Pass the ExecutionContext as well, since it is actually usefulEnrico Granata2015-11-191-0/+1
* Allow the language plugins a say in how the function name is rendered as part...Enrico Granata2015-11-191-0/+8
* Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata2015-11-101-0/+12
* Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...Enrico Granata2015-11-021-0/+7
* Fixed version of r250913, which actually implements all the static functions.Sean Callanan2015-10-211-0/+11
* Revert "Made the REPL choose a default language if only one REPL can be chosen."Siva Chandra2015-10-211-11/+0
* Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan2015-10-211-0/+11
* Let Language plugins vend a default DeclPrintingHelper in case a custom one i...Enrico Granata2015-10-191-0/+6
* Added support for enumerating the languages that actually support TypeSystemsSean Callanan2015-10-081-0/+12
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-071-0/+7
* Add a 'type lookup' command. This command is meant to look up type informatio...Enrico Granata2015-10-011-0/+28
* Introudce a IsTopLevelFunction() API on Language and FunctionEnrico Granata2015-09-301-0/+6
* Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata2015-09-161-0/+24
* Introduce the notion of an escape helper. Different languages have different ...Enrico Granata2015-09-091-0/+7
* Data formatter candidate matches can be generated in a number of ways; langua...Enrico Granata2015-09-091-0/+6
* Add a Language::ForAllLanguages helper functionEnrico Granata2015-09-021-0/+10
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-0/+141
* Add support for language plugins to provide data formatters (second attempt)Enrico Granata2015-09-011-0/+6
* Revert "Add support for language plugins to provide data formatters"Pavel Labath2015-09-011-6/+0
* Add support for language plugins to provide data formattersEnrico Granata2015-09-011-0/+6
* Include <mutex>Enrico Granata2015-08-271-0/+1
* Add a new type of plugin: Language pluginEnrico Granata2015-08-271-0/+101
OpenPOWER on IntegriCloud