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]

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


Ping.

Thanks,
Andrew

* Andrew Burgess <andrew.burgess@embecosm.com> [2018-06-25 14:09:28 +0100]:

> 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]