We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43b90d commit 087ab33Copy full SHA for 087ab33
lldb/tools/lldb-dap/Handler/RequestHandler.h
@@ -500,9 +500,8 @@ class ReadMemoryRequestHandler : public LegacyRequestHandler {
500
void operator()(const llvm::json::Object &request) const override;
501
};
502
503
-class CancelRequestHandler
504
- : public RequestHandler<protocol::CancelArguments,
505
- protocol::CancelResponse> {
+class CancelRequestHandler : public RequestHandler<protocol::CancelArguments,
+ protocol::CancelResponse> {
506
public:
507
using RequestHandler::RequestHandler;
508
static llvm::StringLiteral GetCommand() { return "cancel"; }
0 commit comments