This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 13/13] Document "no debug info debugging" improvements
> From: Pedro Alves <palves@redhat.com>
> Date: Thu, 13 Jul 2017 16:32:09 +0100
>
> New in v2: updated/rewritten to describe that the simpler cast syntax
> assumes the function is prototyped.
>
> Here's the documentation bits for all the improvements.
>
> Note that the original "weak alias functions" paragraph ends up
> disappearing, because this patch, which I'm considering kind of part
> of this series, makes the alias case Just Work:
> https://sourceware.org/ml/gdb-patches/2017-07/msg00018.html
>
> gdb/ChangeLog:
> yyyy-mm-dd Pedro Alves <palves@redhat.com>
>
> * NEWS (Safer support for debugging with no debug info): New.
>
> gdb/doc/ChangeLog:
> yyyy-mm-dd Pedro Alves <palves@redhat.com>
>
> * gdb.texinfo (Variables) <Program Variables>: Document inspecting
> no-debug-info variables.
> (Symbols) <Examining the Symbol Table>: Document inspecting
> no-debug-info types.
> (Calling) <Calling functions with no debug info>: New subsection,
> documenting calling no-debug-info functions.
> (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
Same comments as before.
Thanks.