[lldb][debugserver] Revert "Use llvm::all_of (NFC)" for debugserver
authorMichael Buch <michaelbuch12@gmail.com>
Mon, 15 Aug 2022 16:22:16 +0000 (17:22 +0100)
committerMichael Buch <michaelbuch12@gmail.com>
Mon, 15 Aug 2022 16:35:39 +0000 (17:35 +0100)
commitac1bedd584359567266b1c41ac26734556031b9f
tree87c6b1fb36a39758e806286df38e86580cd5dd78
parent26d3655a1557566d9d5731cd2584033ee845d3f5
[lldb][debugserver] Revert "Use llvm::all_of (NFC)" for debugserver

Commit [6d9cd9199a6fdeab0412117bcefc28f625510b61](https://reviews.llvm.org/rG6d9cd9199a6fdeab0412117bcefc28f625510b61) added a dependency on llvm to debugserver.
This breaks the build. Since we don't want to add a dependency on llvm, this
patch reverts the offending commit.

Differential Revision: https://reviews.llvm.org/D131901
lldb/tools/debugserver/source/RNBRemote.cpp