From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 4JDdEPxCzl/RRgAAWB0awg (envelope-from ) for ; Mon, 07 Dec 2020 09:58:04 -0500 Received: by simark.ca (Postfix, from userid 112) id 3FD661F096; Mon, 7 Dec 2020 09:58:04 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 96FBD1E552 for ; Mon, 7 Dec 2020 09:58:03 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1F45D3947C28; Mon, 7 Dec 2020 14:58:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F45D3947C28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1607353083; bh=88Xqm+jdxqy3kd3kylh7Ris9PQDo03U7Jxn+8Gj7PtE=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=FggLFSnIZTgseopIH9qi/+QKKaAlDnCquhEcjdQpryUwC0w9WDAm3zQoPf8Y3JPpI TwhDgHypS8qXlHVCwKx7QPtq6LoNEsZjUfc2LSGUuIk0xaPsWeNQgbiL8eq4KLjh09 C+4ohyvncYwqCTIlqflONfRJtMJVCd4uDIPzHQyw= Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id BE794389682A for ; Mon, 7 Dec 2020 14:58:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BE794389682A Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 5FDDA2FFAFB; Mon, 7 Dec 2020 09:58:01 -0500 (EST) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id s5pctUDvt_-S; Mon, 7 Dec 2020 09:58:01 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 262AE2FFCFD; Mon, 7 Dec 2020 09:58:01 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 262AE2FFCFD X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id U4L4vkCbcN-2; Mon, 7 Dec 2020 09:58:01 -0500 (EST) Received: from [10.0.0.11] (173-246-6-90.qc.cable.ebox.net [173.246.6.90]) by mail.efficios.com (Postfix) with ESMTPSA id 06B902FFCFC; Mon, 7 Dec 2020 09:58:01 -0500 (EST) Subject: Re: [PATCH 1/4] gdb: make discrete_position return optional To: Joel Brobecker , Simon Marchi via Gdb-patches References: <20201123162120.3778679-1-simon.marchi@efficios.com> <20201123162120.3778679-2-simon.marchi@efficios.com> <20201206053835.GC321750@adacore.com> Message-ID: <11f410ad-f939-5668-9566-00287a3a891d@efficios.com> Date: Mon, 7 Dec 2020 09:58:00 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.3 MIME-Version: 1.0 In-Reply-To: <20201206053835.GC321750@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 2020-12-06 12:38 a.m., Joel Brobecker wrote: > ... that you revision logs have the Change-Id: field, which I assume > was for when we were trying Gerrit out. Since it's no longer the case, > perhaps you might want to disconnect the hook that adds them > automatically? I use Gerrit myself for tracking the patches I send to GDB. That's the only reliable way I found to keep track of patches I've sent that I haven't merged yet, so they don't just get lost and forgotten on the list. And I presume it doesn't really cause an inconvenience to anybody. Simon