* gdb.texinfo: Add some credits, mention bug monitor.
authorStan Shebs <shebs@codesourcery.com>
Fri, 3 Apr 1998 00:21:17 +0000 (00:21 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 3 Apr 1998 00:21:17 +0000 (00:21 +0000)
* remote.texi: Mention mips monitor targets.
* gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/doc/remote.texi

index 10d4c936d833abe857f1e8ebbaeb0273d73eb88f..66a7c7cffd3c080b694dcddf61d93542314f2b19 100644 (file)
@@ -1,3 +1,9 @@
+Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.texinfo: Add some credits, mention bug monitor.
+       * remote.texi: Mention mips monitor targets.
+       * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
+       
 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
 
        * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
index 0ad4ad22e7c61ea72a07bedf9b4ce9b7fc7ce886..4837be8292d3f5a82b258d1bc34047f2dce76d2b 100644 (file)
@@ -1,5 +1,5 @@
 \input texinfo      @c -*-texinfo-*-
-@c Copyright 1988 1989 1990 1991 1992 1993 1994 1995
+@c Copyright 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998
 @c Free Software Foundation, Inc.
 @c
 @c %**start of header 
 @c !!set GDB manual's revision date
 @set DATE January 1994
 
-@c GDB CHANGELOG CONSULTED BETWEEN:
-@c Fri Oct 11 23:27:06 1991  John Gilmore  (gnu at cygnus.com)
-@c Sat Dec 22 02:51:40 1990  John Gilmore  (gnu at cygint)
-
 @c THIS MANUAL REQUIRES TEXINFO-2 macros and info-makers to format properly.
 
 @ifinfo
@@ -304,6 +300,8 @@ Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
 David Johnson wrote the original COFF support; Pace Willison did
 the original support for encapsulated COFF.
 
+Brent Benson of Harris Computer Systems contributed DWARF 2 support.
+
 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
 support.
@@ -329,9 +327,10 @@ libraries.
 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree about
 several machine instruction sets.
 
-Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped
-develop remote debugging.  Intel Corporation and Wind River Systems
-contributed remote debugging modules for their products.
+Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
+remote debugging.  Intel Corporation, Wind River Systems, AMD, and ARM
+contributed remote debugging modules for the i960, VxWorks, A29K UDI,
+and RDI targets, respectively.
 
 Brian Fox is the author of the readline libraries providing
 command-line editing and command history.
@@ -353,11 +352,16 @@ Hitachi America, Ltd. sponsored the support for Hitachi microprocessors.
 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
 watchpoints.
 
+Michael Snyder added support for tracepoints.
+
 Stu Grossman wrote gdbserver.
 
 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
 nearly innumerable bug fixes and cleanups throughout GDB.
 
+Cygnus Solutions has sponsored GDB maintenance and much of its
+development since 1991.
+
 @ifclear BARETARGET
 @node Sample Session
 @chapter A Sample @value{GDBN} Session
@@ -7600,6 +7604,10 @@ is the target system's machine name or IP address.
 @xref{VxWorks Remote, ,@value{GDBN} and VxWorks}.
 @end ifset
 
+@kindex target bug
+@item target bug @var{dev}
+BUG monitor, running on a MVME187 (m88k) board.
+
 @kindex target cpu32bug
 @item target cpu32bug @var{dev}
 CPU32BUG monitor, running on a CPU32 (M68K) board.
index 29d74ef42ac2c02c1439da9f287ce7d49e16ee12..3c4438b4a8e2be41f921fbacceb2f306ad0bcb8e 100644 (file)
@@ -1529,8 +1529,19 @@ On some @value{GDBN} host configurations, you can specify a TCP
 connection (for instance, to a serial line managed by a terminal
 concentrator) instead of a serial port, using the syntax
 @samp{@var{hostname}:@var{portnumber}}.
+
+@item target pmon @var{port}
+@kindex target pmon @var{port}
+
+@item target ddb @var{port}
+@kindex target ddb @var{port}
+
+@item target lsi @var{port}
+@kindex target lsi @var{port}
+
 @end table
 
+
 @noindent
 @value{GDBN} also supports these special commands for MIPS targets:
 
This page took 0.039517 seconds and 4 git commands to generate.