================
@@ -4496,6 +4496,11 @@ std::vector<std::string>
GDBRemoteCommunicationServerLLGS::HandleFeatures(
.Case("vfork-events+", Extension::vfork)
.Default({});
+ if (bool(plugin_features & Extension::libraries))
+ m_extensions_supported |= Extension::libraries;
----------------
JDevlieghere wrote:
Why it this using the state from the plugin_features (e.g. server capability)
rather than parsing it from the client request like all the siblings?
https://github.com/llvm/llvm-project/pull/203334
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits