Updated protocol version to 1.70.0.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"args"
|
||||
"argsCanBeInterpretedByShell"
|
||||
"arguments"
|
||||
"asAddress"
|
||||
"attach"
|
||||
"attachForSuspendedLaunch"
|
||||
"attributeName"
|
||||
@@ -32,6 +33,7 @@
|
||||
"breakpointLocations"
|
||||
"breakpointModes"
|
||||
"breakpoints"
|
||||
"bytes"
|
||||
"bytesWritten"
|
||||
"canPersist"
|
||||
"canRestart"
|
||||
@@ -72,6 +74,7 @@
|
||||
"dataBreakpointInfo"
|
||||
"dataId"
|
||||
"dateTimeStamp"
|
||||
"declarationLocationReference"
|
||||
"deemphasize"
|
||||
"default"
|
||||
"description"
|
||||
@@ -161,6 +164,8 @@
|
||||
"locale"
|
||||
"locals"
|
||||
"location"
|
||||
"locationReference"
|
||||
"locations"
|
||||
"logMessage"
|
||||
"memory"
|
||||
"memoryReference"
|
||||
@@ -226,6 +231,7 @@
|
||||
"restart"
|
||||
"restartFrame"
|
||||
"result"
|
||||
"returnValue"
|
||||
"reverseContinue"
|
||||
"runInTerminal"
|
||||
"scopes"
|
||||
@@ -275,6 +281,7 @@
|
||||
"supportSuspendDebuggee"
|
||||
"supportTerminateDebuggee"
|
||||
"supportedChecksumAlgorithms"
|
||||
"supportsANSIStyling"
|
||||
"supportsArgsCanBeInterpretedByShell"
|
||||
"supportsBreakpointLocationsRequest"
|
||||
"supportsCancelRequest"
|
||||
@@ -283,6 +290,7 @@
|
||||
"supportsCondition"
|
||||
"supportsConditionalBreakpoints"
|
||||
"supportsConfigurationDoneRequest"
|
||||
"supportsDataBreakpointBytes"
|
||||
"supportsDataBreakpoints"
|
||||
"supportsDelayedStackTraceLoading"
|
||||
"supportsDisassembleRequest"
|
||||
@@ -350,6 +358,7 @@
|
||||
"urlLabel"
|
||||
"userUnhandled"
|
||||
"value"
|
||||
"valueLocationReference"
|
||||
"variable"
|
||||
"variables"
|
||||
"variablesReference"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
// Generated with protocol_gen.go -- do not edit this file.
|
||||
// go run scripts/protocol_gen/protocol_gen.go
|
||||
//
|
||||
// DAP version 1.65.0
|
||||
// DAP version 1.70.0
|
||||
|
||||
#ifndef dap_fuzzer_h
|
||||
#define dap_fuzzer_h
|
||||
@@ -40,6 +40,7 @@
|
||||
DAP_REQUEST(dap::InitializeRequest, dap::InitializeResponse) \
|
||||
DAP_REQUEST(dap::LaunchRequest, dap::LaunchResponse) \
|
||||
DAP_REQUEST(dap::LoadedSourcesRequest, dap::LoadedSourcesResponse) \
|
||||
DAP_REQUEST(dap::LocationsRequest, dap::LocationsResponse) \
|
||||
DAP_REQUEST(dap::ModulesRequest, dap::ModulesResponse) \
|
||||
DAP_REQUEST(dap::NextRequest, dap::NextResponse) \
|
||||
DAP_REQUEST(dap::PauseRequest, dap::PauseResponse) \
|
||||
|
||||
Reference in New Issue
Block a user