Give old_state a default value so we won't try to restore
authorJason Molenda <jmolenda@apple.com>
Wed, 15 Oct 2014 23:39:31 +0000 (23:39 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 15 Oct 2014 23:39:31 +0000 (23:39 +0000)
commit76513fd9bc1f0975f831cff0023c16ab59bfa452
treefa7b052176eb04482f94d30705d8e8d56e4fab91
parent20893b3611b3a5d8cdd99a42b0ba6d77e974bd1c
Give old_state a default value so we won't try to restore
an uninitialized value.  In reality the code block that
initializes it and the code block that restores it will always
match up - but the analyzer doesn't know that and I want to
quiet it, so...
clang static analyzer fixit.

llvm-svn: 219869
lldb/source/Target/Process.cpp