From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95758 invoked by alias); 11 Jun 2018 09:41:50 -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 95744 invoked by uid 89); 11 Jun 2018 09:41:49 -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=petr, tesarik, Petr, Tesarik 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 09:41:47 +0000 Received: from relay2.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 62D1DAEB2; Mon, 11 Jun 2018 09:41:45 +0000 (UTC) Date: Mon, 11 Jun 2018 09:41:00 -0000 From: Petr Tesarik To: Pedro Alves Cc: gdb-patches@sourceware.org, Simon Marchi , John Baldwin , Jeff Mahoney Subject: Re: [PATCH 0/4] Allow loading symbol files with an offset Message-ID: <20180611114143.734171fd@ezekiel.suse.cz> In-Reply-To: <95cb3937-99e8-297c-a026-5ab3b86fc154@redhat.com> References: <20180608124000.10668-1-ptesarik@suse.cz> <95cb3937-99e8-297c-a026-5ab3b86fc154@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00274.txt.bz2 On Fri, 8 Jun 2018 14:34:13 +0100 Pedro Alves wrote: > On 06/08/2018 01:39 PM, Petr Tesarik wrote: > > From: Petr Tesarik > > > > Implement an "-o" option for symbol-file and add-symbol-file. > > Seems like this is missing gdb/NEWS entries for both the new > -o options, and for making the address argument of add-symbol-file > optional. Oh, I did not think about the NEWS file. > 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... Anyway, thank you for all the feedback! Petr T