summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-1/+1
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+0
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-3/+3
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-3/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-8/+8
* Fix some warnings in building LLDB.Zachary Turner2019-01-291-24/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [DataFormatter] Add CFDictionary data formatterJonas Devlieghere2018-06-211-1/+3
* [NSDictionary] Simplify the formatter. NFCI.Davide Italiano2018-05-021-5/+1
* [DataFormatters] Implement summary for __NSDictionary0.Davide Italiano2018-03-141-0/+4
* [DataFormatter] Remove dead code for the NSDictionary formatter.Davide Italiano2018-03-131-10/+0
* [Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI.Davide Italiano2017-08-191-3/+3
* Update NSArray/NSDictionary/NSSet formatters to handle newJason Molenda2017-08-151-98/+219
* Updated the NSArray and NSDictionary formatters to support new storage formats.Sean Callanan2017-06-231-7/+223
* Rename Error -> Status.Zachary Turner2017-05-121-10/+10
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Fix an issue where, in i386 mode, the wrong values were being copied into the...Enrico Granata2016-09-291-2/+2
* Make it so that one can register prefix matches as well as identical matches ...Enrico Granata2016-09-201-12/+32
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-698/+619
* Fix an issue where LLDB would show the key and value of a single entry NSDict...Enrico Granata2016-06-241-2/+2
* Fix warning in NSDictionary.cppPavel Labath2016-03-011-1/+1
* Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata2016-02-291-14/+144
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-31/+31
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-121-81/+3
* Change Target::EvaluateExpression to take an ExecutionContextScope * rather t...Jim Ingham2015-10-281-0/+1
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-70/+72
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-071-16/+34
* Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata2015-10-021-5/+30
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-11/+11
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-0/+703
OpenPOWER on IntegriCloud