================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to