Mercurial > emacs
changeset 51613:0d6027772d4e
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 18 Jun 2003 22:33:41 +0000 |
parents | eda97661c41f |
children | 73108f24fe68 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 18 21:49:55 2003 +0000 +++ b/lisp/ChangeLog Wed Jun 18 22:33:41 2003 +0000 @@ -1,3 +1,26 @@ +2003-06-18 Nick Roberts <nick@nick.uklinux.net> + + * gdb-ui.el (gud-display1): Keep the gdb command, "display", in + the command history. + (gdb-restore-windows): Make restore work when gdb-many-windows + is nil. + (gdb-source-info, gdba): Display assembler if there is no symbol + table for main, or message if there is no main. + (gdb-assembler-custom): Move point to current line of assembler. + + * progmodes/gud.el (gud-menu-map): Add dbx support for "run" and + "nexti". + (dbx): Define gud-nexti and gud-run. + (gud-find-expr, gud-find-fortran-expr): New functions. + (gud-find-expr): New variable. + (gud-find-c-expr): Simplify. + + * progmodes/fortran.el (fortran-gud-syntax-table): Syntax table + for parsing Fortran expressions for gud-print. (Stefan Monnier) + (fortran-mode): Add local variable gud-find-expr. + + * progmodes/cc-mode.el (c-mode): Add local variable gud-find-expr. + 2003-06-18 Stefan Monnier <monnier@cs.yale.edu> * subr.el (looking-back): Handle the case of non-trivial regexps.