From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id DC81C38533F0 for ; Fri, 9 Dec 2022 12:30:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DC81C38533F0 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3cW9-0000av-LI; Fri, 09 Dec 2022 07:30:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=qALyqMIn6dK6XtxdDfo1/AGevSA8ibrbm/qHBOZOiZk=; b=RqoXW2CpgoWQ vsZo9Sz7FkN+jD+vxDK+AHJlSNvImEEfrJlU81a1bpg/Eploy/tLdN7k5v6fEXNKtbrym3INLmzt2 VE+vvEKUiaBpfATIPacQ5CimCKCy/Y5E+IZvz5wNu8mFUeT58lbciSy/7MVhPGyE4DmHksf7qFM36 rjZ9fnPPrspPAPUpSIn3rS5VVAGfxnWt2uCSp9mc14FnQMe6ZtVPiWzrqY1KWYgPhY5QCJZxLdhl9 BNAK/VpHfP8QRzUxw6zd1/a+WsYVkDbKig4hwf78l/LCWqW9lFPlkvM5vN7qkGXzGowJuYHzKL7s4 fOtq0TzXkO0YGvfoJjh6/A==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3cW2-00028X-QP; Fri, 09 Dec 2022 07:30:16 -0500 Date: Fri, 09 Dec 2022 14:30:04 +0200 Message-Id: <83tu24zrn7.fsf@gnu.org> From: Eli Zaretskii To: Luis Machado Cc: brobecker@adacore.com, gdb-patches@sourceware.org, torbjorn.svensson@foss.st.com In-Reply-To: (message from Luis Machado via Gdb-patches on Fri, 9 Dec 2022 11:14:17 +0000) Subject: Re: [branching soon!] GDB 13 release -- 2022-12-04 update References: X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Fri, 9 Dec 2022 11:14:17 +0000 > Cc: Torbjorn SVENSSON > From: Luis Machado via Gdb-patches > > Hi Joel, > > Thanks for the update. > > On 12/4/22 04:33, Joel Brobecker via Gdb-patches wrote: > > Hello, > > > > *GREAT* progress with the list of issues that were addressed last week, > > as you'll see in the summary below. Thanks to everyone who helped with > > that strong push! > > > > We're down to one issue left, which have been under discussion. > > Hopefully we converge soon. Otherwise, I propose we still go ahead > > and branch, and we'll look at backporting the fix to the branch > > once it is available. > > > > Based on the above, I propose we aim for branching next weekend, > > Sat-Sun Dec 10-11. > > > > Thanks again, everyone. > > > > Fixed Since the Previous Update: > > -------------------------------- > > > > * [SimonM[ PR gdb/28275 > > commit_resumed_state assertion failure when killing running inferior and running again > > https://sourceware.org/bugzilla/show_bug.cgi?id=28275 > > > > * [TomT] PR symtab/29105 > > new DWARF reader still slow > > https://sourceware.org/bugzilla/show_bug.cgi?id=29105 > > > > * [TomDV,AndrewB] PR python/29712 > > UNRESOLVED: gdb.python/py-disasm.exp: global_disassembler=ReadMemoryGdbErrorDisassembler: disassemble test > > https://sourceware.org/bugzilla/show_bug.cgi?id=29712 > > > > * [TomT] PR gdb/29787 > > Bug 29787 - Using "set debug infrun on" and "set logging enabled" breaks GDB prompt and makes GDB crash > > https://sourceware.org/bugzilla/show_bug.cgi?id=29787 > > > > * [TomT] cli/29800 > > Trying to "document" an undefined command causes crash > > https://sourceware.org/bugzilla/show_bug.cgi?id=29800 > > > > Added Since the Last Update: > > ---------------------------- > > > > < none :) > > > > > 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 > > What is the decision regarding target-async support on MS-Windows? Will it be in GDB 13 or will it be deferred to GDB 14?