From nobody Thu Feb 12 06:43:23 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fBQk25LdDz6SRJP; Thu, 12 Feb 2026 06:43:38 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4fBQk217Mmz3fTF; Thu, 12 Feb 2026 06:43:38 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1] (may be forged)) by kib.kiev.ua (8.18.1/8.18.1) with ESMTP id 61C6hNZT018566; Thu, 12 Feb 2026 08:43:26 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 61C6hNZT018566 Received: (from kostik@localhost) by tom.home (8.18.1/8.18.1/Submit) id 61C6hNjb018565; Thu, 12 Feb 2026 08:43:23 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 12 Feb 2026 08:43:23 +0200 From: Konstantin Belousov To: John Baldwin Cc: Minsoo Choo , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 8f23665fed2f - main - pcb.h: mark struct pcb to be preserved Message-ID: References: <69896027.2112e.2852c0dd@gitrepo.freebsd.org> <5bec84ad-a01e-4931-98e6-4ba06adb1237@FreeBSD.org> <0bf02b0d-4115-4d10-93c0-e75a8733f75a@FreeBSD.org> <25886a45-b8f0-45b0-8ed2-f1ffb56bbcbe@FreeBSD.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <25886a45-b8f0-45b0-8ed2-f1ffb56bbcbe@FreeBSD.org> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.2 X-Spam-Checker-Version: SpamAssassin 4.0.2 (2025-08-27) on tom.home X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Queue-Id: 4fBQk217Mmz3fTF X-Spamd-Bar: ---- On Wed, Feb 11, 2026 at 09:23:57AM -0500, John Baldwin wrote: > On 2/10/26 22:55, Konstantin Belousov wrote: > > BTW, since we are talking about gdb. > > What blocks updating the gdb port to 17.1? We are already two versions > > behind. If it is kgdb, then could gdb port be split into userspace gdb > > and kgdb, and have ugdb updated on each GNU release? > > I just haven't gotten around to it. :( I can move it higher up the priority > list. I have a kgdb branch that I can rebase fairly easily. I would humbly repeat my proposal splitting the port into gdb and kgdb. This would greatly reduce the pressure, since I believe the number of people needing the most recent userspace debugger is much higher.