From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id DAA5239450EC for ; Tue, 10 Mar 2020 22:37:01 +0000 (GMT) Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AD26256066; Tue, 10 Mar 2020 18:37:01 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6vRVOpKIA3Ys; Tue, 10 Mar 2020 18:37:01 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 63F5056063; Tue, 10 Mar 2020 18:37:01 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D374B8946F; Tue, 10 Mar 2020 18:37:00 -0400 (EDT) Date: Tue, 10 Mar 2020 18:37:00 -0400 From: Joel Brobecker To: Sergio Durigan Junior Cc: Andrew Burgess , GDB Patches , Philippe Waroquiers , Pedro Alves Subject: Re: [PATCH] Fix printf of a convenience variable holding an inferior address Message-ID: <20200310223700.GA3029@adacore.com> References: <20190610211622.15237-1-philippe.waroquiers@skynet.be> <20200302024616.1049417-1-sergiodj@redhat.com> <20200303133918.GV3317@embecosm.com> <877e01h06g.fsf@redhat.com> <87wo81criy.fsf@redhat.com> <20200304105330.GA4745@adacore.com> <8736al5d8s.fsf@redhat.com> <20200307115849.GA20426@adacore.com> <877dztgmrr.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877dztgmrr.fsf@redhat.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Tue, 10 Mar 2020 22:37:02 -0000 Hi Sergio, > Alright, I just pushed a new commit to the gdb-9-branch: > > https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=141e490226a99e0359393ddaca5628c68de036dc > > The bug is: > > https://sourceware.org/bugzilla/show_bug.cgi?id=25650 Thank you! > I didn't set the Target Milestone there because I didn't see a "9.2" (or > "9.1.1"?) option. Indeed. Can you ask overseers to add "9.2"? It's important to have the target milestone set, because my scripts automatically fetches the list of PRs based on that target milestone, in order to produce the list of changes in the .2. -- Joel