[lldb/Interpreter] Fix another eExpressionThreadVanished warning
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 23 May 2020 20:27:01 +0000 (13:27 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 23 May 2020 20:27:31 +0000 (13:27 -0700)
commitf2ffa33c79d3d0636d6c8eb7b5b7bcf8db7b397b
tree0c5e4c3b46cdca7d907423e93653c2351a6f8aa0
parent2e43bab1c161a97df4883def3c4c4a8b92883377
[lldb/Interpreter] Fix another eExpressionThreadVanished warning

Fixes warning: enumeration value 'eExpressionThreadVanished' not handled
in switch [-Wswitch] in CommandInterpreter.cpp.
lldb/source/Interpreter/CommandInterpreter.cpp