Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing was...
authorEnrico Granata <egranata@apple.com>
Fri, 21 Nov 2014 18:47:26 +0000 (18:47 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 21 Nov 2014 18:47:26 +0000 (18:47 +0000)
commita126e462c2ab30eb985e95bfada8bd881145a7d2
tree2a72d33182411a9ac5e20e10ef8c4b326ef3bffe
parent87a3ba6a6d867bc8d58583c4d018d2cbb5c2d49a
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

llvm-svn: 222548
lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
lldb/source/DataFormatters/ValueObjectPrinter.cpp
lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp