From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3299 invoked by alias); 27 Feb 2003 02:18:09 -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 1672 invoked from network); 27 Feb 2003 02:14:26 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.209.173) by 172.16.49.205 with SMTP; 27 Feb 2003 02:14:26 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 71AD62A9C; Wed, 26 Feb 2003 21:16:40 -0500 (EST) Message-ID: <3E5D7508.5080102@redhat.com> Date: Thu, 27 Feb 2003 02:18:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: cgd@broadcom.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] mips-tdep.c: Make ``show mips abi'' more useful References: <1030226024118.ZM14581@localhost.localdomain> <3E5D3242.5080104@redhat.com> <1030227013326.ZM24848@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00761.txt.bz2 > (gdb) show mips abi > The MIPS ABI is set automatically (currently "o32"). > (gdb) file hello-n64-shared > Reading symbols from hello-n64-shared...done. > (gdb) show mips abi > The MIPS ABI is set automatically (currently "n64"). > (gdb) set mips abi n32 > (gdb) show mips abi > The MIPS ABI is assumed to be "n32" (due to user setting). > (gdb) set mips abi auto > (gdb) show mips abi > The MIPS ABI is set automatically (currently "n64"). > (gdb) file hello-n32-shared > Load new symbol table from "hello-n32-shared"? (y or n) y > > Reading symbols from hello-n32-shared...done. > (gdb) show mips abi > The MIPS ABI is set automatically (currently "n32"). I'll assume that this is in. Thanks! Andrew