From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112008 invoked by alias); 20 Aug 2019 14:28:00 -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 111989 invoked by uid 89); 20 Aug 2019 14:28:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Aug 2019 14:27:58 +0000 Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5568569066 for ; Tue, 20 Aug 2019 14:27:57 +0000 (UTC) Received: by mail-wr1-f69.google.com with SMTP id k15so7114443wrw.18 for ; Tue, 20 Aug 2019 07:27:57 -0700 (PDT) Received: from ?IPv6:2001:8a0:f913:f700:4c97:6d52:2cea:997b? ([2001:8a0:f913:f700:4c97:6d52:2cea:997b]) by smtp.gmail.com with ESMTPSA id p4sm18162651wrs.6.2019.08.20.07.27.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 20 Aug 2019 07:27:55 -0700 (PDT) Subject: Re: [OB PATCH] Improve remote attach round-trips without btrace To: cem@freebsd.org, gdb-patches@sourceware.org References: From: Pedro Alves Message-ID: <2f92062b-68a7-ecd6-1218-33784bb364eb@redhat.com> Date: Tue, 20 Aug 2019 14:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-08/txt/msg00425.txt.bz2 On 8/19/19 8:18 PM, Conrad Meyer wrote: > Please find the 'git format-patch' formatted patch attached to this > email, and please let me know if you have any follow-up questions. I > have already sent a copyright disclaimer form email for this change to > assign@gnu. Thanks, this looks good. I don't see your assignment/disclaimer in fencepost yet, but given that change is small, that should not be a problem, so I went ahead and merged it. Pedro Alves