This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Handle output after 'Program exited normally' consistently
- From: PAUL GILLIAM <pgilliam at us dot ibm dot com>
- To: fnf at specifix dot com
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 11 May 2006 09:30:44 -0700
- Subject: Re: [RFA] Handle output after 'Program exited normally' consistently
- References: <200605110709.11444.fnf@specifix.com>
- Reply-to: pgilliam at us dot ibm dot com
On Thu, 2006-05-11 at 07:09 -0400, Fred Fish wrote:
> There are 21 places in the current gdb testsuite where the testsuite checks
> for 'Program exited normally' followed by a gdb prompt. All of them, with
> the exception of a couple, use a test like:
>
> -re ".*Program exited normally.*$gdb_prompt $" {
>
If something is done the same way in 21 places, why not put it in
lib/gdb.exp?
-=# Paul #=-