public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/27026] New: CTRL-C is ignored when debug info is downloaded
@ 2020-12-07 11:26 mliska at suse dot cz
  2020-12-07 11:31 ` [Bug gdb/27026] " mliska at suse dot cz
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mliska at suse dot cz @ 2020-12-07 11:26 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 27026
           Summary: CTRL-C is ignored when debug info is downloaded
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: mliska at suse dot cz
  Target Milestone: ---

One can't terminate when gdb is downloading debuginfo files from a debuginfod
server instance.

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

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

* [Bug gdb/27026] CTRL-C is ignored when debug info is downloaded
  2020-12-07 11:26 [Bug gdb/27026] New: CTRL-C is ignored when debug info is downloaded mliska at suse dot cz
@ 2020-12-07 11:31 ` mliska at suse dot cz
  2020-12-08 18:29 ` simark at simark dot ca
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mliska at suse dot cz @ 2020-12-07 11:31 UTC (permalink / raw)
  To: gdb-prs

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

Martin Liska <mliska at suse dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amerey at redhat dot com,
                   |                            |vries at gcc dot gnu.org

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

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

* [Bug gdb/27026] CTRL-C is ignored when debug info is downloaded
  2020-12-07 11:26 [Bug gdb/27026] New: CTRL-C is ignored when debug info is downloaded mliska at suse dot cz
  2020-12-07 11:31 ` [Bug gdb/27026] " mliska at suse dot cz
@ 2020-12-08 18:29 ` simark at simark dot ca
  2020-12-09 10:21 ` mliska at suse dot cz
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: simark at simark dot ca @ 2020-12-08 18:29 UTC (permalink / raw)
  To: gdb-prs

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

Simon Marchi <simark at simark dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simark at simark dot ca

--- Comment #1 from Simon Marchi <simark at simark dot ca> ---
I don't know why it doesn't work (note: I haven't tried), but the intent is for
this check_quit_flag to do just that.  So that would be a good starting point
to investigate the problem.

https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gdb/debuginfod-support.c;h=e21b2f40caee107c802b997d10da749d1d9be431;hb=HEAD#l75

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

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

* [Bug gdb/27026] CTRL-C is ignored when debug info is downloaded
  2020-12-07 11:26 [Bug gdb/27026] New: CTRL-C is ignored when debug info is downloaded mliska at suse dot cz
  2020-12-07 11:31 ` [Bug gdb/27026] " mliska at suse dot cz
  2020-12-08 18:29 ` simark at simark dot ca
@ 2020-12-09 10:21 ` mliska at suse dot cz
  2020-12-10  8:28 ` vries at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mliska at suse dot cz @ 2020-12-09 10:21 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Martin Liska <mliska at suse dot cz> ---
So apparently, check_quit_flag is still false.

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

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

* [Bug gdb/27026] CTRL-C is ignored when debug info is downloaded
  2020-12-07 11:26 [Bug gdb/27026] New: CTRL-C is ignored when debug info is downloaded mliska at suse dot cz
                   ` (2 preceding siblings ...)
  2020-12-09 10:21 ` mliska at suse dot cz
@ 2020-12-10  8:28 ` vries at gcc dot gnu.org
  2021-04-02 11:08 ` mliska at suse dot cz
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: vries at gcc dot gnu.org @ 2020-12-10  8:28 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
Created attachment 13033
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13033&action=edit
Tentative patch

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

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

* [Bug gdb/27026] CTRL-C is ignored when debug info is downloaded
  2020-12-07 11:26 [Bug gdb/27026] New: CTRL-C is ignored when debug info is downloaded mliska at suse dot cz
                   ` (3 preceding siblings ...)
  2020-12-10  8:28 ` vries at gcc dot gnu.org
@ 2021-04-02 11:08 ` mliska at suse dot cz
  2021-11-24  7:40 ` vries at gcc dot gnu.org
  2021-11-29 20:10 ` amerey at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: mliska at suse dot cz @ 2021-04-02 11:08 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from Martin Liska <mliska at suse dot cz> ---
Tom, can you please push the suggested patch?

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

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

* [Bug gdb/27026] CTRL-C is ignored when debug info is downloaded
  2020-12-07 11:26 [Bug gdb/27026] New: CTRL-C is ignored when debug info is downloaded mliska at suse dot cz
                   ` (4 preceding siblings ...)
  2021-04-02 11:08 ` mliska at suse dot cz
@ 2021-11-24  7:40 ` vries at gcc dot gnu.org
  2021-11-29 20:10 ` amerey at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: vries at gcc dot gnu.org @ 2021-11-24  7:40 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from Tom de Vries <vries at gcc dot gnu.org> ---
https://sourceware.org/pipermail/gdb-patches/2021-November/183742.html

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

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

* [Bug gdb/27026] CTRL-C is ignored when debug info is downloaded
  2020-12-07 11:26 [Bug gdb/27026] New: CTRL-C is ignored when debug info is downloaded mliska at suse dot cz
                   ` (5 preceding siblings ...)
  2021-11-24  7:40 ` vries at gcc dot gnu.org
@ 2021-11-29 20:10 ` amerey at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: amerey at redhat dot com @ 2021-11-29 20:10 UTC (permalink / raw)
  To: gdb-prs

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

Aaron Merey <amerey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #6 from Aaron Merey <amerey at redhat dot com> ---
Fixed in commit b9db26b4c

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

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

end of thread, other threads:[~2021-11-29 20:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 11:26 [Bug gdb/27026] New: CTRL-C is ignored when debug info is downloaded mliska at suse dot cz
2020-12-07 11:31 ` [Bug gdb/27026] " mliska at suse dot cz
2020-12-08 18:29 ` simark at simark dot ca
2020-12-09 10:21 ` mliska at suse dot cz
2020-12-10  8:28 ` vries at gcc dot gnu.org
2021-04-02 11:08 ` mliska at suse dot cz
2021-11-24  7:40 ` vries at gcc dot gnu.org
2021-11-29 20:10 ` amerey at redhat dot com

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).