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 v3] Add -file-list-shared-libraries MI command


> From: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
> CC: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
> Date: Tue, 28 Feb 2017 17:07:29 -0500
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 21e8cd3..a5c5e0d 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -68,6 +68,10 @@ flash-erase
>    Erases all the flash memory regions reported by the target.  This is
>    equivalent to the CLI command flash-erase.
>  
> +-file-list-shared-libraries
> +  List the shared libraries in the program.  This is
> +  equivalent to the CLI command "info shared".
> +
>  *** Changes in GDB 7.12

This part is OK.

> -The corresponding @value{GDBN} command is @samp{info shared}.
> +The corresponding @value{GDBN} command is @samp{info shared}. The fields
                                                               ^^
Two spaces there.

> +have a similar meaning than the @code{=library-loaded} notification.

"... a similar meaning to the @code{=library-loaded} notification"

The patch for the manual is OK with these fixed.

Thanks.


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