Bug 27911 - debuginfod download interruptibility
Summary: debuginfod download interruptibility
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: symtab (show other bugs)
Version: unknown
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-25 19:29 UTC by Frank Ch. Eigler
Modified: 2021-05-25 19:29 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2021-05-25 19:29:52 UTC
When gdb undertakes a stream of downloads for the solibs of a big program (bug #17547), each request appears to be interruptible with a ^C, but the sequence as a whole isn't until the "Type <RET> for more, q to quit, ..." pager message.  It would be nice if a debuginfod-download ^C interruption could "stick" in the sense of disabling the immediately subsequent batch of downloads too.

This could fit amerey's future work in adding a pre-first-use notification for debuginfod downloads, so adding him on cc: here.