This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Issue reconnecting to remote target afte fork


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]