summaryrefslogtreecommitdiff
path: root/lisp/gud.el
Commit message (Expand)AuthorAge
* (gud-refresh): Call recenter only after we are sure weEli Zaretskii2002-02-05
* (dbx) <gud-dbx-use-stopformat-p>: Move this case into theEli Zaretskii2001-09-11
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-15
* (gud-gdb-run-command-fetch-lines): Use forward-lineStefan Monnier2001-05-23
* (gud-jdb-build-source-files-list): Fix paren typo.Stefan Monnier2001-05-11
* (gud-perldb-massage-args): Avoid nreverse'ing a listGerd Moellmann2001-01-26
* (gud-minor-mode): New var.Stefan Monnier2000-11-12
* (gud-basic-call): Temporarily widen gud comint buffer while checking forMiles Bader2000-08-19
* (gud-filter): Use `with-current-buffer' instead of save-excursion whenMiles Bader2000-08-10
* (gud-gdb-complete-command): Use comint-line-beginning-position.Miles Bader2000-08-07
* (gud-jdb-directories): Doc fix.Gerd Moellmann2000-05-19
* (gud-gdb-find-file): Call find-file-noselect with NOWARNGerd Moellmann2000-04-27
* (gud-jdb-build-source-files-list): Fix typo.Stefan Monnier2000-04-17
* (gud-jdb-build-source-files-list): Change file-exists-pGerd Moellmann2000-04-15
* (gud-jdb-build-source-files-list): Check that directoryGerd Moellmann2000-04-14
* (gud-jdb-build-class-source-alist): Prepend space to scratch bufferDave Love2000-02-23
* (gud-perldb-massage-args): Handle the case "perl -e 0"Gerd Moellmann1999-11-04
* (gud-perldb-massage-args): Massage correctly in theGerd Moellmann1999-11-01
* (gud-make-debug-menu): Make a child for theRichard M. Stallman1999-09-08
* (gud-format-command): "%F" means file sans extension.Richard M. Stallman1999-05-17
* (gud-jdb-massage-args): Spelling fix.Karl Heuer1999-02-23
* (jdb): Fix regexp for comint-prompt-regexp.Andreas Schwab1999-02-12
* (gud-common-init): Use pop-to-buffer.Richard M. Stallman1998-11-19
* (gud-speedbar-key-map) New variable.Karl Heuer1998-07-10
* (gud-filter): extend scope of binding of gud-filter-defer-flag.Richard M. Stallman1998-06-12
* (gud-jdb-class-source-alist): defvar moved up.Richard M. Stallman1998-05-24
* Support pdb.Richard M. Stallman1998-05-21
* (gud-perldb-marker-acc): Variable deleted.Richard M. Stallman1998-05-20
* (jdb): Do proper analysis of classes defined in a JavaKarl Heuer1998-04-08
* Add support for jdb (Java debugger).Richard M. Stallman1998-04-02
* Added gud-speedbar-buttons, and support for GDB buttons.Eric M. Ludlam1998-01-23
* (gud-mips-p): Fix regexp so it will match alphaev56-* too.Karl Heuer1997-12-07
* (gud-sentinel): Set mode-line-process in the processAndreas Schwab1997-11-21
* (perldb): Fix paren error in call to read-from-minibuffer.Richard M. Stallman1997-09-12
* (gud-gdb-marker-regexp): Allow for drive letter and colon.Geoff Voelker1997-09-02
* Comment change.Richard M. Stallman1997-08-05
* (gud): Fix defgroup doc.Richard M. Stallman1997-08-05
* (gud-dgux-p, gud-dguxdbx-marker-filter): New functions.Richard M. Stallman1997-06-01
* Use defgroup and defcustom.Richard M. Stallman1997-05-05
* (gud-mode): Add a mode-class property.Richard M. Stallman1997-05-05
* (gud-gdb-marker-regexp): Use colon always, not path-separator.Richard M. Stallman1997-01-07
* Move two function definitions.Richard M. Stallman1996-10-08
* (perldb): Supply visited file name, or -e 0, as default args.Richard M. Stallman1996-09-28
* (gud-perldb-massage-args): Handle -e in ARGS.Richard M. Stallman1996-09-25
* (gud-display-line): Don't call display-bufferRichard M. Stallman1996-09-20
* (gud-find-c-expr): Renamed from find-c-expr.Richard M. Stallman1996-09-13
* (gdb): Undo previous change.Richard M. Stallman1996-08-01
* (gdb): Bind comint-file-name-regexp.Richard M. Stallman1996-07-31
* (gud-display-line): Don't crash if BUFFER is nil.Richard M. Stallman1996-07-28
* (perldb-command-name): New variable.Richard M. Stallman1996-07-22