================
@@ -4496,6 +4496,11 @@ std::vector<std::string>
GDBRemoteCommunicationServerLLGS::HandleFeatures(
.Case("vfork-events+", Extension::vfork)
.Default({});
+ if (bool(plugin_features & Extension::libraries))
----------------
charles-zablit wrote:
That does not compile unfortunately. `plugin_features` is an `Extension` which
is an enum class. This is why we use this pattern throughout the file:
https://github.com/llvm/llvm-project/blob/d46513abff5bfaf58de8169db033e54b9e24d7c2/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp#L4472-L4485
https://github.com/llvm/llvm-project/pull/203334
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits