From owner-freebsd-toolchain@FreeBSD.ORG Wed May 18 20:36:34 2011 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DE52106566B for ; Wed, 18 May 2011 20:36:34 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id B8A4C8FC15 for ; Wed, 18 May 2011 20:36:33 +0000 (UTC) Received: by qwc9 with SMTP id 9so1365913qwc.13 for ; Wed, 18 May 2011 13:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Sypo/PnPxx9z6UF3w0HpxN0XzW48XcoNLR6pYaiYUso=; b=LfS/DYAsPGl4xhH47UmA5uSbwoZoWCbnCmGtOAmScHWrD19bdeChNbWWZQEI/7uivZ 1aICL9uO13jqe+E/dMTcKnWKLTIeOhhoLwy+nw7wODxVtPzfLcn62xQZurNUfdqlUSKm Uz0MqofnGxj6peKiKwQWXwPhRb9Qe+Jm1i/L0= 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 :cc:content-type; b=c/EfCfVbQMaMdXf95pRpm+mX0ZBbqrgwlY6d2huv25OmfZ1C7uhXSM49LRQYw5mzOR yITXSNFg6VwdkJXFWegUwvJkPdlba6vOk4nXPgQjlizDel6aklwxJgRsFuk3GH9zfUYq 8nSt5FNu59bjBRvluS2V+RrsXthO2kxs9Dp+s= MIME-Version: 1.0 Received: by 10.224.218.9 with SMTP id ho9mr1838484qab.336.1305749456395; Wed, 18 May 2011 13:10:56 -0700 (PDT) Received: by 10.224.20.3 with HTTP; Wed, 18 May 2011 13:10:56 -0700 (PDT) In-Reply-To: <921347.69389.qm@web113510.mail.gq1.yahoo.com> References: <4DD38498.7080401@pathscale.com> <921347.69389.qm@web113510.mail.gq1.yahoo.com> Date: Wed, 18 May 2011 16:10:56 -0400 Message-ID: From: Mehmet Erol Sanliturk To: giffunip@tutopia.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: =?UTF-8?Q?C=2E_Bergstr=C3=B6m?= , freebsd-toolchain@freebsd.org Subject: Re: PathDB (non GPL/GNU debugger) ported to FreeBSD ! X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2011 20:36:34 -0000 2011/5/18 Pedro F. Giffuni > Hello... > > I caught this email on another list but it's directly > relevant to to us and as I've seen so many complaints > about the (lame) state of our GNU debugger, I am sure > there is sufficient interest. > > Please test and submit feedback to cbergstrom@ as > requested in his email. > > (FWIW, I suggested that Dtrace support would be > awesome). > ________ > From: Christopher Bergstr=C3=B6m > > PathDB (debugger) has been ported to FreeBSD. > > Summary: x86/x86_64 debugger with the goal to drop-in replace gdb. > We recently finished some heavy refactoring and now focusing on > improving performance, *robustness*, scalability (clusters/multicore > systems), DWARF4, OS portability and supported targets. PathDB has a > library based design with a cli interface doing direct function calls. > Using C-bindings it should be fairly trivial to extend or add a new > front-end in python or other scripting language. > > Source > git clone git://github.com/path64/debugger.git > > Current status (heavy development - expect bugs) > GDB test suite results as of today (A lot of timeouts and at > a glance it seems like a lot of trivial CLI stuff) > FAIL: 747 > PASS: 477 > > Log : https://gist.github.com/b44f708cc2242091bc20 > --- > Man page - http://www.pathscale.com/docs/pathdb.html > User guide (Needs to be updated) - > http://www.pathscale.com/docs/PathDB_UserGuide.pdf > > We'd love feedback and more testers. > > Bug reports can be sent to me (cbergstrom) directly or > feel free to say hi on irc > > #pathscale - irc.freenode.net > > _______________________________________________ > > Source GIT link is the following : https://github.com/path64/debugger The given link above is giving 404 error . Thank you very much . Mehmet Erol Sanliturk