[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 03:51:26 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:

Since we are versioning `qSupported`, should we fix this not just for globals, but also for memories and data segments. 

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


More information about the lldb-commits mailing list