From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28918 invoked by alias); 5 Dec 2005 19:57:49 -0000 Received: (qmail 28906 invoked by uid 22791); 5 Dec 2005 19:57:48 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Dec 2005 19:57:46 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jB5JvgjR026723; Mon, 5 Dec 2005 20:57:42 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jB5Jvfv3025879; Mon, 5 Dec 2005 20:57:41 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jB5Jvflr004033; Mon, 5 Dec 2005 20:57:41 +0100 (CET) Date: Tue, 06 Dec 2005 18:10:00 -0000 Message-Id: <200512051957.jB5Jvflr004033@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: andrew.stubbs@st.com CC: andrew.stubbs@st.com, gdb-patches@sources.redhat.com In-reply-to: <439470BD.6090707@st.com> (message from Andrew STUBBS on Mon, 05 Dec 2005 16:54:21 +0000) Subject: Re: [PATCH][SH] reformat regs command References: <437B4BD5.3040807@st.com> <439470BD.6090707@st.com> 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/msg00107.txt.bz2 > Date: Mon, 05 Dec 2005 16:54:21 +0000 > From: Andrew STUBBS > > Andrew Stubbs wrote: > > Hi, > > > > The attached patch does not change the behaviour of the debugger in any > > way, but merely improves the layout of (both the code and) output from > > the SH specific 'regs' command. > > This patch does nothing but tidy up the code and output. > > May I commit? > Huh? I thought you removed the SH-specific regs command a some days ago. Mark