public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/17160] New: treat "interrupt -a" like "interrupt" in all-stop mode
@ 2014-07-15 15:51 xdje42 at gmail dot com
  2014-07-15 19:14 ` [Bug gdb/17160] " palves at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: xdje42 at gmail dot com @ 2014-07-15 15:51 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17160

            Bug ID: 17160
           Summary: treat "interrupt -a" like "interrupt" in all-stop mode
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: xdje42 at gmail dot com

Currently "interrupt -a" is flagged as an error in all-stop mode.

-a is meaningless in all-stop mode.

As a user wanting to stop all threads I mightn't really care whether I'm in
all-stop or non-stop.  Having to remember which one to use is annoying.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/17160] treat "interrupt -a" like "interrupt" in all-stop mode
  2014-07-15 15:51 [Bug gdb/17160] New: treat "interrupt -a" like "interrupt" in all-stop mode xdje42 at gmail dot com
@ 2014-07-15 19:14 ` palves at redhat dot com
  2015-04-29 19:48 ` simon.marchi at ericsson dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: palves at redhat dot com @ 2014-07-15 19:14 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17160

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
That'd be fine with me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/17160] treat "interrupt -a" like "interrupt" in all-stop mode
  2014-07-15 15:51 [Bug gdb/17160] New: treat "interrupt -a" like "interrupt" in all-stop mode xdje42 at gmail dot com
  2014-07-15 19:14 ` [Bug gdb/17160] " palves at redhat dot com
@ 2015-04-29 19:48 ` simon.marchi at ericsson dot com
  2022-06-08 15:28 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: simon.marchi at ericsson dot com @ 2015-04-29 19:48 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17160

Simon Marchi <simon.marchi at ericsson dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.marchi at ericsson dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/17160] treat "interrupt -a" like "interrupt" in all-stop mode
  2014-07-15 15:51 [Bug gdb/17160] New: treat "interrupt -a" like "interrupt" in all-stop mode xdje42 at gmail dot com
  2014-07-15 19:14 ` [Bug gdb/17160] " palves at redhat dot com
  2015-04-29 19:48 ` simon.marchi at ericsson dot com
@ 2022-06-08 15:28 ` tromey at sourceware dot org
  2022-06-14 15:04 ` cvs-commit at gcc dot gnu.org
  2022-06-14 15:04 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2022-06-08 15:28 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17160

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org
                 CC|                            |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
I sent a patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/17160] treat "interrupt -a" like "interrupt" in all-stop mode
  2014-07-15 15:51 [Bug gdb/17160] New: treat "interrupt -a" like "interrupt" in all-stop mode xdje42 at gmail dot com
                   ` (2 preceding siblings ...)
  2022-06-08 15:28 ` tromey at sourceware dot org
@ 2022-06-14 15:04 ` cvs-commit at gcc dot gnu.org
  2022-06-14 15:04 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-06-14 15:04 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17160

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug gdb/17160] treat "interrupt -a" like "interrupt" in all-stop mode
  2014-07-15 15:51 [Bug gdb/17160] New: treat "interrupt -a" like "interrupt" in all-stop mode xdje42 at gmail dot com
                   ` (3 preceding siblings ...)
  2022-06-14 15:04 ` cvs-commit at gcc dot gnu.org
@ 2022-06-14 15:04 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2022-06-14 15:04 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17160

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |13.1

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-14 15:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-15 15:51 [Bug gdb/17160] New: treat "interrupt -a" like "interrupt" in all-stop mode xdje42 at gmail dot com
2014-07-15 19:14 ` [Bug gdb/17160] " palves at redhat dot com
2015-04-29 19:48 ` simon.marchi at ericsson dot com
2022-06-08 15:28 ` tromey at sourceware dot org
2022-06-14 15:04 ` cvs-commit at gcc dot gnu.org
2022-06-14 15:04 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).