From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5218 invoked by alias); 14 Jan 2005 09:52:39 -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 5108 invoked from network); 14 Jan 2005 09:52:30 -0000 Received: from unknown (HELO miranda.se.axis.com) (193.13.178.2) by sourceware.org with SMTP; 14 Jan 2005 09:52:30 -0000 Received: from [10.92.19.1] (ironmaiden.se.axis.com [10.92.19.1]) by miranda.se.axis.com (8.12.9/8.12.9/Debian-5local0.1) with ESMTP id j0E9qTKm027540 for ; Fri, 14 Jan 2005 10:52:29 +0100 Message-ID: <41E7965D.503@axis.com> Date: Fri, 14 Jan 2005 09:52:00 -0000 From: Orjan Friberg Organization: Axis Communications User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [regformats/rfa] CRIS/CRISv32 gdbserver support (part 1) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00151.txt.bz2 Hot on the heels of the gdbserver watchpoint patch (at http://sources.redhat.com/ml/gdb-patches/2005-01/msg00081.html) and the submit of the CRISv32 port, here comes part 1 of the necessary pieces for building a gdbserver for CRIS and CRISv32. (Any fallout from the watchpoint or gdb patch will of course be incorporated into this if necessary before committing.) The regformats and gdbserver patches are split into two to make it more manageable. This first part in particular is probably not very interesting. Ok to commit? 2005-01-15 Orjan Friberg * regformats/reg-cris.dat: New file with register definitions for CRIS. * regformats/reg-crisv32.dat: Ditto for CRISv32. New file reg-cris.dat: name:cris expedite:r8,sp,pc 32:r0 32:r1 32:r2 32:r3 32:r4 32:r5 32:r6 32:r7 32:r8 32:r9 32:r10 32:r11 32:r12 32:r13 32:sp 32:pc 8:p0 8:vr 0:p2 0:p3 16:p4 16:ccr 0:p6 32:mof 32:p8 32:ibr 32:irp 32:srp 32:bar 32:dccr 32:brp 32:usp New file reg-crisv32.dat: name:cris expedite:r8,sp,pc 32:r0 32:r1 32:r2 32:r3 32:r4 32:r5 32:r6 32:r7 32:r8 32:r9 32:r10 32:r11 32:r12 32:r13 32:sp 32:acr 8:bz 8:vr 32:pid 8:srs 16:wz 32:exs 32:eda 32:mof 32:dz 32:ebp 32:erp 32:srp 32:nrp 32:ccs 32:usp 32:spc 32:pc 32:s0 32:s1 32:s2 32:s3 32:s4 32:s5 32:s6 32:s7 32:s8 32:s9 32:s10 32:s11 32:s12 32:s13 32:s14 32:s15 -- Orjan Friberg Axis Communications