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/doc | |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2fc5fd0..29c66b8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2015-08-24 Pedro Alves <palves@redhat.com> + * gdb.texinfo (Remote Configuration): Document the "set/show + remote multiprocess-extensions-packet" commands. + +2015-08-24 Pedro Alves <palves@redhat.com> + * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI. <M32R>: Remove references to M32R/D. <M68K>: Remove references to target dbug. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5dfb14b..cd0abad 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20205,6 +20205,10 @@ are: @tab @code{Z0 and Z1} @tab @code{Support for target-side breakpoint condition evaluation} +@item @code{multiprocess-extensions} +@tab @code{multiprocess extensions} +@tab Debug multiple processes and remote process PID awareness + @item @code{swbreak-feature} @tab @code{swbreak stop reason} @tab @code{break} |