summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix compilation with GCC 5Martin Storsjö2020-02-062-0/+8
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-101-1/+23
* TypeCategory: Initialize m_enabled to falseVedant Kumar2019-12-121-1/+1
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-119-266/+6
* Remove unsound caching in LanguageCategoryAdrian Prantl2019-12-101-4/+0
* Replace redundant code in LanguageCategory with templates (NFC)Adrian Prantl2019-12-101-132/+55
* [FormatManager] Move Language lookup into the obviously non-cached part (NFC)Adrian Prantl2019-12-101-16/+16
* Do not cache hardcoded formats in FormatManagerAdrian Prantl2019-12-101-12/+18
* [DataFormatters] Change the Get() method to take a LanguageType.Davide Italiano2019-12-103-18/+18
* [TypeCategory] IsApplicable gets a LanguageType, not a ValueObject.Davide Italiano2019-12-101-6/+5
* Replace redundant code in FormatManager and FormatCache with templates (NFC)Adrian Prantl2019-12-104-504/+124
* [FormatManager] GetCandidateLanguages shouldn't know about ValueObject.Davide Italiano2019-12-092-4/+5
* [FormatManager] Provide a single entrypoint for GetCandidateLanguages().Davide Italiano2019-12-091-5/+1
* [TypeCategory] HasLanguage() is now unused.Davide Italiano2019-12-031-6/+0
* [DataVisualization] Simplify. NFCI.Davide Italiano2019-12-031-2/+1
* [TypeCategory] Nothing passes down a list of languages.Davide Italiano2019-12-031-7/+3
* Simplify condition (NFC)Adrian Prantl2019-10-011-1/+1
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-042-27/+24
* [FormatManage] Fix the format info orderJonas Devlieghere2019-08-221-2/+3
* [FormatManager] Add static_assert to keep formats in sync.Jonas Devlieghere2019-08-221-1/+5
* The g_format_infos table needs to be updated in concert with theJason Molenda2019-08-221-0/+1
* [NFC] Simplify codeJonas Devlieghere2019-08-211-17/+13
* Revert "[CompilerType] Simplify the interface a bit more.."Davide Italiano2019-08-061-8/+12
* [CompilerType] Simplify the interface a bit more..Davide Italiano2019-08-061-12/+8
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-7/+15
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-242-117/+100
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-237-25/+26
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-10/+0
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-262-3/+2
* [DataFormatters] Remove LLDB_DISABLE_PYTHON from TypeCategory.Davide Italiano2019-03-152-25/+0
* [DataFormatters] Remove LLDB_DISABLE_PYTHON from FormatManager.Davide Italiano2019-03-152-10/+0
* [DataFormatters] Delete unused code. Not even exposed in the API.Davide Italiano2019-03-142-21/+0
* [Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.Davide Italiano2019-03-143-8/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-065-23/+23
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1917-68/+51
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-152-4/+5
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-152-13/+18
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-3/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-1510-26/+22
* Remove header grouping comments.Jonas Devlieghere2018-11-1115-60/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-305-55/+47
* Use exact equality for category language matching, for all languages, except ...Vadim Chugunov2017-06-061-18/+3
* Rename Error -> Status.Zachary Turner2017-05-122-7/+7
* Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer2017-03-311-6/+4
* Don't add a newline if the object description already has one.Jim Ingham2017-03-311-1/+6
* Remove some dead code from DumpValueObjectOptions::PointerDepthTamas Berghammer2017-03-181-24/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-3/+5
OpenPOWER on IntegriCloud