From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89727 invoked by alias); 20 Aug 2019 16:17:40 -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 89718 invoked by uid 89); 20 Aug 2019 16:17:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:635 X-HELO: mail-io1-f67.google.com Received: from mail-io1-f67.google.com (HELO mail-io1-f67.google.com) (209.85.166.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Aug 2019 16:17:39 +0000 Received: by mail-io1-f67.google.com with SMTP id x4so13328859iog.13 for ; Tue, 20 Aug 2019 09:17:39 -0700 (PDT) Return-Path: Received: from mail-io1-f54.google.com (mail-io1-f54.google.com. [209.85.166.54]) by smtp.gmail.com with ESMTPSA id 3sm3418342iof.49.2019.08.20.09.17.36 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 20 Aug 2019 09:17:36 -0700 (PDT) Received: by mail-io1-f54.google.com with SMTP id p12so10938507iog.5 for ; Tue, 20 Aug 2019 09:17:36 -0700 (PDT) MIME-Version: 1.0 References: <2f92062b-68a7-ecd6-1218-33784bb364eb@redhat.com> In-Reply-To: <2f92062b-68a7-ecd6-1218-33784bb364eb@redhat.com> Reply-To: cem@freebsd.org From: Conrad Meyer Date: Tue, 20 Aug 2019 16:17:00 -0000 Message-ID: Subject: Re: [OB PATCH] Improve remote attach round-trips without btrace To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-08/txt/msg00431.txt.bz2 On Tue, Aug 20, 2019 at 7:28 AM Pedro Alves wrote: > > 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. Thanks, Pedro! Best, Conrad