llvm-project/lldb/source/DataFormatters
Enrico Granata 553fad5c9a <rdar://problem/15319880>
Introduce a new boolean setting enable-auto-oneliner
This setting if set to false will force LLDB to not use the new compact one-line display

By default, one-line mode stays on, at least until we can be confident it works.
But now if it seriously impedes your workflow while it evolves/it works wonders but you still hate it, there's a way to turn it off

llvm-svn: 193450
2013-10-25 23:09:40 +00:00
..
CF.cpp Removing a redundant write 2013-06-12 00:32:31 +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 Use standard boolean operators. 2013-08-27 16:24:58 +00:00
Cocoa.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
DataVisualization.cpp <rdar://problem/11778815> 2013-10-08 19:03:22 +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
FormatManager.cpp <rdar://problem/15319880> 2013-10-25 23:09:40 +00:00
LibCxx.cpp Huge change to clean up types. 2013-07-11 22:46:58 +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 Huge change to clean up types. 2013-07-11 22:46:58 +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 Huge change to clean up types. 2013-07-11 22:46:58 +00:00
NSSet.cpp Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef) 2013-07-15 23:17:32 +00:00
TypeCategory.cpp <rdar://problem/11778815> 2013-10-08 19:03:22 +00:00
TypeCategoryMap.cpp <rdar://problem/11778815> 2013-10-08 19:03:22 +00:00
TypeFormat.cpp <rdar://problem/11778815> 2013-10-08 19:03:22 +00:00
TypeSummary.cpp <rdar://problem/12042982> 2013-10-04 23:14:13 +00:00
TypeSynthetic.cpp Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. 2013-06-19 19:04:53 +00:00
ValueObjectPrinter.cpp Improvements to the ValueObjectPrinter to behave correctly in more dynamic value cases 2013-10-22 22:42:14 +00:00