summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/NSDictionary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-703/+0
* Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata2015-09-041-1/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-5/+5
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-4/+4
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-4/+4
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-4/+4
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* This patch does a few things:Enrico Granata2014-12-091-2/+8
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-3/+3
* More cleanup of the CXXFormatterFunctions headerEnrico Granata2014-10-221-0/+137
* Make a general helper function on the AST context to retrieve a type by ident...Enrico Granata2014-10-171-27/+11
* Rework this code so that it does not trigger a compiler warning. NFCEnrico Granata2014-10-161-9/+3
* Improve the way the ObjC data formatters fetch a valid frame to use for runni...Enrico Granata2014-07-301-1/+3
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-4/+4
* This patch does a couple of things. Jim Ingham2013-11-071-1/+3
* Huge change to clean up types.Greg Clayton2013-07-111-39/+39
* <rdar://problem/13437949>Enrico Granata2013-04-231-22/+2
* #include clang's AST/DeclCXX.h to pick up CXXRecordDecl definition,Jason Molenda2013-04-031-0/+2
* <rdar://problem/13563403>Enrico Granata2013-04-031-10/+114
* Moving CFBag and NSBundle summaries from Python to C++Enrico Granata2013-03-151-3/+3
* Optimization of the code-running NSDictionary formatter to skip runtime symbo...Enrico Granata2013-02-251-4/+2
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-0/+2
* <rdar://problem/4529976>Enrico Granata2013-02-211-8/+0
* NSSet formatter is now C++ codeEnrico Granata2013-02-151-0/+501
OpenPOWER on IntegriCloud