This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug cli/17716] [7.7 regression] Backtrace cannot be stopped by 'q' or CTRL-C


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

--- Comment #1 from Phil Muldoon <pmuldoon at redhat dot com> ---
With a regression, do you mean it has failed since the first implementation of
frame filters, or a more recent change has affected it?

The three methods I would think are ok is:

1) Check the Python exception, if it is keyboard interrupt, quit.
2) Define a new constant as Jan mentions
3) Alter the exception mask as Jan mentions.

I don't think this is blocker though.  It is annoying, but I do not think it
warrants blocking status

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]