================
@@ -594,6 +594,17 @@ class CancelRequestHandler : public 
RequestHandler<protocol::CancelArguments,
   llvm::Error Run(const protocol::CancelArguments &args) const override;
 };
 
+class DAPGetModuleSymbolsRequestHandler
+    : public RequestHandler<
+          protocol::DAPGetModuleSymbolsArguments,
+          llvm::Expected<protocol::DAPGetModuleSymbolsResponseBody>> {
+public:
+  using RequestHandler::RequestHandler;
+  static llvm::StringLiteral GetCommand() { return "dapGetModuleSymbols"; }
----------------
eronnen wrote:

:100: 

https://github.com/llvm/llvm-project/pull/153836
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to