Added back member initialization for m_batch_command_mode, which was most likely...
authorJohnny Chen <johnny.chen@apple.com>
Thu, 9 Aug 2012 22:06:10 +0000 (22:06 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Thu, 9 Aug 2012 22:06:10 +0000 (22:06 +0000)
commit4ac1d9e16006b8582840eb03899ebd9b2127e221
tree9ac1fe735e07d4c9d1b2b2545bc85cc55ce9bbe4
parent9cb988f3aa4775875301031ef14c9a0d6db2b1a8
Added back member initialization for m_batch_command_mode, which was most likely removed accidentally a while back.
The consequence occurred recently probably due to our swicth to build with c++11.
This fixed 3 test failures.

llvm-svn: 161625
lldb/source/Interpreter/CommandInterpreter.cpp