[Lldb-commits] [PATCH] D81978: Redo of Add terminateCommands to lldb-vscode protocol
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 17 15:40:08 PDT 2020
clayborg added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py:221-223
+ elif packet_type == 'response':
+ if packet['command'] == 'disconnect':
+ keepGoing = False
----------------
revert whitespace only change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81978/new/
https://reviews.llvm.org/D81978
More information about the lldb-commits
mailing list