From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1294 invoked by alias); 22 Nov 2002 19:09:32 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1287 invoked from network); 22 Nov 2002 19:09:30 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by sources.redhat.com with SMTP; 22 Nov 2002 19:09:30 -0000 Received: (from jimb@localhost) by zenia.red-bean.com (8.11.6/8.11.6) id gAMIqZF28366; Fri, 22 Nov 2002 13:52:35 -0500 To: gdb-patches@sources.redhat.com CC: Fernando Nasser Subject: Re: RFA: add testsuite function for answering internal error questions References: From: Jim Blandy Date: Fri, 22 Nov 2002 11:09:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-11/txt/msg00552.txt.bz2 Actually, I've reverted this, and the other change to gdb.base/step-line.exp. Daniel J. pointed out that they've been committed to the 5.3 branch, but weren't present on the trunk; in a sleepy haze, it seemed to me that I should just check them in. Fernando, any comment on these? The companion patch is: "RFA: test macro expansion in presence of #line directives" Jim Blandy writes: > I've committed this. > > Jim Blandy writes: > > > [re-posting: bad changelog entry.] > > > > 2002-11-06 Jim Blandy > > > > * lib/gdb.exp (gdb_internal_error_regexp): New variable. > > (gdb_internal_error_resync): New procedure. > > (gdb_test): If the command results in an internal error, > > answer GDB's questions until we get back to a prompt.