From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25715 invoked by alias); 23 Sep 2004 20:01:17 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 25707 invoked from network); 23 Sep 2004 20:01:15 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 23 Sep 2004 20:01:15 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1CAZmE-0000mA-00; Thu, 23 Sep 2004 16:01:14 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 5BE184B102; Thu, 23 Sep 2004 16:01:26 -0400 (EDT) Date: Thu, 23 Sep 2004 20:01:00 -0000 From: Michael Chastain To: mark.kettenis@xs4all.nl Subject: Re: Help, DejaGnu bails out on sigstep.exp Cc: gdb@sources.redhat.com Message-ID: <41532B95.nail51S215NZ4@mindspring.com> References: <200409222115.i8MLFPfB001254@elgar.sibelius.xs4all.nl> <4151F25E.nailM4C1XP8W8@mindspring.com> <200409231851.i8NIpD6B000925@elgar.sibelius.xs4all.nl> In-Reply-To: <200409231851.i8NIpD6B000925@elgar.sibelius.xs4all.nl> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00207.txt.bz2 > That's indeed the case. Thanks! I'll check in the obvious patch. It would also be cool if gdb_test_multiple parsed for '#' and gave a better diagnostic. I don't think it can actually work because the new-line has gone away by that time. > The return is probably the input that is intended for GDB, but doesn't > arrive there. I'll look a bit further into it, and I'll post the > gdb.log if I don't manage to fix it. Yeah I need a gdb.log for that one. > P.S. Since you keep bugging about testsuite results (and rightly so), > can you tell me the guidelines again? Was it that you wanted the > output of: > > cat gdb.sum | grep -v ^PASS > > or something a bit more difficult? Stage 1: anything, anything at all Stage 2: cat gdb.sum | grep -v ^PASS also say what compiler you used (makes a big difference) Stage 3 (not available yet): i add some kind of cool gdb-test-run.xml file, and you just post that Michael