From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x429.google.com (mail-pf1-x429.google.com [IPv6:2607:f8b0:4864:20::429]) by sourceware.org (Postfix) with ESMTPS id A7DD33858D35 for ; Sun, 30 Jul 2023 23:03:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A7DD33858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-pf1-x429.google.com with SMTP id d2e1a72fcca58-686f38692b3so3725159b3a.2 for ; Sun, 30 Jul 2023 16:03:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; t=1690758226; x=1691363026; h=content-disposition:mime-version:message-id:subject:cc:to:from:date :from:to:cc:subject:date:message-id:reply-to; bh=JnrHUIuVrzK8oGfSk3/1xdTLZFtPZuQNTZf7ail/H2c=; b=cOi8WTqi4MyrxTLL634c3B+2xE695/EnYbReM7Qec1n0ngqCp4TdwwCz8+SkgtZNtt cMFftRPKH0oFbkq7YOJj6oRdpASyA2SvFW3fQtZCmCEfvq4HuFpMXbctAHm6mlszDjS/ CKHnLeBNw4VEUroSKE9DG7k4f5ssC5bvALSqHSIzK0++amZ8pMrqjU+J0IDzTkSrnA2+ RwfcAGGsxSd06WuD3jbcns2COigiKlNfVkN+wTb4E1yclbHidAvDAoFEutP6f5ZbZAZT GfFwnNYsz09Q8j102EjUn/67E8/hc7KTR3nf7c3XWb0zhtYbkXP00d40xEohzyx9Dz+s CGDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690758226; x=1691363026; h=content-disposition:mime-version:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=JnrHUIuVrzK8oGfSk3/1xdTLZFtPZuQNTZf7ail/H2c=; b=imMg6iNHmnO3cJrBr/STMcsB0bNTY9R8EwwtbZe9ryRUAqecDLyXf1o5IJhJjcd8iv 2SDoA35RDvKc3fpZIVnAAfKhh7VXb8Y5Z3nagBaM+1IgDMhqm15zZ0T4yYyo2gGHqWvZ 94GsYfAwd7QDNAq7mOlBsAfb5uAAefCjodPZV6/D/+DTugvYqJG60r3Zl7W3fyfdJVIU ry2APe9zjfGWquGejwvA2Mzi0WQiifd0WW40SoHlSnhMWaF09kCO8tXav/FdfnsmvRgu sTA5tIsEI8oQvurIBILe8SifP2kjAkq4NV+5KzNF/SR1lqcM2raAB+xYjkQOyQE3Fb+c AXNQ== X-Gm-Message-State: ABy/qLaaA6MUCq0a5ltYVyee+lzyFGqEd1LJxhS3skN/33HBbZrqE9aG 9o4mZXywVxOMJojxaxpuDmmXzYQ/GuxYU6UabQ== X-Google-Smtp-Source: APBJJlHEUyhBXcmrOJRqZ4aD1YBcuS9qp2fpKmyUj0YEWWvSzJWWGtBg1WS2eG0qPQ5Qv9yOiKrh7Q== X-Received: by 2002:a05:6a20:9719:b0:11c:fc27:cda4 with SMTP id hr25-20020a056a20971900b0011cfc27cda4mr8331650pzc.11.1690758226566; Sun, 30 Jul 2023 16:03:46 -0700 (PDT) Received: from takamaka.gnat.com ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id c22-20020aa78816000000b006870b923fb3sm4537925pfo.52.2023.07.30.16.03.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 30 Jul 2023 16:03:45 -0700 (PDT) Received: by takamaka.gnat.com (Postfix, from userid 1000) id 20284819E4; Sun, 30 Jul 2023 16:03:45 -0700 (PDT) Date: Sun, 30 Jul 2023 16:03:45 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: GDB 14 branching & release -- 2023-07-30 update Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi everyone, Just a quick status update on the GDB 14 branching and release. Currently, we have a number of issues that we'd like to be fixed in GDB 14. Here is the list: * [JohnB] Handle variable XSAVE layouts https://sourceware.org/pipermail/gdb-patches/2023-July/200895.html * [JohnB] Fixes for multiprocess for FreeBSD's native target (v2) https://sourceware.org/pipermail/gdb-patches/2023-July/200962.html + 12 GDB PRs marked for 14.1 in bugzilla (not listed yet). 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=24362&product=gdb&query_format=advanced&target_milestone=14.1 The majority are DAP PRs kindly opened by Tom. The rest are various issues. I'll monitor the situation for all those issues. Expect the next update hopefully during the weekend of Aug 19-20. -- Joel