[Lldb-commits] [lldb] [lldb-dap] Send an Invalidated event on thread stack change. (PR #163976)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 17 11:00:15 PDT 2025
================
@@ -15,6 +15,7 @@
#include "Protocol/ProtocolRequests.h"
#include "Protocol/ProtocolTypes.h"
#include "lldb/API/SBFileSpec.h"
+#include "lldb/lldb-defines.h"
----------------
DrSergei wrote:
nit: already included in `EventHelper.h`
https://github.com/llvm/llvm-project/pull/163976
More information about the lldb-commits
mailing list