From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 16 15:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A1BA22C for ; Tue, 16 Oct 2012 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 529D48FC14 for ; Tue, 16 Oct 2012 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9GFe1rF074931 for ; Tue, 16 Oct 2012 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9GFe1VU074930; Tue, 16 Oct 2012 15:40:01 GMT (envelope-from gnats) Date: Tue, 16 Oct 2012 15:40:01 GMT Message-Id: <201210161540.q9GFe1VU074930@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Norbert Koch Subject: Re: ports/172572: [patch] devel/gdb: add missing thread names X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Norbert Koch List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 15:40:01 -0000 The following reply was made to PR ports/172572; it has been noted by GNATS. From: Norbert Koch To: luca.pizzamiglio@gmail.com Cc: bug-followup@freebsd.org Subject: Re: ports/172572: [patch] devel/gdb: add missing thread names Date: Tue, 16 Oct 2012 17:31:21 +0200 Am 16.10.2012 17:17, schrieb Luca Pizzamiglio: > Hi all! > > thread's names will be added in the next patch I'll submit, merging > other modifications > I've received another approach to manage thread's names, parsing the > kinfo_proc structure. > > There're some advantages using the ptrace approach? > > Thanks for the support > > Best regards > Luca Hi, it was a quick&dirty hack to see threads' names. I just diff'ed system gdb sources and port gdb sources. I will appreciate any patch that improves my debug experience;-) Best regards, Norbert Koch