Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
556621f6
Commit
556621f6
authored
May 03, 2003
by
Nick Roberts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an entry for GDB-UI.
Mention tool bar under GUD.
parent
5ed6ba5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
etc/NEWS
etc/NEWS
+15
-0
No files found.
etc/NEWS
View file @
556621f6
...
...
@@ -88,6 +88,9 @@ See the files mac/README and mac/INSTALL for build instructions.
* 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment