diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-04-23 08:15:49 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-04-23 08:15:49 +0000 |
commit | 4996aa72196e5739f4621b77d56c52282f8a27c1 (patch) | |
tree | 0d262632d8c65d3ca0c1b1f1e22fd541678bb08f /gdb/NEWS | |
parent | de68180afad773814c4d892aeae0a9e55870559c (diff) | |
download | gdb-4996aa72196e5739f4621b77d56c52282f8a27c1.tar.gz |
* Makefile.in (GDBMI_DIR): New variable.
(SET_TEXINPUTS): Add $(GDBMI_DIR).
(SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
(gdbmi.texinfo): New target, for texi2roff.
(gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
(gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
* gdb.texinfo (Top): Add GDB/MI to the main menu and @include
gdbmi.texinfo.
(Mode Options): Add xref to GDB/MI docs and remove a FIXME
comment.
* gdbmi.texinfo: Lots of changes, to include this document as part
of the GDB manual.
* TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB
manual.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -124,9 +124,9 @@ try to find a command that does what you are looking for. A new machine oriented interface (MI) has been added to GDB. This interface is designed for debug environments running GDB as a separate -process. This is part of the long term libGDB project. See -gdb/mi/gdbmi.texinfo for further information. It can be enabled by -configuring with: +process. This is part of the long term libGDB project. See the +"GDB/MI" chapter of the GDB manual for further information. It can be +enabled by configuring with: .../configure --enable-gdbmi |