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


> From: Pedro Alves <palves@redhat.com>
> Date: Mon, 24 Aug 2015 18:10:36 +0100
> 
> +set remote multiprocess-extensions-packet
> +show remote multiprocess-extensions--packet
                                      ^^
Extra hyphen.

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

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