From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18131 invoked by alias); 17 Sep 2007 17:18:34 -0000 Received: (qmail 18121 invoked by uid 22791); 17 Sep 2007 17:18:34 -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; Mon, 17 Sep 2007 17:18:24 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 7D8A998298; Mon, 17 Sep 2007 17:18:22 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 423FC9810A; Mon, 17 Sep 2007 17:18:22 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IXKEn-0000ZF-4b; Mon, 17 Sep 2007 13:18:21 -0400 Date: Mon, 17 Sep 2007 17:18:00 -0000 From: Daniel Jacobowitz To: Luis Machado Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Backtrace prints wrong argument value Message-ID: <20070917171821.GA2107@caradoc.them.org> Mail-Followup-To: Luis Machado , gdb-patches@sources.redhat.com References: <20070516144250.GD24682@caradoc.them.org> <1189694765.4564.5.camel@localhost> <20070916194510.GC27177@caradoc.them.org> <1190034278.4651.10.camel@localhost> <20070917131542.GA12835@caradoc.them.org> <1190035779.4651.16.camel@localhost> <20070917133700.GA14300@caradoc.them.org> <1190037624.4651.24.camel@localhost> <20070917140416.GA15635@caradoc.them.org> <1190049306.4651.42.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1190049306.4651.42.camel@localhost> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-09/txt/msg00229.txt.bz2 On Mon, Sep 17, 2007 at 02:15:06PM -0300, Luis Machado wrote: > Daniel, > > This version appears to fix the tabs, spaces and identation. Thanks. Hopefully, we won't have to go through this again :-) > 2007-09-17 Luis Machado > > * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): New function. > (rs6000_gdbarch_init): Install ppc_dwarf2_frame_init_reg as > default dwarf2_frame_set_init_reg function. OK. -- Daniel Jacobowitz CodeSourcery