summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FormatManager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed a bug where deleting a regex summary would not immediately reflect in t...Enrico Granata2011-07-191-0/+22
* Python summary strings:Enrico Granata2011-07-151-0/+53
* smarter summary strings:Enrico Granata2011-07-121-0/+30
* named summaries:Enrico Granata2011-07-121-10/+9
* Fixed some format namesEnrico Granata2011-07-061-4/+4
* several improvements to "type summary":Enrico Granata2011-07-021-0/+37
* This commit adds a new top subcommand "summary" to command type named "type"....Enrico Granata2011-06-291-58/+0
* Centralized all of the format to c-string and to format character code insideGreg Clayton2011-06-231-22/+164
* Committing type format code for Enrico Granata.Greg Clayton2011-06-231-0/+69
OpenPOWER on IntegriCloud