Add "set remote multiprocess-extensions-packet" command
authorPedro Alves <palves@redhat.com>
Mon, 24 Aug 2015 18:58:31 +0000 (19:58 +0100)
committerPedro Alves <palves@redhat.com>
Mon, 24 Aug 2015 18:58:31 +0000 (19:58 +0100)
commit73b8c1fda9f3759874a9a1a7e7402276da057153
tree9c8db5b4cb16899125b91fb3e04defdf4f336f90
parent4a626d0a0f451c3288a461f64a9f8a49790d422b
Add "set remote multiprocess-extensions-packet" command

Being able to force-disable the RSP multiprocess extensions is useful
for testing.

gdb/ChangeLog:
2015-08-24  Pedro Alves  <palves@redhat.com>

* NEWS (New commands): Mention set/show remote
multiprocess-extensions-packet.
* remote.c (remote_query_supported): Only tell the server to use
the multiprocess extensions if the user hasn't force-disabled them
with "set remote multiprocess-extensions-packet off".

gdb/doc/ChangeLog:
2015-08-24  Pedro Alves  <palves@redhat.com>

* gdb.texinfo (Remote Configuration): Document the "set/show
remote multiprocess-extensions-packet" commands.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/remote.c
This page took 0.024864 seconds and 4 git commands to generate.