Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix "thread find" with multi inferior/target (PR gdb/26631)
@ 2020-09-17 18:00 Pedro Alves
  2020-09-17 18:00 ` [PATCH 1/2] Split gdb.multi/multi-target.exp into separate testcases Pedro Alves
  2020-09-17 18:00 ` [PATCH 2/2] Fix "thread find" with multiple inferiors/targets (PR gdb/26631) Pedro Alves
  0 siblings, 2 replies; 8+ messages in thread
From: Pedro Alves @ 2020-09-17 18:00 UTC (permalink / raw)
  To: gdb-patches

"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



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

end of thread, other threads:[~2020-09-18 13:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 18:00 [PATCH 0/2] Fix "thread find" with multi inferior/target (PR gdb/26631) Pedro Alves
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

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