From: Pedro Alves <pedro@palves.net>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/2] Fix "thread find" with multi inferior/target (PR gdb/26631)
Date: Thu, 17 Sep 2020 19:00:36 +0100 [thread overview]
Message-ID: <20200917180038.29226-1-pedro@palves.net> (raw)
"thread find" with multiple inferiors got broken with the multi-target
work. Patch #2 fixes it. Patch #1 is a preparatory patch for the
testcase in patch #2.
Pedro Alves (2):
Split gdb.multi/multi-target.exp into separate testcases
Fix "thread find" with multiple inferiors/targets (PR gdb/26631)
gdb/testsuite/gdb.multi/mtarg-continue.exp | 105 +++++
gdb/testsuite/gdb.multi/mtarg-info-inferiors.exp | 110 +++++
gdb/testsuite/gdb.multi/mtarg-interrupt.exp | 79 ++++
gdb/testsuite/gdb.multi/mtarg-no-resumed.exp | 90 ++++
gdb/testsuite/gdb.multi/mtarg-ping-pong-next.exp | 85 ++++
gdb/testsuite/gdb.multi/mtarg-thread-find.exp | 106 +++++
gdb/testsuite/gdb.multi/multi-target.exp | 546 -----------------------
gdb/testsuite/gdb.multi/multi-target.exp.tcl | 185 ++++++++
gdb/thread.c | 6 +
9 files changed, 766 insertions(+), 546 deletions(-)
create mode 100644 gdb/testsuite/gdb.multi/mtarg-continue.exp
create mode 100644 gdb/testsuite/gdb.multi/mtarg-info-inferiors.exp
create mode 100644 gdb/testsuite/gdb.multi/mtarg-interrupt.exp
create mode 100644 gdb/testsuite/gdb.multi/mtarg-no-resumed.exp
create mode 100644 gdb/testsuite/gdb.multi/mtarg-ping-pong-next.exp
create mode 100644 gdb/testsuite/gdb.multi/mtarg-thread-find.exp
delete mode 100644 gdb/testsuite/gdb.multi/multi-target.exp
create mode 100644 gdb/testsuite/gdb.multi/multi-target.exp.tcl
base-commit: 9519b2eea05637faa380a68fd679a950176de6db
--
2.14.5
next reply other threads:[~2020-09-17 18:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-17 18:00 Pedro Alves [this message]
2020-09-17 18:00 ` [PATCH 1/2] Split gdb.multi/multi-target.exp into separate testcases Pedro Alves
2020-09-17 19:16 ` Simon Marchi
2020-09-18 12:34 ` Pedro Alves
2020-09-17 19:41 ` Simon Marchi
2020-09-18 13:01 ` Pedro Alves
2020-09-17 18:00 ` [PATCH 2/2] Fix "thread find" with multiple inferiors/targets (PR gdb/26631) Pedro Alves
2020-09-17 19:37 ` Simon Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200917180038.29226-1-pedro@palves.net \
--to=pedro@palves.net \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox