From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 13 19:01:43 2011 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 8131F1065677 for ; Mon, 13 Jun 2011 19:01:43 +0000 (UTC) (envelope-from rdivacky@vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [46.28.110.116]) by mx1.freebsd.org (Postfix) with ESMTP id 42F7F8FC1D for ; Mon, 13 Jun 2011 19:01:42 +0000 (UTC) Received: by vlakno.cz (Postfix, from userid 1002) id 2FCDB7F3A8C; Mon, 13 Jun 2011 20:24:58 +0200 (CEST) Date: Mon, 13 Jun 2011 20:24:58 +0200 From: Roman Divacky To: Ewart Tempest Message-ID: <20110613182458.GA98506@freebsd.org> References: <4DF6191B.2030407@jnpr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DF6191B.2030407@jnpr.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-hackers@freebsd.org, Ewart Tempest Subject: Re: dwarf2 reader 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: Mon, 13 Jun 2011 19:01:43 -0000 There's our very own http://sourceforge.net/apps/trac/elftoolchain/wiki/libdwarf On Mon, Jun 13, 2011 at 10:05:15AM -0400, Ewart Tempest wrote: > I have developed some flight recording capability in the JUNOS FreeBSD > based kernel, with the flight recorded data being captured in binary > form for performance. All the subsequent formatting and display of this > data is performed by a user-space application. I would like to reduce > the amount of time that designers spend writing formatters to display > their flight recorded data. kgdb is perfectly capable of displaying all > kernel resident data structures, and the manner in which it does so is > perfectly acceptable for flight recording purposes. The code that kgdb > uses to support this framework is difficult to break out - does anyone > know of a dwarf2 reader s/w implementation that is more re-usable? > > Ewart > _______________________________________________ > 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"