From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23912 invoked by alias); 5 Oct 2008 16:08:37 -0000 Received: (qmail 23813 invoked by uid 22791); 5 Oct 2008 16:08:36 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 05 Oct 2008 16:07:45 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 2662B1019A; Sun, 5 Oct 2008 16:07:44 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 1315D10199; Sun, 5 Oct 2008 16:07:44 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KmW91-0007sz-Iq; Sun, 05 Oct 2008 12:07:43 -0400 Date: Sun, 05 Oct 2008 16:08:00 -0000 From: Daniel Jacobowitz To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: new pdie utility macro Message-ID: <20081005160743.GD29968@caradoc.them.org> Mail-Followup-To: Doug Evans , gdb-patches@sourceware.org References: <20081004210246.50FE91C78FA@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081004210246.50FE91C78FA@localhost> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00133.txt.bz2 On Sat, Oct 04, 2008 at 02:02:46PM -0700, Doug Evans wrote: > Hi. This is an addendum to > http://sourceware.org/ml/gdb-patches/2008-09/msg00561.html > > Ok to check in? > [assuming the other patch is. btw, ping ...] Actually, why this choice? > + if $argc == 1 > + call dump_die ($arg0, 10) I'd have guessed this as 0 instead of 10. If I say "pdie die" shouldn't it print the DIE, not its children? -- Daniel Jacobowitz CodeSourcery