[all-commits] [llvm/llvm-project] a3609b: Add terminateCommands to lldb-vscode protocol
António Afonso via All-commits
all-commits at lists.llvm.org
Tue May 19 16:23:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a3609b0ec68522cb417ffe36ce9eb2e25ca61578
https://github.com/llvm/llvm-project/commit/a3609b0ec68522cb417ffe36ce9eb2e25ca61578
Author: António Afonso <antonio.afonso at gmail.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
M lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py
M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
M lldb/tools/lldb-vscode/README.md
M lldb/tools/lldb-vscode/VSCode.cpp
M lldb/tools/lldb-vscode/VSCode.h
M lldb/tools/lldb-vscode/lldb-vscode.cpp
M lldb/tools/lldb-vscode/package.json
Log Message:
-----------
Add terminateCommands to lldb-vscode protocol
Summary: Adding this in line with "stopCommands" and "exitCommands" so that we can run commands at the end of the debugging session.
Reviewers: clayborg, wallace, labath
Reviewed By: clayborg, labath
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D79726
More information about the All-commits
mailing list