[PATCH v7 0/4] Implement the ability to start inferiors with a shell on gdbserver
Sergio Durigan Junior
sergiodj@redhat.com
Sun Jun 4 22:18:00 GMT 2017
Hi,
This is the seventh iteration of the patch series. You can see the
last version here:
<https://sourceware.org/ml/gdb-patches/2017-05/msg00098.html>
Changes from v6:
- Several small cleanups/fixes caught by Pedro.
- The testcase now doesn't run when using a remote target board. This
is because it is not trivial to set environment variables via
ssh/dejagnu, so one testcase fails.
- Using the new gdb/configure.nat file.
- The post_fork_inferior function on gdb/gdbserver/server.c now takes
a "my_startup_inferior" function pointer as argument. This is done
to avoid using startup_inferior directly, which is not declared on
all targets (e.g., win32).
Other than that, the patch hasn't changed.
Thanks,
Sergio.
More information about the Gdb-patches
mailing list