From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51110 invoked by alias); 4 Dec 2017 16:23:02 -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 51101 invoked by uid 89); 4 Dec 2017 16:23:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt0-f180.google.com Received: from mail-qt0-f180.google.com (HELO mail-qt0-f180.google.com) (209.85.216.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Dec 2017 16:23:01 +0000 Received: by mail-qt0-f180.google.com with SMTP id i40so22228474qti.8 for ; Mon, 04 Dec 2017 08:23:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=LaU+/YsxNOI3nllmg+66EdN3iYSKBGX5DkkMix8HLyw=; b=bxvLO7gwfxK8Olo4SkXm0evYIAECpMiytWpHEYMmRkGPAkl8LM1GKXJRTELd38AcCX 0cLj7zRc1Pdjw5pJ2yBjr7mnZWcHFwxWusjbkjoOXvdn5rx0kehhbgiVAFcXb1PiKC4T Fj+pFYPAiA+MWiDBVbRHhpWqlW2pY3LBTanPdadFYFvymenj6ezFssfBw4NcXbo9Xr6W YpT6GiJ9H4UXj8oa7zlL25cAwhnpC0jdUfkzYSUh60kkks2nnPEWf9F3BfluUpmv3hHr AvAXsbFM5h3XeSKQNslDeEbFhsKHC22KiTv0vJTwPkubNL5u2JcuQ8Rlns+r2D6NTAyK gRKA== X-Gm-Message-State: AKGB3mJ4IG2Exwj2aj9cy02aCIedQg5oI1tIEMUHGP7fJ0U6re0ee8Zc eH8CqFOT9OCyrWWByfc2Js7QY9evc2SzPDLxJUg= X-Google-Smtp-Source: AGs4zMb0mSl8MLQyhPVSTFKIvndSm4bi6eTPukSZeamKcwpY2ie7SUd6W2vnn78f9hvcOC9E0af9HsMaUp0H2eQAXBk= X-Received: by 10.55.212.207 with SMTP id s76mr20549989qks.147.1512404579421; Mon, 04 Dec 2017 08:22:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.132.161 with HTTP; Mon, 4 Dec 2017 08:22:59 -0800 (PST) In-Reply-To: <20171204145644.hjd3jisybmndqn7p@adacore.com> References: <20171204145644.hjd3jisybmndqn7p@adacore.com> From: Yao Qi Date: Mon, 04 Dec 2017 16:23:00 -0000 Message-ID: Subject: Re: GDB 8.1 branching 2017-12-04 update To: Joel Brobecker Cc: GDB Patches , Tom Tromey , Pedro Alves , Sergio Durigan Junior , Yao Qi Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00081.txt.bz2 On Mon, Dec 4, 2017 at 2:56 PM, Joel Brobecker wrot= e: > > * [YaoQ???] PR python/22475 > Python API: breakpoint subclass: GDB crashes if function called through= parse_and_eval() exits > > Yao - are you working on this PR? I am asking because you marked it > as targetting 8.1 with the following message: "Set the target > milestone to 8.1, although it is not a regression from last release.". No, I am not working on this. I am still testing ARM and AArch64 GDB, no extra cycles on this now. I may take a look at it if I finish all ARM a= nd AArch64 GDB testing, and 8.1 is not released yet. Can I clear the target of PR python/22475? --=20 Yao (=E9=BD=90=E5=B0=A7)