public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Issue reconnecting to remote target afte fork
@ 2018-06-25 13:09 Andrew Burgess
  2018-06-25 13:09 ` [PATCH 2/2] gdb: Clean up inferior list when reconnecting to new target Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Andrew Burgess @ 2018-06-25 13:09 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

In this series two isses are addressed relating to reconnecting to an
extended-remote target after a fork.

The first patch is the most series, a GDB assertion failure, while the
second is more cosmetic, GDB leaving dead inferiors in the inferior
list after reconnecting.

---

Andrew Burgess (2):
  gdb: Fix assert for extended-remote target
  gdb: Clean up inferior list when reconnecting to new target

 gdb/ChangeLog                                      |  11 ++
 gdb/target.c                                       |  41 ++++++
 gdb/testsuite/ChangeLog                            |   9 ++
 gdb/testsuite/gdb.base/extended-remote-restart.c   |  60 +++++++++
 gdb/testsuite/gdb.base/extended-remote-restart.exp | 138 +++++++++++++++++++++
 5 files changed, 259 insertions(+)
 create mode 100644 gdb/testsuite/gdb.base/extended-remote-restart.c
 create mode 100644 gdb/testsuite/gdb.base/extended-remote-restart.exp

-- 
2.12.2

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

end of thread, other threads:[~2018-09-14 13:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25 13:09 [PATCH 0/2] Issue reconnecting to remote target afte fork Andrew Burgess
2018-06-25 13:09 ` [PATCH 2/2] gdb: Clean up inferior list when reconnecting to new target Andrew Burgess
2018-06-25 13:09 ` [PATCH 1/2] gdb: Fix assert for extended-remote target Andrew Burgess
2018-07-17 17:47 ` [PATCH 0/2] Issue reconnecting to remote target afte fork Andrew Burgess
2018-08-01 21:19   ` PING: [PATCHv2 " Andrew Burgess
2018-08-01 21:19   ` [PATCHv2 2/2] gdb: Clean up inferior list when reconnecting to new target Andrew Burgess
2018-08-08 12:31     ` Andrew Burgess
2018-08-29 10:46       ` PING: " Andrew Burgess
2018-09-13 10:52         ` Andrew Burgess
2018-09-14 13:36     ` Pedro Alves
2018-08-01 21:19   ` [PATCHv2 1/2] gdb: Fix assert for extended-remote target Andrew Burgess
2018-08-02 19:21     ` Tom Tromey
2018-08-08 12:23       ` Andrew Burgess

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