From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30224 invoked by alias); 23 Apr 2004 04:30:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30215 invoked from network); 23 Apr 2004 04:30:32 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 23 Apr 2004 04:30:32 -0000 Received: from drow by nevyn.them.org with local (Exim 4.32 #1 (Debian)) id 1BGsKe-0007Mp-8b; Fri, 23 Apr 2004 00:30:32 -0400 Date: Fri, 23 Apr 2004 04:30:00 -0000 From: Daniel Jacobowitz To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfa] hppa stub unwinder Message-ID: <20040423043032.GA28208@nevyn.them.org> Mail-Followup-To: Randolph Chung , gdb-patches@sources.redhat.com References: <20040423040108.GD17279@tausq.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040423040108.GD17279@tausq.org> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-04/txt/msg00563.txt.bz2 On Thu, Apr 22, 2004 at 09:01:08PM -0700, Randolph Chung wrote: > +static const struct frame_unwind * > +hppa_stub_unwind_sniffer (struct frame_info *next_frame) > +{ > + CORE_ADDR pc = frame_pc_unwind (next_frame); > + > + if (IN_SOLIB_CALL_TRAMPOLINE (pc, NULL) || > + IN_SOLIB_RETURN_TRAMPOLINE (pc, NULL)) > + return &hppa_stub_frame_unwind; > + return NULL; > +} Formatting - || at the beginning of the line. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer