summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FormatManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jar...Enrico Granata2012-08-271-2/+18
* <rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...Enrico Granata2012-08-091-1/+2
* Added a 'void' format so that the user can manuallySean Callanan2012-08-081-1/+2
* <rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata2012-08-081-2/+2
* <rdar://problem/11773899> Formatters for BOOL* and BOOL&Enrico Granata2012-07-131-2/+14
* <rdar://problem/11628688> Making sure to use the ostype format for OSType valuesEnrico Granata2012-07-131-0/+11
* <rdar://problem/11755446> Making sure to provide summaries for one more NSStr...Enrico Granata2012-06-281-1/+2
* Add LLDB_DISABLE_PYTHON around newly added methods inJason Molenda2012-05-161-0/+6
* <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ...Enrico Granata2012-05-081-0/+91
* Automatically enabling the Cocoa formatter categories for command-line LLDB. ...Enrico Granata2012-04-261-5/+5
* Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata2012-04-251-79/+79
* adding a summary for Objective-C type 'Class'Enrico Granata2012-03-271-0/+1
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-10/+16
* <rdar://problem/11113279>Greg Clayton2012-03-261-2/+2
* Removing cascading through inheritance chains for data formattersEnrico Granata2012-03-221-5/+34
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-6/+3
* The Cocoa formatters now provide error messages for many of the common things...Enrico Granata2012-03-131-0/+2
* Mark newly added synthesizer calls as being #ifndef LLDB_DISABLE_PYTHONJason Molenda2012-03-131-4/+2
* Changed several of the Cocoa formatters to match the output style that Xcode ...Enrico Granata2012-03-131-2/+2
* Added formatters for libc++ (http://libcxx.llvm.org):Enrico Granata2012-03-121-0/+54
* Use a new define, NO_XPC_SERVICES, to indicate that macosx/Host.mmJason Molenda2012-03-081-1/+2
* added a new formatter for CF(Mutable)BitVectorEnrico Granata2012-03-031-0/+3
* having std::vector still show children even if it now has a builtin summary -...Enrico Granata2012-03-021-0/+1
* (a) adding formatters for:Enrico Granata2012-03-021-9/+28
* (a) adding an introspection formatter for NS(Mutable)IndexSetEnrico Granata2012-03-011-2/+11
* This commit:Enrico Granata2012-02-291-0/+2
* This patch provides a set of formatters for most of the commonly used Cocoa c...Enrico Granata2012-02-231-1/+71
* Patch Enrico's changes from r150558 on 2012-02-14 to build even if PythonJason Molenda2012-02-211-0/+4
* Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata2012-02-171-55/+233
* <rdar://problem/10062621>Enrico Granata2012-02-151-94/+105
* Added a new --omit-names (-O, uppercase letter o) option to "type summary add".Enrico Granata2012-02-021-26/+33
* This commit provides a new default summary for Objective-C boolean variables,...Enrico Granata2012-01-311-2/+16
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-24/+45
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-5/+8
* Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton2011-10-121-1/+1
* Refactoring of Get() methods in FormatManager/FormatCategory to have explicat...Enrico Granata2011-09-061-14/+10
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-17/+22
* Improved the user-friendliness of errors shown by the summary feature in cert...Enrico Granata2011-08-231-1/+1
* Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata2011-08-231-0/+100
* Separated FormatNavigator and FormatManager in two different files ; moved Fo...Enrico Granata2011-08-221-30/+30
* More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata2011-08-221-183/+56
* Code cleanup and refactoring (round 4):Enrico Granata2011-08-221-23/+17
* - Support for Python namespaces:Enrico Granata2011-08-221-3/+3
* Third round of code cleanups:Enrico Granata2011-08-191-117/+8
* Second round of code cleanups:Enrico Granata2011-08-181-35/+212
* First round of code cleanups:Enrico Granata2011-08-171-12/+295
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-0/+38
* While tracking down memory consumption issue a few things were needed: the Greg Clayton2011-08-101-1/+1
* New formatting symbol %# can be used in summary strings to get the "count of ...Enrico Granata2011-08-041-0/+38
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-73/+2
OpenPOWER on IntegriCloud