From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id EF76E3AA3099 for ; Sun, 18 Dec 2022 08:39:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EF76E3AA3099 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-wm1-x32b.google.com with SMTP id b24-20020a05600c4a9800b003d21efdd61dso4471965wmp.3 for ; Sun, 18 Dec 2022 00:39:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-disposition:mime-version:message-id:subject:cc:to:from:date :from:to:cc:subject:date:message-id:reply-to; bh=razEMDSJy3CXyaq4XWkmdPPAEjgXfOWFAdYBJxRrdXA=; b=iMdu44uLv56ZLYIa8a3PDglvTQXKisS0LUdjPUxkKq9KlQKOo0nvbrRhxDK7LWXDrP U4958hEk5fKPuyTVBO19IpjYNi2j99zXwtos1bHlO9sdukGG0qfA0cpMXW+rmaKl07Kx soG6+X9IQB/T6f+rpmUJ2tenLCT4fuEV1qvHMqTBZv9DNy0iOaEjSUO60voQUKZGEN/E 05uAqmhtnBOfYGg0oaG8TUug5ROn4Nro5C7Nv4GATkVMq0T+maaYjNI3cgvXezi/lSOE 5rTKSQysFIxWOZKEGr1Lcbq9/Ne8WOCgNbym+gJqq6KOIwzhQbK3DIcIvAxrchO9Su7D V6RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=razEMDSJy3CXyaq4XWkmdPPAEjgXfOWFAdYBJxRrdXA=; b=YTnOX1lQRgmO8NkwJ6O3s2/f7bTu3n7XWt5l+UjJ3E2dax+BT2QCUxbuoEjeruIUfq qrjdY3o8JwVRqbIfIc0CPGp/lqb0dpk5KooHVWmjULSdTxfyCsXYpvHYrOwPDnQBMggf wSYWoQHcOg+mLlirdqpVzVxzswGpX6NGNGOomT5iaYazGI9wENSaxRZVZvgm3oJLfONy ouQ+XRi+vmrupMSmQjx2iu83jDoZvdBMiDHixiPJKdXYJWzyzCiDD7AxI8XeOuiUX9kI mAteginPC9wKxz+BDArKDa+0O+faRC4ZMimSzLxjHS0egFPXi5xGdqCt1gvMAdBEC4Z2 3/1g== X-Gm-Message-State: ANoB5pmhEroQINpnQMutPC/riVergxWo7JQ3RrvxNt40Z7rGZBimnKQx IqYnVZIQj3UQRLFbOucNwYgIuz6LL+OhyBWc9+A+ X-Google-Smtp-Source: AA0mqf5lVvT5m4fC3mV9WK4W7cVRXfRk98TMoOHnEQ+d5D468I7AJ4HuwIfBwrrsfvq8R/qHoUF+KA== X-Received: by 2002:a05:600c:3d96:b0:3cf:7704:50ce with SMTP id bi22-20020a05600c3d9600b003cf770450cemr28663391wmb.38.1671352747810; Sun, 18 Dec 2022 00:39:07 -0800 (PST) Received: from takamaka.gnat.com ([2a01:cb22:1d5:1100:4315:3361:3260:adac]) by smtp.gmail.com with ESMTPSA id o31-20020a05600c511f00b003cf71b1f66csm8987292wms.0.2022.12.18.00.39.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Dec 2022 00:39:07 -0800 (PST) Received: by takamaka.gnat.com (Postfix, from userid 1000) id 4C882824B0; Sun, 18 Dec 2022 12:39:05 +0400 (+04) Date: Sun, 18 Dec 2022 12:39:05 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: GDB 13 release -- 2022-12-18 update Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-4.7 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 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: Hello everyone, The gdb-13-branch has been created! Unlike more times, I haven't generated a pre-release yet, because we have a couple of known issues (See "Added Since the Last Update") with pending patches where I think it would be better if we wanted until there were both backported before we did send out the first pre-release. Hopefully soon! As always, for the .1 release, any patch approved for backporting by a Global Maintainer can be cherry-picked on the gdb-13-branch. In the meantime, below is a more detailed update. Fixed Since the Previous Update: -------------------------------- * [TomT] Windows target-async interrupt Added Since the Last Update: ---------------------------- * [TomT] c++/29896 GDB git doesn't recognize template function name https://sourceware.org/bugzilla/show_bug.cgi?id=29896 Patch series posted at this location (2022-12-15): https://sourceware.org/pipermail/gdb-patches/2022-December/194795.html * [EliZ] GDB build issues when mingw.org's version of MinGW https://sourceware.org/pipermail/gdb-patches/2022-December/194894.html Other Ongoing Items: -------------------- * [Torbjorn] tdep/29738 Arm M-profile dwarf2 unwinder performance suffers from exponential growth https://sourceware.org/bugzilla/show_bug.cgi?id=29738 patch v2, 2022-11-18, reviewed 2022-11-21: https://sourceware.org/pipermail/gdb-patches/2022-November/193960.html Aside from an email on Dec 8th, I don't see any updates on this one. -- Joel