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

cdt-gdb-adapter

Package Overview
Dependencies
Maintainers
2
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.19-next.20230201040747.b2e5222.0 to 0.0.19-next.20230201214751.ec258a7.0

2

dist/integration-tests/breakpoints.spec.js

@@ -61,3 +61,3 @@ "use strict";

// If cannot get correct event, program timeout and test case failed.
outputs = yield dc.waitForEvent('output', this.timeout());
outputs = yield dc.waitForEvent('output');
isCorrect = outputs.body.output.includes('breakpoint-modified');

@@ -64,0 +64,0 @@ }

@@ -68,4 +68,7 @@ "use strict";

}
// These timeouts should match what is in .mocharc.json and .mocharc-windows-ci.json
this.defaultTimeout = os.platform() === 'win32' ? 25000 : 5000;
// These timeouts should be smaller than what is in .mocharc.json and .mocharc-windows-ci.json
// to allow the individual timeouts to fail before the whole test timesout.
// This will mean error message on things such as waitForEvent will not
// be hidden by overall test failure
this.defaultTimeout = os.platform() === 'win32' ? 25000 / 2 : 5000 / 2;
}

@@ -72,0 +75,0 @@ /**

@@ -57,3 +57,3 @@ "use strict";

// If cannot get correct event, program timeout and test case failed.
outputs = yield dc.waitForEvent('output', this.timeout());
outputs = yield dc.waitForEvent('output');
isCorrect = outputs.body.output.includes('breakpoint-modified');

@@ -60,0 +60,0 @@ }

{
"name": "cdt-gdb-adapter",
"version": "0.0.19-next.20230201040747.b2e5222.0",
"version": "0.0.19-next.20230201214751.ec258a7.0",
"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

Sorry, the diff of this file is not supported yet

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