From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 1tnMOhYvy2B+JwAAWB0awg (envelope-from ) for ; Thu, 17 Jun 2021 07:16:38 -0400 Received: by simark.ca (Postfix, from userid 112) id E05F81F163; Thu, 17 Jun 2021 07:16:38 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=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 3BD971E54D for ; Thu, 17 Jun 2021 07:16:38 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CDCA33894C1F for ; Thu, 17 Jun 2021 11:16:37 +0000 (GMT) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by sourceware.org (Postfix) with ESMTPS id CD66C3857808 for ; Thu, 17 Jun 2021 11:16:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CD66C3857808 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f51.google.com with SMTP id f2so6289698wri.11 for ; Thu, 17 Jun 2021 04:16:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=FoY+9FucdGjyrVzVdf2VHPdbgkN7RCCgPyaQNymbbsU=; b=uGA6jdoxtAZCHEcEzwSBOh/ZzLMTMmtVnDjIkTkiqd9g0MiuAvzkMKg1xURqWTFrOr +/6HwP+qsgLzNOG3amtmH3w4YMuQBo9Mg7bngKrTNQJbC2RJnyXM8pzsUpCY6oqPwfIg OAMRVoHBlIePcxZ12kgyeJOHeBdbqkIBAOAqQo46kYjh1qE82D14tkLKf4gggXBQJWGB 1hhQJY4Sle+3/0ft1ugL/nP54enmWQ1ipOfcMCODliLTC5K9gXSBkZB6/22pGTco+5in ftn7Lzb6AGNTChRrJGNjG0QLx979yK1R+NVRvKCjMKXTsohYvca8e0nZcAOQCOhOe/kC 44VA== X-Gm-Message-State: AOAM530uu+mV53u/1h0i9mnM/RPpO3Lp9fUyOgCvItA0OVX1Y+qEP+dK F8usbupgjiJxRe3qyIKg+hE= X-Google-Smtp-Source: ABdhPJzXryiqykIMkjksDtddwSzYdapNkTpIViPLVltfO2IFbuGgClWZU5nvKgm2GWsTIZj1dbYizw== X-Received: by 2002:a5d:59a3:: with SMTP id p3mr5152187wrr.284.1623928585908; Thu, 17 Jun 2021 04:16:25 -0700 (PDT) Received: from ?IPv6:2001:8a0:f932:6a00:6b6e:c7b6:c5a7:aac3? ([2001:8a0:f932:6a00:6b6e:c7b6:c5a7:aac3]) by smtp.gmail.com with ESMTPSA id r1sm4657115wmh.32.2021.06.17.04.16.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 17 Jun 2021 04:16:25 -0700 (PDT) Subject: Re: GDB 11 branching update (2021-06-13) From: Pedro Alves To: Joel Brobecker , gdb-patches@sourceware.org References: <20210613143156.GA1615771@adacore.com> Message-ID: <404636b8-f579-f5ec-09ae-88fd8ca9a299@palves.net> Date: Thu, 17 Jun 2021 12:16:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210613143156.GA1615771@adacore.com> Content-Type: text/plain; charset=utf-8 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: , Cc: bernd.edlinger@hotmail.de, tom@tromey.com, Sergey.Belyashov@gmail.com Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2021-06-13 3:31 p.m., Joel Brobecker wrote: > * [Bernd/PedroA/TomT] TUI issues from mouse-support patch > https://sourceware.org/pipermail/gdb-patches/2021-June/179541.html (FWIW, this was HannesD, not Bernd) > > Under discussion, but looks like there is good progress. > It's a bit difficult for me to follow the discussions because > I don't know TUI -- would you let me know when you think > all blocking issues have been resolved? I've merged the fix for this now. I believe the issue is resolved. I'd still like to get the NEWS and docs bits for the TUI mouse in, though. I'll take a look at those. Pedro Alves