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 v7 0/4] Implement the ability to start inferiors with a shell on gdbserver


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.


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