From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31375 invoked by alias); 1 Jan 2010 11:12:06 -0000 Received: (qmail 31362 invoked by uid 22791); 1 Jan 2010 11:12:05 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,FH_DATE_PAST_20XX X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jan 2010 11:12:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 620692BAC0B; Fri, 1 Jan 2010 06:12:00 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id l7FdHdgNWC7y; Fri, 1 Jan 2010 06:12:00 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9A4F92BABF4; Fri, 1 Jan 2010 06:11:59 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 414C9F5937; Fri, 1 Jan 2010 12:11:28 +0100 (CET) Date: Fri, 01 Jan 2010 11:12:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Nick Roberts , gdb@sourceware.org, gdb-patches@sourceware.org Subject: Re: [patch] Fix crash on CLI indented comments [Re: [Bug:cli] Loading user-defined function generates an internal error] Message-ID: <20100101111128.GT2788@adacore.com> References: <19258.59036.731093.439412@totara.tehura.co.nz> <20091230054617.GA548@adacore.com> <19259.54163.166299.854635@totara.tehura.co.nz> <20100101084028.GA29969@host0.dyn.jankratochvil.net> <20100101103520.GR2788@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100101103520.GR2788@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00018.txt.bz2 > gdb/testsuite/ > > Test indented comment in file being sourced. > * gdb.base/commands.exp: Test indented comment in file being sourced. This patch is now in as well. (notice that I added the missing gdb.base in the name of the file - oops) -- Joel