This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/2] Add "set remote multiprocess-extensions-packet" command
- From: Pedro Alves <palves at redhat dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 24 Aug 2015 18:31:08 +0100
- Subject: Re: [PATCH 1/2] Add "set remote multiprocess-extensions-packet" command
- Authentication-results: sourceware.org; auth=none
- References: <1440436237-24015-1-git-send-email-palves at redhat dot com> <1440436237-24015-2-git-send-email-palves at redhat dot com> <8337z8h9zn dot fsf at gnu dot org>
On 08/24/2015 06:28 PM, Eli Zaretskii wrote:
>> gdb/doc/ChangeLog:
>> 2015-08-24 Pedro Alves <palves@redhat.com>
>>
>> * gdb.texinfo (Remote Configuration): Document the "set/show
>> remote multiprocess-extensions-packet" commands.
>
> What the ChangeLog entry promises the text doesn't keep:
AFAIK, that's really all there is to document this kind of
set remote foo-packet commands. Above that table we have:
For each packet @var{name}, the command to enable or disable the
packet is @code{set remote @var{name}-packet}. The available settings
are:
@multitable @columnfractions 0.28 0.32 0.25
@item Command Name
@tab Remote Packet
@tab Related Features
Thanks,
Pedro Alves
>
>> 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}
>
> Thanks.
>