From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64310 invoked by alias); 11 Jun 2018 18:41:37 -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 64254 invoked by uid 89); 11 Jun 2018 18:41:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:778, day X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Jun 2018 18:41:35 +0000 Received: from relay2.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id C3A46AD4C; Mon, 11 Jun 2018 18:41:32 +0000 (UTC) Date: Mon, 11 Jun 2018 18:41:00 -0000 From: Petr Tesarik To: Pedro Alves Cc: gdb-patches@sourceware.org, Simon Marchi , John Baldwin Subject: Re: [PATCH 0/4] Allow loading symbol files with an offset Message-ID: <20180611204130.01f299e4@ezekiel.suse.cz> In-Reply-To: <20180611114143.734171fd@ezekiel.suse.cz> References: <20180608124000.10668-1-ptesarik@suse.cz> <95cb3937-99e8-297c-a026-5ab3b86fc154@redhat.com> <20180611114143.734171fd@ezekiel.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00293.txt.bz2 On Mon, 11 Jun 2018 11:41:43 +0200 Petr Tesarik wrote: > On Fri, 8 Jun 2018 14:34:13 +0100 > Pedro Alves wrote: >[...] > > Note that the de facto standard in gdb is for each commit to > > have its own separate ChangeLog entry with date/author header instead > > of appending to the previous entry. > > That's what Emacs' add-change-log-entry did by default. I'll go find > out I can force it to start a new entry if the same author makes another > change on the same day... For the record, the corresponding variable is called add-log-always-start-new-record and should be set to t. Since GDB sources already include a .dir-locals.el, I wonder if it is worth a patch... Petr T