diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-04-03 00:21:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-04-03 00:21:17 +0000 |
commit | d390cad1dd590ca69cb5dc8f4a66ce13cdfa427f (patch) | |
tree | ab7527d1eb2b4d873650da62ebfe3103f0d114a8 /gdb/doc/gdb.texinfo | |
parent | 0cacd86f2f9935075909d3e6767a6e7a99314c3d (diff) | |
download | gdb-d390cad1dd590ca69cb5dc8f4a66ce13cdfa427f.zip gdb-d390cad1dd590ca69cb5dc8f4a66ce13cdfa427f.tar.gz gdb-d390cad1dd590ca69cb5dc8f4a66ce13cdfa427f.tar.bz2 |
* gdb.texinfo: Add some credits, mention bug monitor.
* remote.texi: Mention mips monitor targets.
* gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0ad4ad2..4837be8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 @@ -36,10 +36,6 @@ @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. |