Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] [gdb/testsuite] Clean up left-over processes
@ 2025-02-17 16:36 Tom de Vries
  2025-02-17 16:36 ` [PATCH 1/3] [gdb/testsuite] Don't start gdb in gdb.base/gstack.exp Tom de Vries
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Tom de Vries @ 2025-02-17 16:36 UTC (permalink / raw)
  To: gdb-patches

While investigating a testsuite problem using ps fx, I noticed a lot of
left-over processes.

I wrote a demonstrator patch to detect those in a less ad-hoc way, and
filed my findings as PR32709.

This series consists of three patches, and each patch fixes a different
root cause for this problem.

This fixes part of PR32709, I didn't manage the gdbserver part.

Tom de Vries (3):
  [gdb/testsuite] Don't start gdb in gdb.base/gstack.exp
  [gdb/testsuite] Kill left-over process in
    gdb.base/add-symbol-file-attach.exp
  [gdb/testsuite] Exit left-over gdb in gdb.mi/mi-break.exp

 .../gdb.base/add-symbol-file-attach.exp       |  3 ++
 gdb/testsuite/gdb.base/gstack.exp             |  4 +-
 gdb/testsuite/gdb.mi/mi-break.exp             |  4 ++
 gdb/testsuite/gdb.mi/mi-multi-commands.exp    |  4 ++
 gdb/testsuite/gdb.mi/mi-thread-bp-deleted.exp |  6 ++-
 .../gdb.mi/mi-thread-specific-bp.exp          | 41 +++++++++++++------
 gdb/testsuite/gdb.mi/mi-watch.exp             |  4 ++
 gdb/testsuite/gdb.mi/new-ui-bp-deleted.exp    |  6 ++-
 gdb/testsuite/gdb.mi/new-ui-mi-sync.exp       | 26 ++++++++----
 gdb/testsuite/gdb.mi/run-with-two-mi-uis.exp  |  4 ++
 .../gdb.mi/user-selected-context-sync.exp     | 35 ++++++++++------
 gdb/testsuite/lib/gdb.exp                     | 21 ++++++++++
 12 files changed, 118 insertions(+), 40 deletions(-)


base-commit: 114396befddc4104f9d7dd09b34e878bfaf440a8
-- 
2.43.0


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

end of thread, other threads:[~2025-02-24 18:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-17 16:36 [PATCH 0/3] [gdb/testsuite] Clean up left-over processes Tom de Vries
2025-02-17 16:36 ` [PATCH 1/3] [gdb/testsuite] Don't start gdb in gdb.base/gstack.exp Tom de Vries
2025-02-17 17:20   ` Keith Seitz
2025-02-18  7:59     ` Tom de Vries
2025-02-17 16:36 ` [PATCH 2/3] [gdb/testsuite] Kill left-over process in gdb.base/add-symbol-file-attach.exp Tom de Vries
2025-02-24 17:26   ` Tom Tromey
2025-02-24 17:57     ` Tom de Vries
2025-02-24 18:05       ` Tom Tromey
2025-02-24 18:43         ` Tom de Vries
2025-02-17 16:36 ` [PATCH 3/3] [gdb/testsuite] Exit left-over gdb in gdb.mi/mi-break.exp Tom de Vries
2025-02-24 17:28   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox