From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21983 invoked by alias); 13 Nov 2014 14:16:39 -0000 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 Received: (qmail 21969 invoked by uid 89); 13 Nov 2014 14:16:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp15.uk.ibm.com Received: from e06smtp15.uk.ibm.com (HELO e06smtp15.uk.ibm.com) (195.75.94.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 13 Nov 2014 14:16:37 +0000 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 13 Nov 2014 14:16:34 -0000 Received: from d06dlp01.portsmouth.uk.ibm.com (9.149.20.13) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 13 Nov 2014 14:16:32 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id E83D217D8059 for ; Thu, 13 Nov 2014 14:16:41 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sADEGWNq13238604 for ; Thu, 13 Nov 2014 14:16:32 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sADEGU0J027045 for ; Thu, 13 Nov 2014 07:16:31 -0700 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-196.boeblingen.de.ibm.com [9.152.212.196]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sADEGTWi026980; Thu, 13 Nov 2014 07:16:30 -0700 From: Andreas Arnez To: Yao Qi Cc: , Andreas Krebbel Subject: Re: [PATCH 02/16] Eliminate literal line numbers in dbx.exp References: <1414597859-12523-1-git-send-email-arnez@linux.vnet.ibm.com> <1414598446-13831-2-git-send-email-arnez@linux.vnet.ibm.com> <87lhnfjl2i.fsf@codesourcery.com> Date: Thu, 13 Nov 2014 14:16:00 -0000 In-Reply-To: <87lhnfjl2i.fsf@codesourcery.com> (Yao Qi's message of "Thu, 13 Nov 2014 21:18:13 +0800") Message-ID: <87fvdnxk1u.fsf@br87z6lw.de.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14111314-0021-0000-0000-000001C4F4DC X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00267.txt.bz2 On Thu, Nov 13 2014, Yao Qi wrote: > Andreas Arnez writes: > >> gdb/testsuite/ChangeLog: >> >> * gdb.base/average.c: Add eye-catchers. >> * gdb.base/sum.c: Likewise. >> * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for >> regexps dynamically. > > Please mention the affected functions and procedures in the changelog > entry. It is OK with this fixed. Hm, after yesterday's OK from Pedro I asked Andreas Krebbel to push the series, and he did so earlier today. I can provide a patch for the ChangeLog if needed, but this will not help with the existing commit messages of course.