[all-commits] [llvm/llvm-project] cd67ca: [lldb-dap] Send an Invalidated event on thread sta...
Ebuka Ezike via All-commits
all-commits at lists.llvm.org
Mon Oct 20 13:54:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd67ca2f11f79d2ce08807682b571ca04dab0996
https://github.com/llvm/llvm-project/commit/cd67ca2f11f79d2ce08807682b571ca04dab0996
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
A lldb/test/API/tools/lldb-dap/invalidated-event/Makefile
A lldb/test/API/tools/lldb-dap/invalidated-event/TestDAP_invalidatedEvent.py
A lldb/test/API/tools/lldb-dap/invalidated-event/main.cpp
A lldb/test/API/tools/lldb-dap/invalidated-event/other.h
M lldb/tools/lldb-dap/DAP.cpp
M lldb/tools/lldb-dap/DAP.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/EventHelper.h
M lldb/tools/lldb-dap/Protocol/ProtocolEvents.cpp
M lldb/unittests/DAP/ProtocolTypesTest.cpp
Log Message:
-----------
[lldb-dap] Send an Invalidated event on thread stack change. (#163976)
When the user send `thread return <expr>` command this changes the stack
length but the UI does not update.
Send stack invalidated event to the client to update the stack.
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