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: [RFA/doco/commit] Make the "info dll" command available on all platform.


> From: Joel Brobecker <brobecker@adacore.com>
> Date: Tue,  5 May 2015 11:02:49 -0700
> 
> A follow-up on a discussion we had a while back:
> https://www.sourceware.org/ml/gdb-patches/2015-01/msg00050.html
> 
> The "info dll", an alias of the "info sharedlibrary" command, is
> currently only defined in windows native versions. This patch makes
> it universally available by moving the alias declaration to solib.c,
> and adjusts the documentation accordingly.
> 
> Making it universally available has two benefits:
>   - Windows users moving to a Unix platforms are still able to use
>     the same command for getting the list of shared libraries;
>   - Unix to Windows cross debuggers now provide that command also.
> 
> gdb/ChangeLog:
> 
>         * solib.c (_initialize_solib): Add "info dll" alias creation.
>         * windows-nat.c (set_windows_aliases): Delete.
>         (_initialize_windows_nat): Remove deprecated_init_ui_hook
>         assignment.
>         * NEWS: Add news entry about "info dll" now being available
>         on all platforms.
> 
> gdb/doc/ChangeLog:
> 
>         * gdb.texinfo (Files): Add "info dll" documentation.
>         (Cygwin Native): Remove "info dll" documentation.

The documentation parts are OK.

Thanks.


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