Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f2afecda
Commit
f2afecda
authored
Oct 21, 2003
by
Nick Roberts
Browse files
*** empty log message ***
parent
307f5636
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
3 deletions
+19
-3
etc/NEWS
etc/NEWS
+2
-3
lisp/ChangeLog
lisp/ChangeLog
+12
-0
man/ChangeLog
man/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
f2afecda
...
...
@@ -2805,9 +2805,8 @@ running under X.
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 toolbar.
that of GDB and watches expressions in the speedbar. It also uses features of
Emacs 21 such as the display margin for breakpoints, and the toolbar.
Use M-x gdba to start GDB-UI.
...
...
lisp/ChangeLog
View file @
f2afecda
2003-10-21 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el (gdb-current-language): New variable.
(gdb-update-flag): Remove variable.
(gud-watch,gdb-frame-handler): Adapt for other languages (Fortran).
(gdb-take-last-elt): Remove function.
(gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
(gdb-post-prompt): Check for variable object changes here.
* progmodes/gud.el (gud-speedbar-buttons): Check for variable
object changes in gdb-ui.el.
2003-10-21 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
...
...
man/ChangeLog
View file @
f2afecda
2003-10-22 Nick Roberts <nick@nick.uklinux.net>
* building.texi (Watch Expressions): Update section on data display
to reflect code changes (GDB Graphical Interface).
2003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
* tramp.texi (Inline methods): Small grammar fix.
...
...
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