From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 9 21:42:04 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FF19106566C for ; Wed, 9 Jun 2010 21:42:04 +0000 (UTC) (envelope-from raysonlogin@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2061D8FC0C for ; Wed, 9 Jun 2010 21:42:03 +0000 (UTC) Received: by gyh20 with SMTP id 20so5638979gyh.13 for ; Wed, 09 Jun 2010 14:42:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=G3cz+g+htt9znLYZlPuBaK1Vvwm/MB91PRuGZSWULYU=; b=iurHMAVhNS9RBX7VWB4o3skZ79WRk9NMrSi0XTy5ORhd7C2aJ3LComoQI74Gb9rdMc KguT8Y8xN91+KsfAqFwGnCtMhBJR4Fq76OIsAcpGKULFpyD4aEI9NHccATf0gh3CMZe5 ACGx5t8eWOBfxuE49LtQS+/M74TIzKN8Xxd7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=oOOueu5isyOBsCZWSMBc2hzlYJNMkE0V3QjvBWXPkHR9GJ+TPv/F0WhJbIgXw7lhCI GQafwuGAe9+PxYtsudKAVUmAX5uZEMtPPEdOIjsSbDXpd8NLZtH4gt2er3kIfV6daO/g N/tGbzcNR2GIHtpWPOgUJAJ8wEvt+JfMoPg2o= MIME-Version: 1.0 Received: by 10.224.23.131 with SMTP id r3mr1740128qab.378.1276119722685; Wed, 09 Jun 2010 14:42:02 -0700 (PDT) Received: by 10.220.84.145 with HTTP; Wed, 9 Jun 2010 14:42:02 -0700 (PDT) In-Reply-To: <4C055F08.8070508@pathscale.com> References: <4C0108F1.5050004@pathscale.com> <20100601190909.GA13911@sandvine.com> <4C055F08.8070508@pathscale.com> Date: Wed, 9 Jun 2010 17:42:02 -0400 Message-ID: From: Rayson Ho To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Announcing PathDB X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2010 21:42:04 -0000 Related to debuggers... just saw the LLDB (from the LLVM project) announcement today: http://lldb.llvm.org/ All of the code in the LLDB project is available under the standard LLVM License, an open source "BSD-style" license. Rayson 2010/6/1 "C. Bergstr=F6m" : > Ed Maste wrote: >> >> On Sat, May 29, 2010 at 07:30:41PM +0700, "C. Bergstr?m" wrote: >> >> >>> >>> PathScale is slowly open sourcing and porting some of our core software >>> technology and thought the BSD community might be interested in PathDB. >>> =A0Months ago we gave a few FBSD developers private access to the sourc= e, but >>> never received any feedback. =A0Now we're asking more people to please = test >>> and tell us what you think. >>> >> >> Very intereresting. =A0I have an interest in seeing a BSD-licensed >> compelling replacement for GDB. >> >> >>> >>> Source >>> git clone git://git.pathscale.com/path64/debugger.git >>> >> >> I had a look at this, but it does not seem to be ready to build >> standalone: >> >> - it wants hg installed? >> - it is expecting directories like ../buildmeister to exist >> >> Does it depend on infrastructure / libs outside of debugger/src, or >> should it be possible to build it in isolation? >> > > Hi Ed, > > I'm answering this same question quite a bit in private and hope you don'= t > mind me adding the list on cc. (I hope those on the list don't mind as we= ll) > > It currently doens't build on any BSD, but some of these patches below wi= ll > help get you more progress > > http://www.netbsd.org/~joerg/pdb-g++.diff > http://www.netbsd.org/~joerg/readline.cc.diff > http://www.netbsd.org/~joerg/pathscale.diff =A0# For hg to git > http://pastie.org/private/cninatdq83krfy9dxagfnw =A0# For gcc-4.1+ build > support > > J=F6rg Sonnenberger has identified some areas we need to abstract which w= ill > get things more portable. =A0I'm trying to get someone who is familiar wi= th > the codebase to do this and report back once progress has been made. > > A few other people interested in the project have showed up in #pathscale= - > irc.freenode.net if you're interested in more specifics. > > Thanks > > ./C > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org= " >