llvm-project/lldb/source/DataFormatters
Enrico Granata 90890bba04 If a user specifies a format option to frame variable or expression, that format should prevail over whatever format(s) a summary specifies
(see test case for an example)

llvm-svn: 199857
2014-01-23 01:21:18 +00:00
..
CF.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
CMakeLists.txt Fix CMake build by including ValueObjectPrinter.cpp in list of sources 2013-09-30 21:30:44 +00:00
CXXFormatterFunctions.cpp This patch does a couple of things. 2013-11-07 00:11:47 +00:00
Cocoa.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
DataVisualization.cpp FormatNavigator has long stopped navigating anything - the generation of possible formatters matches is now done elsewhere 2013-12-20 09:38:13 +00:00
FormatCache.cpp This is the last piece of work for "formats in categories": we now cache formats as well as summaries and synthetics 2013-10-17 22:27:19 +00:00
FormatClasses.cpp <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
FormatManager.cpp __CFString should also format as an NSString 2014-01-08 02:34:42 +00:00
LibCxx.cpp New and improved data formatter for std::shared_ptr<> and std::weak_ptr<> 2014-01-08 01:36:59 +00:00
LibCxxList.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
LibCxxMap.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
LibCxxUnorderedMap.cpp <rdar://problem/14071463> 2013-09-12 00:48:47 +00:00
LibStdcpp.cpp This patch does a couple of things. 2013-11-07 00:11:47 +00:00
Makefile Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
NSArray.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
NSDictionary.cpp This patch does a couple of things. 2013-11-07 00:11:47 +00:00
NSSet.cpp <rdar://problem/15449837> 2013-11-21 01:08:05 +00:00
TypeCategory.cpp All data formatters come in "match exact" and "match regex" styles 2013-12-20 11:32:26 +00:00
TypeCategoryMap.cpp <rdar://problem/15530080> 2013-11-22 00:02:13 +00:00
TypeFormat.cpp Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
TypeSummary.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
TypeSynthetic.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
ValueObjectPrinter.cpp If a user specifies a format option to frame variable or expression, that format should prevail over whatever format(s) a summary specifies 2014-01-23 01:21:18 +00:00