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