From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x842.google.com (mail-qt1-x842.google.com [IPv6:2607:f8b0:4864:20::842]) by sourceware.org (Postfix) with ESMTPS id 70032389366C for ; Wed, 29 Apr 2020 18:18:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 70032389366C Received: by mail-qt1-x842.google.com with SMTP id b1so2731922qtt.1 for ; Wed, 29 Apr 2020 11:18:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+CQfoWhRTcjCyoCFzlE00DD/5PPnkuGKdbqZ7ej+IfU=; b=H84K7OaBOq2yQWylnZ4CnVurUv9V6o4zDQMAp9qTFY5SNBHV2BmkhlzeCmp4t6Hsti KXiwG5uHNoc+JdMCPs4FY2IyoQa8imzoFQh9xhGgrIFJP8mwUx9G47M8+DIpK6/EITci QHPOv+z94GgDgg37GSTdjYVazzmmO+vJ7e7myPrEuPh8yxquJyixQ7BPllSKYYTOEbHU yDdKTfDKP4ovILaJN57n2I6z7KjZ7B9L+V4GwIqmODuHxq5fkDu+U4MHh3hKy6qsgpyu 3VN3Ij6B8uuwSQzp7keQYcWa6gvZI8C4Dkxp2os5UP+iKLsSg9e4UZm/krZLGxpjQHuJ uk7w== X-Gm-Message-State: AGi0PuarohgFxZVuRegw70t4onuPSPfwytcAHN+67hTqbb/GjJGIs6we F6xWIAZYqEMdXMX3m6o3jHywGYTzioBtzHSXuD3o9pX0fkw= X-Google-Smtp-Source: APiQypLaWMfjH44FxHCv7qWcQqPhf0HwtxPGgp6uG5iM4a6ofTSN0txTchesJfvsLUkYk9laz9loO95Q7/A1OGZeYOA= X-Received: by 2002:ac8:60d2:: with SMTP id i18mr35335090qtm.244.1588184335577; Wed, 29 Apr 2020 11:18:55 -0700 (PDT) MIME-Version: 1.0 References: <20200429181254.GA16641@adacore.com> In-Reply-To: <20200429181254.GA16641@adacore.com> From: Christian Biesinger Date: Wed, 29 Apr 2020 13:18:19 -0500 Message-ID: Subject: Re: GDB 9.2 release -- 2020-04-29 update To: Joel Brobecker Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-22.1 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL 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: Wed, 29 Apr 2020 18:18:58 -0000 On Wed, Apr 29, 2020 at 1:13 PM Joel Brobecker wrote: > > Hi everyone, > > Not much traffic on the 9.2 front since my last update (Apr 9th). > > Right now, we only have 2 fixes in GDB 9.2: > > * Fix resizing of GDB TUI windows via 'winheight'. > * Fix printf of a convenience variable holding an inferior address > > Searching for bugs marked for 9.2 in bugzilla > (https://sourceware.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&list_id=52943&product=gdb&query_format=advanced&target_milestone=9.2) > yields an empty list. > > Are there issues that you know of that you think should be > included in 9.2? Debian's gdb 9.1-3 package included this patch: https://salsa.debian.org/gdb-team/gdb/-/commit/fc7eb52632799c023c7bfe87ed582a32049690d9 I think it may be good to merge that to the branch too. Christian