Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix gdbserver crash on all non-GNU/Linux targets
@ 2015-08-24 17:10 Pedro Alves
  2015-08-24 17:10 ` [PATCH 1/2] Add "set remote multiprocess-extensions-packet" command Pedro Alves
  2015-08-24 17:10 ` [PATCH 2/2] gdbserver crashes when multiprocess extensions aren't supported Pedro Alves
  0 siblings, 2 replies; 6+ messages in thread
From: Pedro Alves @ 2015-08-24 17:10 UTC (permalink / raw)
  To: gdb-patches

Documentation review needed on patch #1.

This series fixes the crash Ulrich reported here:

  https://sourceware.org/ml/gdb-patches/2015-08/msg00675.html

In order to add a test that exposes the issue on GNU/Linux, I need to
add the missing "set remote ...-packet" knob to disable the
multiprocess extensions.

I've pushed this to the
users/palves/gdbserver-crash-without-multiprocess branch for testing
convenience.

Pedro Alves (2):
  Add "set remote multiprocess-extensions-packet" command
  gdbserver crashes when multiprocess extensions aren't supported

 gdb/NEWS                                           |  4 ++
 gdb/doc/gdb.texinfo                                |  4 ++
 gdb/gdbserver/inferiors.c                          |  8 +++
 gdb/gdbserver/inferiors.h                          |  3 +
 gdb/gdbserver/remote-utils.c                       |  7 ++-
 gdb/remote.c                                       |  7 ++-
 .../gdb.server/connect-without-multi-process.c     | 22 +++++++
 .../gdb.server/connect-without-multi-process.exp   | 68 ++++++++++++++++++++++
 8 files changed, 118 insertions(+), 5 deletions(-)
 create mode 100644 gdb/testsuite/gdb.server/connect-without-multi-process.c
 create mode 100644 gdb/testsuite/gdb.server/connect-without-multi-process.exp

-- 
1.9.3


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

end of thread, other threads:[~2015-08-24 17:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-24 17:10 [PATCH 0/2] Fix gdbserver crash on all non-GNU/Linux targets Pedro Alves
2015-08-24 17:10 ` [PATCH 1/2] Add "set remote multiprocess-extensions-packet" command Pedro Alves
2015-08-24 17:28   ` Eli Zaretskii
2015-08-24 17:31     ` Pedro Alves
2015-08-24 17:34       ` Eli Zaretskii
2015-08-24 17:10 ` [PATCH 2/2] gdbserver crashes when multiprocess extensions aren't supported Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox