[lldb-vscode] Consistently use return EXIT_SUCCESS and EXIT_FAILURE (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 1 Apr 2021 04:35:45 +0000 (21:35 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 1 Apr 2021 04:41:59 +0000 (21:41 -0700)
commit54c3c2e82874d8ee65b32f1f79bfd494b0551986
tree158f7d1ae56c648be44faf60cb958a055001ddbc
parentbfcd21876adc3498065e4da92799f613e730d475
[lldb-vscode] Consistently use return EXIT_SUCCESS and EXIT_FAILURE (NFC)

Consistently use return with EXIT_SUCCESS or EXIT_FAILURE instead of
mix-and-matching return, exit 0, 1 etc.

Differential revision: https://reviews.llvm.org/D99701
lldb/tools/lldb-vscode/lldb-vscode.cpp