From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31181 invoked by alias); 18 Jul 2006 17:58:36 -0000 Received: (qmail 31147 invoked by uid 22791); 18 Jul 2006 17:58:36 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Jul 2006 17:58:34 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k6IHwVIQ022732; Tue, 18 Jul 2006 19:58:31 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6IHwVUd020486; Tue, 18 Jul 2006 19:58:31 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k6IHwVeR005800; Tue, 18 Jul 2006 19:58:31 +0200 (CEST) Date: Tue, 18 Jul 2006 17:59:00 -0000 Message-Id: <200607181758.k6IHwVeR005800@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: andrew.stubbs@st.com CC: gdb@sourceware.org In-reply-to: <44BCAA7C.6030503@st.com> (message from Andrew STUBBS on Tue, 18 Jul 2006 10:31:40 +0100) Subject: Re: Flipping ifelse.exp test References: <200607172302.k6HN2mlx002514@elgar.sibelius.xs4all.nl> <20060717234035.GA29855@nevyn.them.org> <44BCAA7C.6030503@st.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00130.txt.bz2 > Date: Tue, 18 Jul 2006 10:31:40 +0100 > From: Andrew STUBBS > > Hmmm, the point of the 'got here' was to ensure that GDB hadn't died > horribly, and that it was still capable of running commands. I think the > problem was that there is no output from the actual statement being > tested. That was with the original script I had. Perhaps now it is > implemented with gdb_test_multiple the prompt is enough. I think it is. Worst case, you'll get timeouts when things break again. Hopefully those will be annoying enough that things get fixed again soon ;-). Mark