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 v4] Implement $_exitsignal


> From: Sergio Durigan Junior <sergiodj@redhat.com>
> Cc: Doug Evans <dje@google.com>, Pedro Alves <palves@redhat.com>
> Date: Tue, 17 Sep 2013 14:50:21 -0300
> 
> +To distinguish between whether the program being debugged has exited
> +(i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
> +@code{$_exitsignal} is not @code{void}), the convenience function
> +@code{$_isvoid} can be used (see @ref{Convenience Funs,, Convenience
> +Functions}).

@pxref would be better here than "see @ref".

Otherwise, the documentation part is OK.

Thanks.


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