..
CF.cpp
This is a large, but clearical, commit that enables the C++ formatters to take on the additional TypeSummaryOptions argument. It is still not used for anything, but it is now there. Adding support for this extra argument to Python formatters will follow suit
2014-11-06 21:55:30 +00:00
CMakeLists.txt
Fix CMake build, adding StringPrinter.cpp from r220894
2014-10-30 14:50:42 +00:00
CXXFormatterFunctions.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
Cocoa.cpp
This is a large, but clearical, commit that enables the C++ formatters to take on the additional TypeSummaryOptions argument. It is still not used for anything, but it is now there. Adding support for this extra argument to Python formatters will follow suit
2014-11-06 21:55:30 +00:00
DataVisualization.cpp
Issuing a "type category disable *" command followed by a "type category enable *" command does not honor the order in which categories were previously enabled
2014-10-03 01:48:32 +00:00
FormatCache.cpp
Introduce the notion of a "type validator" formatter
2014-09-05 20:45:07 +00:00
FormatClasses.cpp
<rdar://problem/15530080>
2013-11-22 00:02:13 +00:00
FormatManager.cpp
Move a bunch of summary formatters to oneliner mode. This makes more cases eligible for oneline printing, and fixes rdar://18120906
2014-11-11 19:52:12 +00:00
LibCxx.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
LibCxxInitializerList.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
LibCxxList.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
LibCxxMap.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
LibCxxUnorderedMap.cpp
Reorganize some of the data formatters code to simplify CXXFormattersFunction.h. Also, add a synthetic child provider for libc++'s version of std::initializer_list<T>
2014-10-22 20:34:38 +00:00
LibCxxVector.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
LibStdcpp.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
Makefile
Only enable RTTI for cxa_demangle.cpp
2013-02-15 02:36:40 +00:00
NSArray.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
NSDictionary.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
NSIndexPath.cpp
Move anonymous types declared in an anonymous union to
2014-10-21 20:39:34 +00:00
NSSet.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
StringPrinter.cpp
Add the ability for the NSString and libc++ std::string formatters to retrieve uncapped data
2014-11-18 22:54:45 +00:00
TypeCategory.cpp
Issuing a "type category disable *" command followed by a "type category enable *" command does not honor the order in which categories were previously enabled
2014-10-03 01:48:32 +00:00
TypeCategoryMap.cpp
The type category enable * was implemented assuming a previous disable * had happened. While that will most likely be true in practice, the consequences of this not being the case will be a crash. I fix the crash by doing two things: 1) don't let already-enabled categories be enabled anyway; 2) if a category were disabled but with a bogus last-enabled position - highly highly unlikely - just put it in the first empty slot. I am not so sure 2) is bulletproof perfect, but I also don't think 2) will practically ever happen
2014-10-07 22:15:27 +00:00
TypeFormat.cpp
Expose the type-info flags at the public API layer. These flags provide much more informational content to consumers of the LLDB API than the existing TypeClass. Part of the fix for rdar://18517593
2014-10-21 20:52:14 +00:00
TypeSummary.cpp
Enable Python summaries to use custom SBTypeSummaryOptions if the user is so inclined. Updates to the webdoc will follow
2014-11-22 00:02:47 +00:00
TypeSynthetic.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
TypeValidator.cpp
Fix the ctor ivar initialization formatting for Debugger,
2014-09-12 01:50:46 +00:00
ValueObjectPrinter.cpp
Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing was split between feature-specific flags, and an m_be_raw flag, which then drove some other changes in printing behavior. Clean that up, so that each functionality has its own flag .. oh, and make the bools all go in a bitfield since I may want to add more of those over time
2014-11-21 18:47:26 +00:00