From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:12:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5FA716A4CF; Thu, 15 Jul 2004 05:12:48 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E1A43D39; Thu, 15 Jul 2004 05:12:46 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.11] (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6F5IHSV035126; Wed, 14 Jul 2004 23:18:17 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <40F6124A.9000409@samsco.org> Date: Wed, 14 Jul 2004 23:12:42 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200407150451.i6F4p4Za038678@repoman.freebsd.org> <40F61043.4010602@freebsd.org> In-Reply-To: <40F61043.4010602@freebsd.org> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 05:12:48 -0000 David Xu wrote: > David Xu wrote: > >> davidxu 2004-07-15 04:51:04 UTC >> >> FreeBSD src repository >> >> Added files: >> gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: >> Add libthread_db assisted debugging support module. >> Revision Changes Path >> 1.1 +1095 -0 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c (new) >> > > This is not hooked into gdb build process, Marcel will do > all works left there, these include .core file support, and > make sure it works on other architectures other than i386, > however if you want to try it on i386, here is the patch: > http://people.freebsd.org/~davidxu/kse/dbg/gdb.diffs > > Work has only been done for i386, this does not include > AMD64, because I don't have hardware. > > David Xu > > Can you give an outline of what needs to be done for amd64 and sparc64? I'm sure that there are people who could help if you give them a pointer of where to start. Scott