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 #3 from Phil Muldoon <pmuldoon at redhat dot com> ---
The current workaround for this, is to just turn frame filters on and off when
needed:

(gdb) disable frame-filter all
(gdb) bt
(gdb) enable frame-filter all

But sure, it is annoying.  I will fix soon

-- 
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]