================
@@ -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+")
----------------
JDevlieghere wrote:
I assume you're referring to `qWasmMem` and `qWasmData`. While LLDB doesn't
currently implement those, I think it would make sense to have a single
`qSupported` (i.e. `qWasmInstance+`) to mean that the stub (and LLDB in the
future) can use `qWasmInstanceGlobal `, `qWasmIntanceMem`, `qWasmInstanceData`.
https://github.com/llvm/llvm-project/pull/213176
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits