Fix a thinko in handling the QSetLogging packet.
authorJim Ingham <jingham@apple.com>
Tue, 10 Sep 2019 21:58:22 +0000 (21:58 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 10 Sep 2019 21:58:22 +0000 (21:58 +0000)
commit6ca76ceb63bf91282d9bbcc2a1cad190455a3c5a
tree55a669df004570ddd095675af3afb588a0c3832a
parentc9f5aa99acbb89702b767831e56c549bbe5ad1d7
Fix a thinko in handling the QSetLogging packet.

The comparison against LOG_MEMORY shortcut all the LOG_MEMORY_*
log channels.  It has to come last.

llvm-svn: 371560
lldb/tools/debugserver/source/RNBRemote.cpp