llvm-project/lldb/source/DataFormatters
Enrico Granata d595733617 Fix a bug where trying to Dump() a ValueObject would use the static/non-synthetic version of the value even if the ValueObject one actually called Dump() on turned out to be dynamic and/or synthetic
This was of course overridable by using DumpValueObjectOptions, but the default should be saner and the previous behavior made for a few fun investigations....

rdar://problem/21065149

llvm-svn: 238961
2015-06-03 20:43:54 +00:00
..
CF.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
CMakeLists.txt Windows bot 2015-03-06 03:37:33 +00:00
CXXFormatterFunctions.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
Cocoa.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
CoreMedia.cpp Fix a couple typos in the previous commit 2015-02-10 23:17:07 +00:00
DataVisualization.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
FormatCache.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
FormatClasses.cpp <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
FormatManager.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
LibCxx.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
LibCxxInitializerList.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
LibCxxList.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
LibCxxMap.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
LibCxxUnorderedMap.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
LibCxxVector.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
LibStdcpp.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
Makefile Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
NSArray.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
NSDictionary.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
NSIndexPath.cpp Remove duplicated code for synthetic array members. 2015-02-26 23:55:39 +00:00
NSSet.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
StringPrinter.cpp Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
TypeCategory.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
TypeCategoryMap.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
TypeFormat.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
TypeSummary.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
TypeSynthetic.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
TypeValidator.cpp Fix the ctor ivar initialization formatting for Debugger, 2014-09-12 01:50:46 +00:00
ValueObjectPrinter.cpp Fix a bug where trying to Dump() a ValueObject would use the static/non-synthetic version of the value even if the ValueObject one actually called Dump() on turned out to be dynamic and/or synthetic 2015-06-03 20:43:54 +00:00
VectorType.cpp A few improvements to our vector types formatting story: 2015-03-06 19:37:57 +00:00