]> git.eshelyaron.com Git - emacs.git/commitdiff
Add an entry for GDB-UI.
authorNick Roberts <nickrob@snap.net.nz>
Sat, 3 May 2003 20:46:06 +0000 (20:46 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 3 May 2003 20:46:06 +0000 (20:46 +0000)
Mention tool bar under GUD.

etc/NEWS

index 774a2d2026e600f85cb1139db29e91a395720df2..96f39e7dea453ba88a6fed0e561aa44f5e90f557 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -88,6 +88,9 @@ See the files mac/README and mac/INSTALL for build instructions.
 \f
 * Changes in Emacs 21.4
 
+** GUD mode has its own tool bar for controlling execution of the inferior
+and other common debugger commands.
+
 ** recentf changes.
 
 The recent file list is now automatically cleanup when recentf mode is
@@ -997,6 +1000,18 @@ Meta and Alt:
 
 * New modes and packages in 21.4
 
+** GDB-UI is now part of the Emacs distribution.
+
+This mode acts as an enhanced graphical user interface to GDB. You can
+interact with GDB through the GUD buffer in the usual way, but there are also
+further buffers which control the execution and describe the state of your
+program.  It separates the input/output of your program from that of GDB and
+displays expressions and their current values in their own buffers.  It also
+uses features of Emacs 21 such as the display margin for breakpoints, and the
+tool bar.
+
+Use M-x gdba to start GDB-UI.
+
 ---
 ** Ido mode is now part of the Emacs distribution.