From owner-freebsd-hackers Mon May 5 19:20:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA07143 for hackers-outgoing; Mon, 5 May 1997 19:20:37 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA07138 for ; Mon, 5 May 1997 19:20:35 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.8.5) with ESMTP id TAA10088 for ; Mon, 5 May 1997 19:20:37 -0700 (PDT) Message-Id: <199705060220.TAA10088@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: hackers@freebsd.org Subject: gdb pthread aware? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 05 May 1997 19:20:37 -0700 From: Amancio Hasty Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk One of my pet projects is trying to get ACE to work in FreeBSD . I am doing this trying to understand the architecture of ACE and its C++ constructs.. As a by-product , I hope that with the help of other hackers , we can deliver a very robust version of ACE. Once ACE is fully ported it will open the way for complex server / client / application framework. If we want users to exploit frame works such as ACE it is critical for us to have debugging capability for threads. I think that the combination of ACE and the C++ graphic library Qt can be a very interesting tool set to have for FreeBSD 8) So is anyone working on providing thread support for gdb ? I am asking cause I don't have time to work on gdb... Tnks, Amancio