Change DataExtractor::Dump() to use a series of if..else if
statements instead of a switch for the size of the floating
point types; some architectures sizeof double and sizeof long
double are the same and that's invalid in a switch.

Fix the LLDB_DISABLE_PYTHON ifdef block in FormatManager::LoadObjCFormatters
so it builds on arm again.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167263 91177308-0d34-0410-b5e6-96231b3b80d8
2 files changed