From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11523 invoked by alias); 19 Nov 2007 17:23:48 -0000 Received: (qmail 11515 invoked by uid 22791); 19 Nov 2007 17:23:48 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Nov 2007 17:23:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id DEDE02A962D; Mon, 19 Nov 2007 12:23:23 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id r2sl86oLA5oZ; Mon, 19 Nov 2007 12:23:23 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A21122A962B; Mon, 19 Nov 2007 12:23:23 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 01F59E7ACA; Mon, 19 Nov 2007 09:23:20 -0800 (PST) Date: Mon, 19 Nov 2007 17:23:00 -0000 From: Joel Brobecker To: Gary Funck Cc: GDB List , Robert Norton Subject: Re: SGI/Irix: how to call procedure from GDB? Message-ID: <20071119172320.GB16823@adacore.com> References: <20071119043012.GB23963@intrepid.com> <20071119150348.GA32008@intrepid.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071119150348.GA32008@intrepid.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00190.txt.bz2 It looks like function calls in broken on mips-irix, not sure why, and unfortunately I don't have the time to investigate it right now. If you are using GCC 3.3, I would suggest that you stick to gdb-5.3 for now. It should work well with that compiler. -- Joel