================
@@ -47,7 +48,7 @@ class BaseRequestHandler {
virtual void operator()(const protocol::Request &request) const = 0;
- virtual llvm::StringMap<bool> GetCapabilities() const { return {}; }
+ virtual std::set<AdapterFeature> GetSupportedFeatures() const { return {}; }
----------------
JDevlieghere wrote:
Should this return an `llvm::SmallSet<AdapterFeature,1>?`? And then merge them
into a `llvm::DenseSet`?
https://github.com/llvm/llvm-project/pull/133007
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits