diff options
author | Stan Shebs <shebs@codesourcery.com> | 2013-09-16 18:00:34 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2013-09-16 18:00:34 +0000 |
commit | 0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8 (patch) | |
tree | f03cdc93796ed3410f5dfe1c9e41989cee434455 /gdb/doc/gdb.texinfo | |
parent | a280dbd16004e14560b76141a1aaf1e4659dd33f (diff) | |
download | gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.zip gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.tar.gz gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.tar.bz2 |
* README: Update references to writing code for GDB.
* configure.ac (build_warnings): Remove obsolete comment.
* configure: Regenerate.
* gdbarch.sh: Remove references to gdbint.texinfo.
* gdbarch.h: Regenerate.
* gdbtypes.c (objfile_type): Remove comments referencing internals
manual and D10V.
[gdb/doc]
Remove the internals manual gdbint.texinfo.
* Makefile.in (INFO_DEPS): Remove gdbint.info.
(PDFFILES): Remove gdbint.pdf.
(HTMLFILES): Remove gdbint/index.html.
(HTMLFILES_INSTALL): Remove gdbint.
(GDBINT_DOC_FILES): Remove.
(dvi): Remove gdbint.dvi.
(ps): Remove gdbint.ps.
* gdbint.texinfo: Remove file.
* gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 65f63e4..60d2877 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -36870,8 +36870,7 @@ including registers which aren't available on the target nor visible to user; the command @code{maint print register-groups} includes the groups that each register is a member of; and the command @code{maint print remote-registers} includes the remote target's register numbers -and offsets in the `G' packets. @xref{Registers,, Registers, gdbint, -@value{GDBN} Internals}. +and offsets in the `G' packets. These commands take an optional parameter, a file name to which to write the information. |