From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2672 invoked by alias); 28 Aug 2004 23:59:28 -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 2665 invoked from network); 28 Aug 2004 23:59:27 -0000 Received: from unknown (HELO mclean.mail.mindspring.net) (207.69.200.57) by sourceware.org with SMTP; 28 Aug 2004 23:59:27 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1C1D6U-00039n-00; Sat, 28 Aug 2004 19:59:26 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id C3B634B102; Sat, 28 Aug 2004 19:59:29 -0400 (EDT) Date: Sat, 28 Aug 2004 23:59:00 -0000 From: Michael Chastain To: manjo@austin.ibm.com, gdb-patches@sources.redhat.com Subject: Re: [patch/testsuite] gdb_file_cmd: enhance return value Message-ID: <41311C61.nailEAF11S0DZ@mindspring.com> References: <412FC668.nailENL1TNTCG@mindspring.com> In-Reply-To: <412FC668.nailENL1TNTCG@mindspring.com> 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-08/txt/msg00764.txt.bz2 Committed. Bring on the new gdb.gdb/*.exp code! === 2004-08-27 Michael Chastain With code from Manoj Iyer : * lib/gdb.exp (gdb_file_cmd): Return more information in the return value. Add an arm for "no debugging symbols found". Change a stray "error" to "perror". (gdb_run_cmd): Adapt to new return value. * gdb.base/remote.exp: Adapt to new return value. * gdb.gdb/complaints.exp: Likewise. * gdb.gdb/observer.exp: Likewise. * gdb.gdb/selftest.exp: Likewise. * gdb.gdb/xfullpath.exp: Likewise.