Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pause doesn't work on gdb 7.9.1 #98

Closed
dschaefer opened this issue May 23, 2019 · 1 comment
Closed

Pause doesn't work on gdb 7.9.1 #98

dschaefer opened this issue May 23, 2019 · 1 comment

Comments

@dschaefer
Copy link
Contributor

I've seen gdb 7.9 still floating around. The new Pause handing of sending gdb a SIGINT isn't working properly and seems to be ignored. Or it recently started working properly in gdb 7.12.

@jonahgraham
Copy link
Contributor

This now works in general, with the exception of case covered in #99, see #194 for when the work was done, especially pause.spec.ts which only skips the test under these conditions;

if (os.platform() === 'win32' && (!isRemoteTest || !gdbAsync)) {
// win32 host can only pause remote + mi-async targets
this.skip();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants