From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by sourceware.org (Postfix) with ESMTPS id B9F643858296 for ; Sat, 26 Nov 2022 14:38:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B9F643858296 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-wr1-x42f.google.com with SMTP id cl5so10505200wrb.9 for ; Sat, 26 Nov 2022 06:38:10 -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:to:from:date :from:to:cc:subject:date:message-id:reply-to; bh=VFqEaJUKaIN28MNckaT3Y8CHmAe5Y90swO1LXJhmN2o=; b=hknf2wVwDkLMfep+B61u7WNxEiUi0j5eFGj0tbswPEA3dZev7bhtfF/UT/qv7pYhNy //iXO2Nk1cRfEIv1H6BDJ7Pik03a6+ha2mm5mLbIXX5sL+qqbPZaJnrbAhCfBLTaM4ex vHgEayK6O3E9PYXiBUuYD9bzFc2t8Y3soAwXDRfjlJHCydLFQPAt87J6H5C5uujyNaqr SGVgo9jokKnnxrlilPNAC6lKAfeDeoWW4H1MP4hjrMzf2StG6O2so9kCNRNiJgJEshaI p7mbQ4asMG5IHaFBDTgl7H5r1gMOIxhosJ0nPYg4Fvf9cUY+4XHC3AlqAIVz/yR15ks5 zv0g== 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:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=VFqEaJUKaIN28MNckaT3Y8CHmAe5Y90swO1LXJhmN2o=; b=u/rbI0ugE/j9Z2gYIO12vRoAvc51pSkH5MCYjB8burCEp5GXs85jvICF7qRGpbfCTR +U2DzPWTi9fwEXv3VGY5qsztgZJJdnHA2loXAVJ0gJdR4yWKbM0qWm5SfFyH9bcxXETK yjTV/S3s5qtlvyA1kZ7CyLF4rRA3c4hWTg5G3wKn0/eEFXv3sTZ9I78xBLDeZ/pdsqQb b9yPdlmuV7GtZRWID3yqqgkPpgTuv8orjbHwHuvDWxjyusopKUHMmpl80AWX8IuTWP70 4xYDUUJ/Q7TO6s7Ha24ObmvB7ohr0sYSu0x/MQRW2brSj+El4SWPdlj+ZGrWmFu/t5vd 1WHA== X-Gm-Message-State: ANoB5pmDLYbnsBiO10gw7BY0mp4WWDhEdOwCvQ9vLcys190VFSdeSv3U FJ4QEHvjIxFyTB1eCGx7NrtRcS5+jLYCSB121Q== X-Google-Smtp-Source: AA0mqf6Rhbb3AcponXXzcSbggy0LUQhoxMs89KXjnpoHXa6+kezFGSSZ42QKFwGWUAP1rvSRyjwHAg== X-Received: by 2002:a5d:524f:0:b0:242:dee:716c with SMTP id k15-20020a5d524f000000b002420dee716cmr1407855wrc.664.1669473489047; Sat, 26 Nov 2022 06:38:09 -0800 (PST) Received: from takamaka.gnat.com ([37.168.45.159]) by smtp.gmail.com with ESMTPSA id p15-20020a05600c468f00b003cfaae07f68sm10277366wmo.17.2022.11.26.06.38.07 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 26 Nov 2022 06:38:08 -0800 (PST) Received: by takamaka.gnat.com (Postfix, from userid 1000) id 0CDED814D8; Sat, 26 Nov 2022 18:38:04 +0400 (+04) Date: Sat, 26 Nov 2022 18:38:04 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: GDB 13 release -- 2022-11-26 update Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-3.9 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, Here is another update of where we are with respect to the GDB 13 release. As you guys can see, there is definite progress almost each week, but despite this, new entries arrive, or old ones seem to take quite a while, resulting in a good number of issues left for us to fix. At some point, I think we'll need to draw a line at some point, and take some measures towards at least branching. Let's say we give it another two weeks for the issues below. When the two weeks are up, we should start discussing the remaining issues to see which ones we anticipate can be fixed post branch, vs which ones (hopefully none) must be fixed prior to branching. I think we also need to start becoming stricter in our evaluation of what issues we need to fix prior to GDB 13 branching, and prior to GDB 13 release. As always, do not hesitate to send comments, suggestions, etc. -- Fixed Since the Previous Update: -------------------------------- * [RainerO] PR build/29791 Many gdbsupport files don't compile on Solaris https://sourceware.org/bugzilla/show_bug.cgi?id=29791 PR still open, but kept open for reasons independent of the GDB 13 release. Added Since the Last 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 patch series v2 (2022-11-22): https://sourceware.org/pipermail/gdb-patches/2022-November/194035.html Other Ongoing Items: -------------------- * [TomT] PR symtab/29105 new DWARF reader still slow https://sourceware.org/bugzilla/show_bug.cgi?id=29105 Not sure where we're at with this PR - I will ask Tom when I next talk to him. * [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 TomDV's patches are in. Andrew's latest version (v3, 2022-11-18) posted there: https://sourceware.org/pipermail/gdb-patches/2022-November/193983.html * [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 * [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 Patch submitted for review 2022-11-17: https://sourceware.org/pipermail/gdb-patches/2022-November/193923.html * [TomT] cli/29800 Trying to "document" an undefined command causes crash https://sourceware.org/bugzilla/show_bug.cgi?id=29800 Patch submitted for review 2022-11-18, approved: https://sourceware.org/pipermail/gdb-patches/2022-November/193967.html Thanks, -- Joel