This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] Add "set remote multiprocess-extensions-packet" command


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.
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]