summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FormatManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/12978143>Enrico Granata2013-01-281-1313/+0
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Adding a custom summary for libc++ std::vector<bool>Enrico Granata2013-01-161-0/+4
* <rdar://problem/12790664>Enrico Granata2013-01-141-0/+19
* Add ifdef LLDB_DISABLE_PYTHON around newly added use ofJason Molenda2013-01-121-0/+2
* <rdar://problem/12239827>Enrico Granata2013-01-121-2/+15
* <rdar://problem/12239827>Enrico Granata2013-01-121-2/+10
* <rdar://problem/11383764>Enrico Granata2013-01-111-0/+3
* <rdar://problem/12725746>Enrico Granata2013-01-101-67/+77
* <rdar://problem/12709976>Enrico Granata2012-12-101-130/+135
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Change DataExtractor::Dump() to use a series of if..else ifJason Molenda2012-11-011-2/+1
* <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...Enrico Granata2012-10-291-19/+12
* <rdar://problem/12437442>Enrico Granata2012-10-221-4/+16
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-5/+5
* <rdar://problem/12099592> Adding back a bunch of code-running summariesEnrico Granata2012-10-031-0/+5
* Update the LLDB_DISABLE_PYTHON ifdef in FormatManager::LoadObjCFormatters toJason Molenda2012-09-201-1/+1
* <rdar://problem/11988289> Making C++ synthetic children provider for NSDictio...Enrico Granata2012-09-181-8/+18
* Update LLDB_DISABLE_PYTHON #ifdefs in FormatManager.cpp to get itJason Molenda2012-09-151-7/+6
* <rdar://problem/11086338> Implementing support for synthetic children generat...Enrico Granata2012-09-131-33/+53
* Making the right thing with regards to disabling summaries on LLDB_DISABLE_PY...Enrico Granata2012-09-041-7/+14
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-32/+47
* 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
OpenPOWER on IntegriCloud