Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cdt-gdb-adapter

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdt-gdb-adapter - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

9

dist/GDBDebugSession.d.ts

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc