From owner-p4-projects@FreeBSD.ORG Thu Oct 18 02:18:59 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F0F9216A41A; Thu, 18 Oct 2007 02:18:58 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F74916A417 for ; Thu, 18 Oct 2007 02:18:58 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71E1C13C447 for ; Thu, 18 Oct 2007 02:18:58 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9I2Iw7j084852 for ; Thu, 18 Oct 2007 02:18:58 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9I2IwD6084849 for perforce@freebsd.org; Thu, 18 Oct 2007 02:18:58 GMT (envelope-from jb@freebsd.org) Date: Thu, 18 Oct 2007 02:18:58 GMT Message-Id: <200710180218.l9I2IwD6084849@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 127648 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 02:18:59 -0000 http://perforce.freebsd.org/chv.cgi?CH=127648 Change 127648 by jb@jb_freebsd1 on 2007/10/18 02:18:45 The start of a BSD licensed dwarfdump based on the BSD libdwarf and libelf. This is really just a wrapper around the dump functions that are in libdwarf. Much of the output format is based on the binutils elfdump --debug-dump format. It's debatable whether another tool is required for this, however it is a useful tool to compare the BSD libdwarf behaviour with existing GNU tools. Affected files ... .. //depot/projects/dtrace/src/usr.bin/dwarfdump/Makefile#1 add .. //depot/projects/dtrace/src/usr.bin/dwarfdump/dwarfdump.c#1 add Differences ...