Summary: | treat "interrupt -a" like "interrupt" in all-stop mode | ||
---|---|---|---|
Product: | gdb | Reporter: | Doug Evans <xdje42> |
Component: | gdb | Assignee: | Tom Tromey <tromey> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pedro, simark, tromey |
Priority: | P2 | ||
Version: | HEAD | ||
Target Milestone: | 13.1 | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Doug Evans
2014-07-15 15:51:03 UTC
That'd be fine with me. I sent a patch. The master branch has been updated by Tom Tromey <tromey@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=edb6b77c755545afb969fcebfa900b07a4b93c94 commit edb6b77c755545afb969fcebfa900b07a4b93c94 Author: Tom Tromey <tromey@adacore.com> Date: Wed Jun 8 09:26:08 2022 -0600 Allow 'interrupt -a' in all-stop mode PR gdb/17160 points out that "interrupt -a" errors in all-stop mode, but there's no good reason for this. This patch removes the error. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=17160 Fixed. |