public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
@ 2021-08-22 23:19 Kevin Buettner
  2021-08-22 23:19 ` [PATCH v2 1/6] Handle recursive internal problem in gdb_internal_error_resync Kevin Buettner
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Kevin Buettner @ 2021-08-22 23:19 UTC (permalink / raw)
  To: gdb-patches

The first patch in this series is the same as in v1.  Everything else
is new, though the problem, a regression in gdb.base/gdb-sigterm.exp
when run on a machine w/ glibc-2.34, being solved remains the same.

Kevin Buettner (6):
  Handle recursive internal problem in gdb_internal_error_resync
  Handle gdb SIGTERM via normal QUIT processing
  Catch and (re)throw gdb_exception_quit
  Python QUIT processing updates
  Guile QUIT processing updates
  QUIT processing w/ explicit sync_quit_force_run check

 gdb/ada-lang.c                   |  4 ++++
 gdb/breakpoint.c                 | 15 +++++++++++++++
 gdb/exceptions.c                 |  6 ++++++
 gdb/guile/scm-exception.c        |  4 ++++
 gdb/guile/scm-pretty-print.c     |  4 ++++
 gdb/guile/scm-type.c             |  4 ++++
 gdb/guile/scm-value.c            |  4 ++++
 gdb/i386-linux-tdep.c            |  4 ++++
 gdb/infrun.c                     |  4 ++++
 gdb/jit.c                        |  4 ++++
 gdb/mi/mi-main.c                 |  4 ++++
 gdb/objc-lang.c                  |  4 ++++
 gdb/parse.c                      |  4 ++++
 gdb/printcmd.c                   |  4 ++++
 gdb/python/py-finishbreakpoint.c |  6 ++++--
 gdb/python/py-gdb-readline.c     | 12 ++++++++----
 gdb/python/py-symbol.c           |  4 ++++
 gdb/python/py-utils.c            |  4 +++-
 gdb/python/py-value.c            |  4 ++++
 gdb/record-btrace.c              |  4 ++++
 gdb/remote-fileio.c              |  8 +++++++-
 gdb/solib.c                      |  4 ++++
 gdb/sparc64-linux-tdep.c         |  4 ++++
 gdb/testsuite/lib/gdb.exp        |  4 ++++
 gdb/utils.c                      |  5 +----
 25 files changed, 116 insertions(+), 12 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-02-26 20:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-22 23:19 [PATCH v2 0/6] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error Kevin Buettner
2021-08-22 23:19 ` [PATCH v2 1/6] Handle recursive internal problem in gdb_internal_error_resync Kevin Buettner
2021-09-27 17:38   ` Pedro Alves
2022-02-26 20:40     ` Kevin Buettner
2021-08-22 23:19 ` [PATCH v2 2/6] Handle gdb SIGTERM via normal QUIT processing Kevin Buettner
2021-09-27 17:39   ` Pedro Alves
2021-08-22 23:20 ` [PATCH v2 3/6] Catch and (re)throw gdb_exception_quit Kevin Buettner
2021-09-27 18:05   ` Pedro Alves
2021-08-22 23:20 ` [PATCH v2 4/6] Python QUIT processing updates Kevin Buettner
2021-09-27 18:24   ` Pedro Alves
2021-08-22 23:20 ` [PATCH v2 5/6] Guile " Kevin Buettner
2021-09-27 18:26   ` Pedro Alves
2021-08-22 23:20 ` [PATCH v2 6/6] QUIT processing w/ explicit sync_quit_force_run check Kevin Buettner
2021-09-27 18:34   ` Pedro Alves
2021-09-27 17:20 ` [PATCH v2 0/6] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error Kevin Buettner

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