From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 16 15:20: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 5B7A0B50 for ; Tue, 16 Oct 2012 15:20: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 29CC48FC19 for ; Tue, 16 Oct 2012 15:20: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 q9GFK1Kd072975 for ; Tue, 16 Oct 2012 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9GFK1pW072974; Tue, 16 Oct 2012 15:20:01 GMT (envelope-from gnats) Date: Tue, 16 Oct 2012 15:20:01 GMT Message-Id: <201210161520.q9GFK1pW072974@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Luca Pizzamiglio 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: Luca Pizzamiglio List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 15:20:01 -0000 The following reply was made to PR ports/172572; it has been noted by GNATS. From: Luca Pizzamiglio To: bug-followup@freebsd.org, nkoch@demig.de Cc: Subject: Re: ports/172572: [patch] devel/gdb: add missing thread names Date: Tue, 16 Oct 2012 17:17:55 +0200 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