[Lldb-commits] [lldb] [lldb] Scope Wasm global reads to a module instance (PR #213176)

Paolo Severini via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 31 10:53:57 PDT 2026


================
@@ -525,6 +533,8 @@ void GDBRemoteCommunicationClient::GetRemoteQSupported() {
         m_supports_multi_breakpoint = eLazyBoolYes;
       else if (x == "accelerator-plugins+")
         m_supports_accelerator_plugins = eLazyBoolYes;
+      else if (x == "qWasmInstanceGlobal+")
----------------
paolosevMSFT wrote:

Yes, `qWasmInstanceData` might not be necessary if it is not used yet by LLDB, but we could do the same fix also for `qWasmIntanceMem`, WDYT?

https://github.com/llvm/llvm-project/pull/213176


More information about the lldb-commits mailing list