diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-28 02:43:27 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-28 02:43:27 +0000 |
commit | 157ea89d778f04125d60b9d2d8a80831b632bb38 (patch) | |
tree | 8368756535071a72c3af8309a60ce606ae34d27c /gdb/remote-udi.c | |
parent | efdd6b6454b174056fb986e3052306d6005b8132 (diff) | |
download | gdb-157ea89d778f04125d60b9d2d8a80831b632bb38.zip gdb-157ea89d778f04125d60b9d2d8a80831b632bb38.tar.gz gdb-157ea89d778f04125d60b9d2d8a80831b632bb38.tar.bz2 |
* remote-udi.c: Remove old comment about download not implemented.
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index fc85791..dfcc008 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -27,12 +27,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - Originally written by Daniel Mann at AMD for MiniMON and 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. + with termio, only with sgtty. - Daniel Mann at AMD took the 3.95 adaptions above and replaced MiniMON interface with UDI-p interface. */ |