public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH gdb-12-branch 0/6] Backport fixes for PR 28275 to gdb-12-branch
@ 2022-11-28 18:40 Simon Marchi
  2022-11-28 18:40 ` [PATCH gdb-12-branch 1/6] gdb: testsuite: add new gdb_attach to check "attach" command Simon Marchi
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Simon Marchi @ 2022-11-28 18:40 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

Even though no GDB 12.2 release is planned for the moment, I thought I
would backport the fixes for PR 28275 to the GDB 12 branch.  This can
help anybody building from the branch, or distro packages who would like
to apply the patches themselves.

Also, the reason for not planning a GDB 12.2 release was that there
wasn't much stuff on the branch, so it's kind of a chicken and egg
problem :).

Andrew Burgess (2):
  gdb/testsuite: refactor gdb.threads/detach-step-over.exp
  gdb: fix assert when quitting GDB while a thread is stepping

Simon Marchi (3):
  gdb/testsuite: remove global declarations in
    gdb.threads/detach-step-over.exp
  gdbserver: switch to right process in find_one_thread
  gdb: disable commit resumed in target_kill

Tiezhu Yang (1):
  gdb: testsuite: add new gdb_attach to check "attach" command

 gdb/target.c                                  |  14 +
 .../gdb.base/run-control-while-bg-execution.c |  33 ++
 .../run-control-while-bg-execution.exp        | 122 +++++++
 .../gdb.multi/attach-while-running.c          |  26 ++
 .../gdb.multi/attach-while-running.exp        |  73 ++++
 .../gdb.threads/detach-step-over.exp          | 322 +++++++++++-------
 gdb/testsuite/lib/gdb.exp                     |  26 ++
 gdbserver/thread-db.cc                        |  29 +-
 8 files changed, 514 insertions(+), 131 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/run-control-while-bg-execution.c
 create mode 100644 gdb/testsuite/gdb.base/run-control-while-bg-execution.exp
 create mode 100644 gdb/testsuite/gdb.multi/attach-while-running.c
 create mode 100644 gdb/testsuite/gdb.multi/attach-while-running.exp


base-commit: 64849597cdb1bf17d3cc25e089ac17bd80bcee52
-- 
2.38.1


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

end of thread, other threads:[~2022-12-01 15:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28 18:40 [PATCH gdb-12-branch 0/6] Backport fixes for PR 28275 to gdb-12-branch Simon Marchi
2022-11-28 18:40 ` [PATCH gdb-12-branch 1/6] gdb: testsuite: add new gdb_attach to check "attach" command Simon Marchi
2022-11-28 18:40 ` [PATCH gdb-12-branch 2/6] gdb/testsuite: remove global declarations in gdb.threads/detach-step-over.exp Simon Marchi
2022-11-28 18:40 ` [PATCH gdb-12-branch 3/6] gdb/testsuite: refactor gdb.threads/detach-step-over.exp Simon Marchi
2022-11-28 18:40 ` [PATCH gdb-12-branch 4/6] gdb: fix assert when quitting GDB while a thread is stepping Simon Marchi
2022-11-28 18:40 ` [PATCH gdb-12-branch 5/6] gdbserver: switch to right process in find_one_thread Simon Marchi
2022-11-28 18:40 ` [PATCH gdb-12-branch 6/6] gdb: disable commit resumed in target_kill Simon Marchi
2022-11-30 16:20 ` [PATCH gdb-12-branch 0/6] Backport fixes for PR 28275 to gdb-12-branch Tom Tromey
2022-12-01 15:07   ` Simon Marchi

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