From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3129 invoked by alias); 24 Feb 2009 20:30:53 -0000 Received: (qmail 3110 invoked by uid 22791); 24 Feb 2009 20:30:52 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ftp.linux-mips.org (HELO ftp.linux-mips.org) (213.58.128.207) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Feb 2009 20:30:49 +0000 Received: from localhost.localdomain ([127.0.0.1]:8622 "EHLO localhost.localdomain") by ftp.linux-mips.org with ESMTP id S20808319AbZBXUaq (ORCPT ); Tue, 24 Feb 2009 20:30:46 +0000 Date: Wed, 25 Feb 2009 07:04:00 -0000 From: "Maciej W. Rozycki" To: Aleksandar Ristovski cc: gdb-patches@sources.redhat.com Subject: Re: [patch] mips-tdep: info registers In-Reply-To: Message-ID: References: <20090223020820.GC26056@adacore.com> <20090223025230.GA11699@caradoc.them.org> <200902230718.n1N7IoBD028396@brahms.sibelius.xs4all.nl> <20090223161756.GA19411@caradoc.them.org> <20090223162602.GH26056@adacore.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00477.txt.bz2 On Tue, 24 Feb 2009, Aleksandar Ristovski wrote: > This particular patch I proposed deals only with gpr-s. Therefore, it will > take care of > > info registers 0 > to > info registers 31 > > Outside of that, works as before. OK then. :) Maciej