Updated protocol version to 1.70.0.
Some checks failed
/ ci (clang, clang++) (push) Has been cancelled
/ ci (gcc, g++) (push) Has been cancelled

This commit is contained in:
2025-04-03 18:13:48 +02:00
parent 6464cd7bd0
commit dc0bbaaf54
9 changed files with 224 additions and 48 deletions

View File

@@ -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"

View File

@@ -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) \