[Lldb-commits] [PATCH] D79726: Add terminateCommands to lldb-vscode protocol
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 11 10:11:51 PDT 2020
aadsm created this revision.
aadsm added reviewers: clayborg, wallace.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
aadsm updated this revision to Diff 263206.
aadsm added a comment.
Remove debugging leftovers
Adding this in line with "stopCommands" and "exitCommands" so that we can run commands at the end of the debugging session.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79726
Files:
lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py
lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
lldb/tools/lldb-vscode/VSCode.cpp
lldb/tools/lldb-vscode/VSCode.h
lldb/tools/lldb-vscode/lldb-vscode.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79726.263206.patch
Type: text/x-patch
Size: 16069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200511/4c989db7/attachment.bin>
More information about the lldb-commits
mailing list