diff options
author | Pedro Alves <palves@redhat.com> | 2015-08-24 19:58:31 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-08-24 19:58:31 +0100 |
commit | 73b8c1fda9f3759874a9a1a7e7402276da057153 (patch) | |
tree | 9c8db5b4cb16899125b91fb3e04defdf4f336f90 /gdb/NEWS | |
parent | 4a626d0a0f451c3288a461f64a9f8a49790d422b (diff) | |
download | gdb-73b8c1fda9f3759874a9a1a7e7402276da057153.zip gdb-73b8c1fda9f3759874a9a1a7e7402276da057153.tar.gz gdb-73b8c1fda9f3759874a9a1a7e7402276da057153.tar.bz2 |
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ set debug bfd-cache show debug bfd-cache Control display of debugging info regarding bfd caching. +set remote multiprocess-extensions-packet +show remote multiprocess-extensions-packet + Set/show the use of the remote protocol multiprocess extensions. + * The "disassemble" command accepts a new modifier: /s. It prints mixed source+disassembly like /m with two differences: - disassembled instructions are now printed in program order, and |