This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Merging OC gdb with official gdb


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
   <markom@opencores.org>
   Areas noted by (CZ) were modified by Chris Ziomkowski
   <chris@asics.ws>
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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]