diff options
author | John Gilmore <gnu@cygnus> | 1992-06-25 11:15:47 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-25 11:15:47 +0000 |
commit | 5140562f3754c1898439e3b75418ad4a3226d45f (patch) | |
tree | ded5cf584d030e2e96145c98396942923e467562 /gdb/remote-udi.c | |
parent | 4d38b5a85af73d950c9600073d1057a469da9b18 (diff) | |
download | gdb-5140562f3754c1898439e3b75418ad4a3226d45f.zip gdb-5140562f3754c1898439e3b75418ad4a3226d45f.tar.gz gdb-5140562f3754c1898439e3b75418ad4a3226d45f.tar.bz2 |
* tm-hppa.h: New file, architectural definition of HP PA.
* tm-hppabsd.h, tm-hppahpux.h: Shrink to deltas from tm-hppa.h.
* am29k-pinsn.c, am29k-tdep.c, copying.awk, copying.c,
hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c,
hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, remote-udi.c,
ser-go32.c, xcoffsolib.c: Remove <stdio.h> which is already in
"defs.h".
* hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c,
hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, xcoffsolib.c,
xcoffsolib.h, xm-go32.h, xm-hppabsd.h, xm-hppahpux.h: Copyrights.
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 0957258..c2467ce 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -1,27 +1,13 @@ -/* - - Remote debugging interface for Am290*0 running MiniMON monitor, for GDB. - This is like remote.c but expects MiniMON to be running on the Am29000 - target hardware. - - Originally written by Daniel Mann at AMD for gdb 3.91.6. - - David Wood (wood@lab.ultra.nyu.edu) at New York University adapted this - file to gdb 3.95. I was unable to get this working on sun3os4 - with termio, only with sgtty. Because we are only attempting to - use this module to debug our kernel, which is already loaded when - gdb is started up, I did not code up the file downloading facilities. - As a result this module has only the stubs to download files. - You should get tagged at compile time if you need to make any - changes/additions. -*- Daniel Mann at AMD took the 3.95 adaptions above and replaced - MiniMON interface with UDI-p interface. - - Copyright (C) 1990 Free Software Foundation, Inc. +/* Remote debugging interface for Am290*0 running MiniMON monitor, for GDB. + Copyright 1990, 1992 Free Software Foundation, Inc. + Written by Daniel Mann. Contributed by AMD. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) -any later version. +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -29,11 +15,23 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - -#include <stdio.h> +/* This is like remote.c but expects MiniMON to be running on the Am29000 + target hardware. + - Originally written by Daniel Mann at AMD for gdb 3.91.6. + - David Wood (wood@lab.ultra.nyu.edu) at New York University adapted this + file to gdb 3.95. I was unable to get this working on sun3os4 + with termio, only with sgtty. Because we are only attempting to + use this module to debug our kernel, which is already loaded when + gdb is started up, I did not code up the file downloading facilities. + As a result this module has only the stubs to download files. + You should get tagged at compile time if you need to make any + changes/additions. +*- Daniel Mann at AMD took the 3.95 adaptions above and replaced + MiniMON interface with UDI-p interface. */ + #include "defs.h" #include "inferior.h" #include "wait.h" |