================
@@ -594,6 +594,20 @@ class CancelRequestHandler : public
RequestHandler<protocol::CancelArguments,
llvm::Error Run(const protocol::CancelArguments &args) const override;
};
+class ModuleSymbolsRequestHandler
+ : public RequestHandler<
+ protocol::ModuleSymbolsArguments,
+ llvm::Expected<protocol::ModuleSymbolsResponseBody>> {
+public:
+ using RequestHandler::RequestHandler;
+ static llvm::StringLiteral GetCommand() { return "moduleSymbols"; }
----------------
ashgti wrote:
+1
https://github.com/llvm/llvm-project/pull/153836
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits