[all-commits] [llvm/llvm-project] 841e1e: [lldb-dap] Send a 'process' event on restart. (#16...
John Harrison via All-commits
all-commits at lists.llvm.org
Tue Oct 21 14:47:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 841e1e1e17c3bd83e9eaa9e10a057b8217eb8de3
https://github.com/llvm/llvm-project/commit/841e1e1e17c3bd83e9eaa9e10a057b8217eb8de3
Author: John Harrison <harjohn at google.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
A lldb/bindings/interface/SBPlatformExtensions.i
M lldb/bindings/interfaces.swig
M lldb/include/lldb/API/SBPlatform.h
M lldb/source/API/SBPlatform.cpp
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/RestartRequestHandler.cpp
Log Message:
-----------
[lldb-dap] Send a 'process' event on restart. (#163833)
When we restart a process, send an updated 'process' event describing
the newly launched process.
I also updated the `isLocalProcess` value based on if we're on the
'host' platform or not.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list