From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 846 invoked by alias); 16 Dec 2002 15:49:11 -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 564 invoked from network); 16 Dec 2002 15:49:00 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (212.157.227.202) by sources.redhat.com with SMTP; 16 Dec 2002 15:49:00 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 88ED5D2D29; Mon, 16 Dec 2002 16:48:58 +0100 (CET) Date: Mon, 16 Dec 2002 08:25:00 -0000 From: Joel Brobecker To: rdbrown@mira.net Cc: gdb-patches@sources.redhat.com Subject: Re: Patch: gdb/hppa-tdep.c fix compilation. Message-ID: <20021216154858.GB1141@gnat.com> References: <20021215071024.GB4792@urtur> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021215071024.GB4792@urtur> User-Agent: Mutt/1.4i X-SW-Source: 2002-12/txt/msg00468.txt.bz2 > 2002-12-15 Rodney Brown > > * hppa-tdep.c: Prototype som_solib_get_solib_by_pc, > hppa_switched_threads. Thanks for catching this, but I'd rather not add the prototype for som_solib_get_solib_by_pc, as this function does not exist when the target is hppa64-*-hpux*... Eventually, I hope to allow both the SOM and ELF version of this function to coexist in the same GDB executable, but in the meantime I'd prefer if it wasn't added. (this is just my own opinion) > (hppa_pop_frame): null_frame_id in set_momemtary_breakpoint. I actually fixed this one on Dec 13th :). -- Joel