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] PR/12691 Add the inferior to Python exited event


> From: <Paul_Koning@Dell.com>
> CC: <gdb-patches@sourceware.org>
> Date: Thu, 15 Sep 2011 08:57:59 -0500
> 
> +An integer representing the exit code, if available, which the inferior 
> +has returned.  (The exit code could be unavailable if, for example,
> +@value{GDBN} detaches from the inferior.)  If the exit code is
> +unavailable, the attribute does not exist.

Fine with me, if by "don't exist" you mean literally that.


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