Update for gdb-4.0.
authorJohn Gilmore <gnu@cygnus>
Thu, 22 Aug 1991 08:55:27 +0000 (08:55 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 22 Aug 1991 08:55:27 +0000 (08:55 +0000)
gdb/WHATS.NEW

index 524ab2752bc0ff9e66bfdc107f8b427f9659db88..37bdae535457e5469e532285ad6c0f7b8f9b1a12 100755 (executable)
@@ -2,16 +2,16 @@
 
  *  New Facilities
 
-Wide output is wrapped at good places to make the output more
-readable.
+Wide output is wrapped at good places to make the output more readable.
 
 Gdb now supports cross-debugging from a host machine of one type to a
 target machine of another type.  Communication with the target system
 is over serial lines.  The ``target'' command handles connecting to the
 remote system; the ``load'' command will download a program into the
-remote system.  It also supports debugging of realtime processes
-running under VxWorks, using SunRPC Remote Procedure Calls over TCP/IP
-to talk to a debugger stub on the target system.
+remote system.  Serial stubs for the m68k and i386 are provided.  Gdb
+also supports debugging of realtime processes running under VxWorks,
+using SunRPC Remote Procedure Calls over TCP/IP to talk to a debugger
+stub on the target system.
 
 New CPUs supported include the AMD 29000 and Intel 960.