This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2] Fix mi_expect_stop for non-zero exit codes
- From: Simon Marchi <simon dot marchi at ericsson dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Thu, 15 May 2014 15:44:40 -0400
- Subject: Re: [PATCH v2] Fix mi_expect_stop for non-zero exit codes
- Authentication-results: sourceware.org; auth=none
- References: <1400015633-16145-1-git-send-email-simon dot marchi at ericsson dot com> <87bnuyantg dot fsf at fleche dot redhat dot com>
On 14-05-15 02:39 PM, Tom Tromey wrote:
>>>>>> "Simon" == Simon Marchi <simon.marchi@ericsson.com> writes:
>
> Simon> This patch was accepted almost a year ago, but I only recently
> Simon> received my commit access. I submit it again to make sure it is
> Simon> still relevant.
>
> Simon> Original submission: https://sourceware.org/ml/gdb-patches/2013-06/msg00736.html
>
> Thanks for linking to the original.
>
> Simon> 2014-05-13 Simon Marchi <simon.marchi@ericsson.com>
>
> Simon> * lib/mi-support.exp (mi_expect_stop): Expect message for
> Simon> inferiors that exit with non-zero exit code.
>
> Still ok. Thanks!
>
> Tom
>
Pushed, thanks.