From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 0383E3858415 for ; Mon, 22 Nov 2021 16:54:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0383E3858415 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-156-8UNeOqidOk23kXXkpC2GZw-1; Mon, 22 Nov 2021 11:54:07 -0500 X-MC-Unique: 8UNeOqidOk23kXXkpC2GZw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B471810144E0; Mon, 22 Nov 2021 16:54:06 +0000 (UTC) Received: from [10.97.116.84] (ovpn-116-84.gru2.redhat.com [10.97.116.84]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 726605DF5F; Mon, 22 Nov 2021 16:54:04 +0000 (UTC) Message-ID: <252590db-4a8f-68ac-fad5-382783e5ea02@redhat.com> Date: Mon, 22 Nov 2021 13:54:01 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: GDB 11.2 ("re-spin") update (2021-11-21) To: Joel Brobecker , gdb-patches@sourceware.org References: From: Bruno Larsen In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Mon, 22 Nov 2021 16:54:14 -0000 On 11/21/21 10:47, Joel Brobecker via Gdb-patches wrote: > Hello everyone, > > It's been just over two months since we release GDB 11.1, > and so let's try to get GDB 11.2 out. > > So far, we have 3 fixes that got in: > > * PR build/28318 ([gdb/build] std::thread support configure check does not use CXX_DIALECT) > * PR tui/28483 ([gdb/tui] breakpoint creation not displayed) > * PR build/28555 (uclibc compile failure since commit 4655f8509fd44e6efabefa373650d9982ff37fd6) > > I know of a couple of items (listed below). Are there any other issues > you're aware of that you think we should fix for the .2? I'm wondering if PR 28480 (https://sourceware.org/bugzilla/show_bug.cgi?id=28480) is relevant enough to be on .2; A solution is already on the list (https://sourceware.org/pipermail/gdb-patches/2021-November/183243.html) but hasn't been accepted yet Basically, with this proposed solutions, things will stop breaking silently and will now loudly warn if ambiguous requests are made. > > Finally, just a quick reminder that all fixes going in the .2 > should have a corresponding PR ;-). > > Thank you! > > Ongoing Items: > -------------- > > * [Andrew?] > arm-none-eabi: internal-error: first_resumed_thread != nullptr failed assertion > https://sourceware.org/bugzilla/show_bug.cgi?id=28405 > > Andrew sent a patch on Oct 5th: > https://sourceware.org/pipermail/gdb-patches/2021-October/182394.html > > Simon's review: > https://sourceware.org/pipermail/gdb-patches/2021-November/183388.html > > * [Tromey] <*** NEEDS BUGZILLA PR ***> > Allow DW_ATE_UTF for Rust characters > > Patch available at: > https://sourceware.org/pipermail/gdb-patches/2021-October/182960.html > > > Not Critical, but Requested: > ---------------------------- > > * [SimonM as awesome supporter and reviewer] > gdb on OSX Mojave hangs in darwin_decode_message > https://sourceware.org/bugzilla/show_bug.cgi?id=24069 > > No progress since Jul 2021. > > I know that the state of GDB on MacOS is very poor at the moment, > and so having this PR fixed for 11.1 would be very nice. I don't > think this PR should block the release, though. This is not new, > and I'm not sure whether we can expect for us to converge without > too much delay. There are good signs, though, with regular > activity on the PR, lately. So let's see how it goes... > > * [BerndE] Improve debugging of optimized code > https://sourceware.org/pipermail/gdb-patches/2021-January/175617.html > > This is reported to fix > Wrong line for code containing inlined functions > > Andrew xref-ed to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94474 > > (2021-09-05) v3 posted at: > [0/3] https://sourceware.org/pipermail/gdb-patches/2021-September/181829.html > [1/3] https://sourceware.org/pipermail/gdb-patches/2021-September/181830.html > [2/3] https://sourceware.org/pipermail/gdb-patches/2021-September/181831.html > [3/3] https://sourceware.org/pipermail/gdb-patches/2021-September/181832.html > > Looks like those patches are a challenge to review > https://sourceware.org/pipermail/gdb-patches/2021-September/181930.html > > * [Simon] > Follow-up on x86-64 stub submission > https://sourceware.org/bugzilla/show_bug.cgi?id=26868 > > This is the submission in question: > https://sourceware.org/pipermail/gdb-patches/2020-November/173182.html > > For me, although I am not a lawyer, I don't think we can accept > the contribution without the author signing a copyright assignment > form. > > * [PhilippeW] Fix/complete option list/description in manual and in gdb --help > > RFA v2 (2021-06-20): > [RFAV2] Fix/complete option list/description in manual and in gdb --help. > https://sourceware.org/pipermail/gdb-patches/2021-June/180186.html > -- Cheers! Bruno Larsen