This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] gdb.trace/*.exp send_gdb vs. gdb_test
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Pedro Alves <pedro at codesourcery dot com>
- Cc: Michael Snyder <msnyder at vmware dot com>, "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>, Stan Shebs <stan at codesourcery dot com>
- Date: Wed, 2 Jun 2010 15:07:49 -0700
- Subject: Re: [RFA] gdb.trace/*.exp send_gdb vs. gdb_test
- References: <4BFEB77D.4080107@vmware.com> <201005272350.40581.pedro@codesourcery.com> <4C06B438.1090508@vmware.com> <201006022258.02225.pedro@codesourcery.com>
> Huh! It looks like it got left behind when somebody removed
> gdb_supported_entire_file calls from these tests. I see things
> like these in gdb 6.0:
>
> gdb_expect {
> -re "MIS-MATCHED.*$gdb_prompt $" {
> gdb_suppress_entire_file "Symbol file does not match target!
> all tests in this module will fail.";
> }
Ugh! (I hope it wasn't me - I remember talking about them a long while ago)
--
Joel