[all-commits] [llvm/llvm-project] 3ab73a: [lldb-vsocde] Add a 'continued' event for programm...
John Harrison via All-commits
all-commits at lists.llvm.org
Tue Jul 25 11:48:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ab73a398422298fb5435ced0f7838074efa12e0
https://github.com/llvm/llvm-project/commit/3ab73a398422298fb5435ced0f7838074efa12e0
Author: John Harrison <harjohn at google.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M lldb/tools/lldb-vscode/JSONUtils.cpp
M lldb/tools/lldb-vscode/lldb-vscode.cpp
Log Message:
-----------
[lldb-vsocde] Add a 'continued' event for programmatic continue events.
When the process is contiuned using an lldb command expression the thread state in VS Code is never informed and will be out of sync with the current state of the process. The new event will fire whenever the process is continued and keeps the debugger in sync with the dap client.
Reviewed By: wallace
Differential Revision: https://reviews.llvm.org/D154989
More information about the All-commits
mailing list