summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC
Commit message (Expand)AuthorAgeFilesLines
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* [ObjC] Fix the formatter for NSOrderedSet.Davide Italiano2018-05-291-28/+5
* [NSDictionary] Simplify the formatter. NFCI.Davide Italiano2018-05-021-5/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-305-29/+23
* [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
* [ObjC] Fix the NSConcreteData formatter and test itVedant Kumar2018-02-221-8/+14
* Disable warnings related to anonymous types in the ObjC pluginVedant Kumar2017-12-071-0/+12
* ObjC: fix some -Wpedantic warnings by removing ';'Saleem Abdulrasool2017-08-231-3/+3
* [Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI.Davide Italiano2017-08-191-3/+3
* [Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic.Davide Italiano2017-08-191-4/+4
* Update NSArray/NSDictionary/NSSet formatters to handle newJason Molenda2017-08-153-467/+546
* switch on enum should be exhaustive and warning-freeTim Hammerquist2017-07-111-3/+9
* [Data formatters] Make NSSetM support both old- and new-style representationSean Callanan2017-06-301-28/+76
* Fix some type-based warningsTim Hammerquist2017-06-291-2/+2
* Updated the NSArray and NSDictionary formatters to support new storage formats.Sean Callanan2017-06-232-17/+493
* Updated NSNumber formatter for new internal representation.Sean Callanan2017-06-192-15/+106
* Avoid invalid string access in ObjCLanguage::MethodName::SetNameStephane Sezer2017-06-051-1/+1
* Rename Error -> Status.Zachary Turner2017-05-128-54/+54
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-048-8/+8
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-149-15/+14
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-0216-27/+27
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+12
* include Host/Time.h in Cocoa.cppPavel Labath2017-01-251-0/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-165-14/+14
* Make some code not manipulate the underlying string of a StreamString.Zachary Turner2016-11-151-32/+34
* Add support to the ObjC type scavenger for finding types via debug infoEnrico Granata2016-11-031-1/+14
* Add helpers for the notion of a type scavenger that is "either this or that" ...Enrico Granata2016-11-011-50/+55
* This debugging message has been left in the code for years, until one day it ...Enrico Granata2016-10-201-2/+1
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-062-28/+39
* 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-202-14/+78
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0618-5386/+5123
* Change the formula for tagged NSIndexPath data formattingEnrico Granata2016-09-011-11/+29
* Add a non-code-running data formatter for __NSCFBooleanEnrico Granata2016-08-222-0/+39
* Tweaks to the NSIndexPath formatter to enhance stabilityEnrico Granata2016-07-121-89/+118
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-063-27/+17
* Add NSTaggedPointerString to the table of data formattersEnrico Granata2016-06-291-0/+1
* Fix an issue where LLDB would show the key and value of a single entry NSDict...Enrico Granata2016-06-241-2/+2
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-251-6/+8
* Fix an issue where the NSDate data formatter was not using the proper alignme...Enrico Granata2016-05-241-1/+3
* Add support for additional NSArray formattersEnrico Granata2016-04-112-2/+41
* Add a formatter for zero-sized NSDataEnrico Granata2016-04-111-0/+4
* Remove what I believe are the last known instances of formatters that run codeEnrico Granata2016-04-081-38/+22
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-083-20/+0
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-013-139/+40
* On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...Enrico Granata2016-03-151-6/+12
* Make it so that the data formatter for NSError can see through a variable of ...Enrico Granata2016-03-152-26/+34
* Fix warning in NSDictionary.cppPavel Labath2016-03-011-1/+1
OpenPOWER on IntegriCloud