cdt-gdb-adapter
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -41,7 +41,8 @@ import { LoggingDebugSession, Response } from 'vscode-debugadapter/lib/main'; | ||
*/ | ||
export interface MemoryContents { | ||
data: string; | ||
address: string; | ||
} | ||
export interface MemoryResponse extends Response { | ||
body: { | ||
data: string; | ||
address: string; | ||
}; | ||
body: MemoryContents; | ||
} | ||
@@ -48,0 +49,0 @@ export declare class GDBDebugSession extends LoggingDebugSession { |
{ | ||
"name": "cdt-gdb-adapter", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "gdb adapter implementing the debug adapter protocol", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
236822
3134