From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9058 invoked by alias); 6 Dec 2005 10:49:54 -0000 Received: (qmail 9051 invoked by uid 22791); 6 Dec 2005 10:49:54 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-03.spheriq.net (HELO lon-del-03.spheriq.net) (195.46.50.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Dec 2005 10:49:52 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-03.spheriq.net with ESMTP id jB6AnlYb008534 for ; Tue, 6 Dec 2005 10:49:47 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-02.spheriq.net with ESMTP id jB6AngO3023552 for ; Tue, 6 Dec 2005 10:49:42 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id jB6AmSLp024531 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 6 Dec 2005 10:48:28 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 846EFDA80; Tue, 6 Dec 2005 10:47:20 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 10284472BF; Tue, 6 Dec 2005 10:50:28 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 8CE87759B2; Tue, 6 Dec 2005 10:50:27 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DE3FD472D9; Tue, 6 Dec 2005 10:50:26 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHA78091 (AUTH "andrew stubbs"); Tue, 6 Dec 2005 10:47:17 GMT Message-ID: <43956BA2.3020904@st.com> Date: Tue, 06 Dec 2005 20:25:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH][SH] reformat regs command References: <437B4BD5.3040807@st.com> <439470BD.6090707@st.com> <200512051957.jB5Jvflr004033@elgar.sibelius.xs4all.nl> In-Reply-To: <200512051957.jB5Jvflr004033@elgar.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.0 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00110.txt.bz2 Mark Kettenis wrote: > Huh? I thought you removed the SH-specific regs command a some days > ago. No, I removed the SH specific implementation of 'info registers' command. This is the really SH specific 'regs' command (no info). It does the same sort of thing but much more compact and entirely in hex. I can see why you were confused.