From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22960 invoked by alias); 28 Aug 2004 05:48:18 -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 22925 invoked from network); 28 Aug 2004 05:48:17 -0000 Received: from unknown (HELO e31.co.us.ibm.com) (32.97.110.129) by sourceware.org with SMTP; 28 Aug 2004 05:48:17 -0000 Received: from westrelay05.boulder.ibm.com (westrelay05.boulder.ibm.com [9.17.193.33]) by e31.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id i7S5mFgM277286; Sat, 28 Aug 2004 01:48:15 -0400 Received: from austin.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by westrelay05.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i7S5kEh4129202; Fri, 27 Aug 2004 23:48:14 -0600 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id i7RFVURn046196; Fri, 27 Aug 2004 10:31:30 -0500 Date: Sat, 28 Aug 2004 05:48:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: Michael Chastain cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] GDB testsuite patch. (revised version) In-Reply-To: Message-ID: References: <41251A45.nail58D215HD7@mindspring.com> <4125BB8B.nailJWP1FZGHJ@mindspring.com> <20040825124945.GA25217@nevyn.them.org> <412C98BD.nail10P1YTPHK@mindspring.com> <412F49BA.nailEDT11A0NY@mindspring.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-08/txt/msg00761.txt.bz2 > gdb_file_cmd can return a positive number like '1' when no debugging > information is found which can be checked for in gdb.gdb/*.exp and exit > the testcase. This way the other tests are not effected coz they check for > $return < 0 > Sorry abt that ... that was a very bad idea of mine, it will never work. pls ignore my suggestion. -- manjo