From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1623 invoked by alias); 18 Sep 2002 19:59:28 -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 1614 invoked from network); 18 Sep 2002 19:59:27 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 18 Sep 2002 19:59:27 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D4F073D37; Wed, 18 Sep 2002 15:59:25 -0400 (EDT) Message-ID: <3D88DB1D.8050807@ges.redhat.com> Date: Wed, 18 Sep 2002 12:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marko Mlinar Cc: gdb-patches@sources.redhat.com Subject: Re: Merging OC gdb with official gdb References: <200209041256.47379.markom@opencores.org> <3D7CC5F0.7040100@ges.redhat.com> <200209161329.37700.markom@opencores.org> <200209171444.53129.markom@opencores.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00420.txt.bz2 > Hi! > > I've prepared preliminary patch (current version) port for or1k cpu (see > below). > There are also attached files, that should be added: > gdb/or1k-tdep.c (target description file) > gdb/remote-or1k.c (proprietary jtag protocol) > gdb/jtag.c (remote jtag communication client) > gdb/config (dir) > gdb/config/or32.mt (target definition) > gdb/config/tm-or1k.h (or1k architecture macros) > gdb/config/tm-or32.h (or32 implementation target macros) > > Originaly it was written for gdb-5.0, but recently we wanted to join it with > official release, so I coded the macros in gdbarch. Yep, we're getting there. Before anything else, the file jtag.c: > /* Remote debugging interface for JTAG debugging protocol. > JTAG connects to or1k target ops. See or1k-tdep.c > > Copyright 1993-1995, 2000 Free Software Foundation, Inc. > Contributed by Cygnus Support. Written by Marko Mlinar > > Areas noted by (CZ) were modified by Chris Ziomkowski > I don't see any paper work for ChrisZ. Lets separate out this file and any thing related (remote-or1k.c?) and leave it for later. (It also wasn't contributed by Cygnus Support.) Andrew