public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/21690] Cannot interrupt failing command-history search
[not found] <bug-21690-4717@http.sourceware.org/bugzilla/>
@ 2020-04-08 13:24 ` ssbssa at sourceware dot org
2021-06-01 15:23 ` ssbssa at sourceware dot org
` (6 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: ssbssa at sourceware dot org @ 2020-04-08 13:24 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=21690
Hannes Domani <ssbssa at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |byron.c.hawkins at gmail dot com
--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
*** Bug 22808 has been marked as a duplicate of this bug. ***
--
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/21690] Cannot interrupt failing command-history search
[not found] <bug-21690-4717@http.sourceware.org/bugzilla/>
2020-04-08 13:24 ` [Bug gdb/21690] Cannot interrupt failing command-history search ssbssa at sourceware dot org
@ 2021-06-01 15:23 ` ssbssa at sourceware dot org
2024-12-18 15:16 ` dominik.b.czarnota+bugzilla at gmail dot com
` (5 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: ssbssa at sourceware dot org @ 2021-06-01 15:23 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=21690
Hannes Domani <ssbssa at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jerome.pouiller at gmail dot com
--- Comment #2 from Hannes Domani <ssbssa at sourceware dot org> ---
*** Bug 27936 has been marked as a duplicate of this bug. ***
--
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/21690] Cannot interrupt failing command-history search
[not found] <bug-21690-4717@http.sourceware.org/bugzilla/>
2020-04-08 13:24 ` [Bug gdb/21690] Cannot interrupt failing command-history search ssbssa at sourceware dot org
2021-06-01 15:23 ` ssbssa at sourceware dot org
@ 2024-12-18 15:16 ` dominik.b.czarnota+bugzilla at gmail dot com
2024-12-19 11:28 ` vries at gcc dot gnu.org
` (4 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: dominik.b.czarnota+bugzilla at gmail dot com @ 2024-12-18 15:16 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=21690
Disconnect3d <dominik.b.czarnota+bugzilla at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dominik.b.czarnota+bugzilla
| |@gmail.com
--- Comment #3 from Disconnect3d <dominik.b.czarnota+bugzilla at gmail dot com> ---
Ping! I can confirm this bug as well. Can we change its status and eventually
get it fixed? :)
--
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/21690] Cannot interrupt failing command-history search
[not found] <bug-21690-4717@http.sourceware.org/bugzilla/>
` (2 preceding siblings ...)
2024-12-18 15:16 ` dominik.b.czarnota+bugzilla at gmail dot com
@ 2024-12-19 11:28 ` vries at gcc dot gnu.org
2024-12-19 11:30 ` vries at gcc dot gnu.org
` (3 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: vries at gcc dot gnu.org @ 2024-12-19 11:28 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=21690
Tom de Vries <vries at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vries at gcc dot gnu.org
--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
*** Bug 30498 has been marked as a duplicate of this bug. ***
--
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/21690] Cannot interrupt failing command-history search
[not found] <bug-21690-4717@http.sourceware.org/bugzilla/>
` (3 preceding siblings ...)
2024-12-19 11:28 ` vries at gcc dot gnu.org
@ 2024-12-19 11:30 ` vries at gcc dot gnu.org
2024-12-19 14:13 ` vries at gcc dot gnu.org
` (2 subsequent siblings)
7 siblings, 0 replies; 8+ messages in thread
From: vries at gcc dot gnu.org @ 2024-12-19 11:30 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=21690
--- Comment #5 from Tom de Vries <vries at gcc dot gnu.org> ---
This was reported at readline upstream:
https://lists.gnu.org/archive/html/bug-readline/2015-05/msg00014.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/21690] Cannot interrupt failing command-history search
[not found] <bug-21690-4717@http.sourceware.org/bugzilla/>
` (4 preceding siblings ...)
2024-12-19 11:30 ` vries at gcc dot gnu.org
@ 2024-12-19 14:13 ` vries at gcc dot gnu.org
2024-12-19 23:18 ` sam at gentoo dot org
2024-12-19 23:18 ` sam at gentoo dot org
7 siblings, 0 replies; 8+ messages in thread
From: vries at gcc dot gnu.org @ 2024-12-19 14:13 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=21690
--- Comment #6 from Tom de Vries <vries at gcc dot gnu.org> ---
Using:
...
diff --git a/gdb/event-top.c b/gdb/event-top.c
index 102304cb4ec..e104163f8f8 100644
--- a/gdb/event-top.c
+++ b/gdb/event-top.c
@@ -1179,6 +1179,8 @@ quit (void)
throw_forced_quit ("SIGTERM");
}
+ rl_callback_sigcleanup ();
+
#ifdef __MSDOS__
/* No steenking SIGINT will ever be coming our way when the
program is resumed. Don't lie. */
...
I get:
...
$ gdb -q
(failed reverse-i-search)`foo':
...
and after ^C:
...
$ gdb -q
(gdb) Quit
(gdb) echo bla
bla(gdb)
...
--
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/21690] Cannot interrupt failing command-history search
[not found] <bug-21690-4717@http.sourceware.org/bugzilla/>
` (5 preceding siblings ...)
2024-12-19 14:13 ` vries at gcc dot gnu.org
@ 2024-12-19 23:18 ` sam at gentoo dot org
2024-12-19 23:18 ` sam at gentoo dot org
7 siblings, 0 replies; 8+ messages in thread
From: sam at gentoo dot org @ 2024-12-19 23:18 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=21690
Sam James <sam at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sam at gentoo dot 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/21690] Cannot interrupt failing command-history search
[not found] <bug-21690-4717@http.sourceware.org/bugzilla/>
` (6 preceding siblings ...)
2024-12-19 23:18 ` sam at gentoo dot org
@ 2024-12-19 23:18 ` sam at gentoo dot org
7 siblings, 0 replies; 8+ messages in thread
From: sam at gentoo dot org @ 2024-12-19 23:18 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=21690
Sam James <sam at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2024-12-19
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--
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:[~2024-12-19 23:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <bug-21690-4717@http.sourceware.org/bugzilla/>
2020-04-08 13:24 ` [Bug gdb/21690] Cannot interrupt failing command-history search ssbssa at sourceware dot org
2021-06-01 15:23 ` ssbssa at sourceware dot org
2024-12-18 15:16 ` dominik.b.czarnota+bugzilla at gmail dot com
2024-12-19 11:28 ` vries at gcc dot gnu.org
2024-12-19 11:30 ` vries at gcc dot gnu.org
2024-12-19 14:13 ` vries at gcc dot gnu.org
2024-12-19 23:18 ` sam at gentoo dot org
2024-12-19 23:18 ` sam at gentoo 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).