public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Adjust/fix gdb.thread/pthreads.exp for Cygwin
@ 2023-09-20 17:59 Pedro Alves
  2023-09-20 17:59 ` [PATCH 1/5] gdb.threads/pthreads.c, K&R -> ANSI function style Pedro Alves
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Pedro Alves @ 2023-09-20 17:59 UTC (permalink / raw)
  To: gdb-patches

This set of patches improves gdb.thread/pthreads.exp when testing
against Cygwin.  The test still won't pass cleanly [1] without some GDB
fixes (which I plan on submitting later at some point), but if you run
it against the GDB distributed with Cygwin, at least, it passes (they
have some local GDB patches missing upstream).

[1] - it fails with:

 FAIL: gdb.threads/pthreads.exp: Stopped with a ^C (timeout)
 WARNING: Could not stop child with ^C; skipping rest of tests.

Pedro Alves (5):
  gdb.threads/pthreads.c, K&R -> ANSI function style
  Fix gdb.threads/pthreads.c formatting
  Fix gdb.threads/pthreads.exp error handling/printing
  In gdb.threads/pthreads.c, handle pthread_attr_setscope ENOTSUP
  Adjust gdb.thread/pthreads.exp for Cygwin

 gdb/testsuite/gdb.threads/pthreads.c   | 86 ++++++++++++++++----------
 gdb/testsuite/gdb.threads/pthreads.exp | 14 ++---
 2 files changed, 60 insertions(+), 40 deletions(-)


base-commit: 093da43d2adb4497dfec8afbb4eeaf2425668fdd
-- 
2.34.1


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

end of thread, other threads:[~2023-09-21 19:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-20 17:59 [PATCH 0/5] Adjust/fix gdb.thread/pthreads.exp for Cygwin Pedro Alves
2023-09-20 17:59 ` [PATCH 1/5] gdb.threads/pthreads.c, K&R -> ANSI function style Pedro Alves
2023-09-20 17:59 ` [PATCH 2/5] Fix gdb.threads/pthreads.c formatting Pedro Alves
2023-09-20 17:59 ` [PATCH 3/5] Fix gdb.threads/pthreads.exp error handling/printing Pedro Alves
2023-09-20 17:59 ` [PATCH 4/5] In gdb.threads/pthreads.c, handle pthread_attr_setscope ENOTSUP Pedro Alves
2023-09-20 17:59 ` [PATCH 5/5] Adjust gdb.thread/pthreads.exp for Cygwin Pedro Alves
2023-09-21 19:21 ` [PATCH 0/5] Adjust/fix " Tom Tromey

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