[all-commits] [llvm/llvm-project] 79fbbe: [lldb-vscode] Add postRunCommands
walter erquinigo via All-commits
all-commits at lists.llvm.org
Wed Apr 21 13:51:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79fbbeb41280ed170a387ad925c5397c0af32364
https://github.com/llvm/llvm-project/commit/79fbbeb41280ed170a387ad925c5397c0af32364
Author: Walter Erquinigo <a20012251 at gmail.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
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/lldb-vscode.cpp
M lldb/tools/lldb-vscode/package.json
Log Message:
-----------
[lldb-vscode] Add postRunCommands
This diff ass postRunCommands, which are the counterpart of the preRunCommands. TThey will be executed right after the target is launched or attached correctly, which means that the targets can assume that the target is running.
Differential Revision: https://reviews.llvm.org/D100340
More information about the All-commits
mailing list