..
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
Windows bot
2015-03-06 03:37:33 +00:00
CXXFormatterFunctions.cpp
Make a more complete fix for always supplying an execution context when getting byte sizes from types.
2015-02-12 00:34:25 +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
CoreMedia.cpp
Fix a couple typos in the previous commit
2015-02-10 23:17:07 +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
A few improvements to our vector types formatting story:
2015-03-06 19:37:57 +00:00
LibCxx.cpp
Fix a bug in the data formatters where summary strings would not look into the non-synthetic value for child members if the ValueObject being formatted happened to have a synthetic value
2015-03-12 22:17:07 +00:00
LibCxxInitializerList.cpp
Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime
2015-01-28 00:07:51 +00:00
LibCxxList.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
LibCxxMap.cpp
Improve the performance of the libc++ std::map formatter. This is not the full solution to the slowness of this formatter, but it's a 5% improvement in our testcase performance, which I am not going to complain too hard about.
2014-12-16 21:28:16 +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
Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime
2015-01-28 00:07:51 +00:00
LibStdcpp.cpp
Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
2015-03-17 21:23:17 +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
Remove duplicated code for synthetic array members.
2015-02-26 23:55:39 +00:00
NSSet.cpp
This patch does a few things:
2014-12-09 19:51:20 +00:00
StringPrinter.cpp
Fix trivial signed/unsigned comparison warnings
2014-12-29 13:03:19 +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
Don't #include FormatManager.h from Debugger.h
2015-03-03 23:11:11 +00:00
TypeSummary.cpp
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class.
2015-02-04 22:00:53 +00:00
TypeSynthetic.cpp
Remove ScriptInterpreterObject.
2015-03-17 20:04:04 +00:00
TypeValidator.cpp
Fix the ctor ivar initialization formatting for Debugger,
2014-09-12 01:50:46 +00:00
ValueObjectPrinter.cpp
Fix an issue where values would be printed in one-line mode even if you asked to see locations and/or asked for flat output mode
2015-03-12 22:16:20 +00:00
VectorType.cpp
A few improvements to our vector types formatting story:
2015-03-06 19:37:57 +00:00