aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gud.el
Commit message (Expand)AuthorAgeFilesLines
* (gud-gdb-goto-stackframe, gud-gdb-get-stackframe): AddNick Roberts2003-05-281-2/+2
* (gud-find-class): Remove unused var `pos'.Stefan Monnier2003-05-261-3/+94
* (gdb): Define gud-nexti.Nick Roberts2003-05-171-2/+12
* (gud-gdb-run-command-fetch-lines, gud-display-line):Stefan Monnier2003-02-101-7/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-7/+7
* (gud-display-line): If the current file is newer than itsNick Roberts2003-01-201-4/+15
* (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.Nick Roberts2003-01-111-3/+3
* (gud-kill-buffer-hook): Save gud-minor-mode type.Nick Roberts2003-01-111-1/+25
* (gud-menu-map): Add jdb support for "run".Pavel Janík2002-12-211-27/+97
* (bashdb): Prompt now included parenthesis for subshellRichard M. Stallman2002-12-101-4/+4
* Use match-string.Stefan Monnier2002-12-051-255/+125
* (gud-menu-map): Update for bashdb.Richard M. Stallman2002-12-041-9/+173
* (gud-running): Rename from gdb-running. Update uses.Stefan Monnier2002-12-031-116/+79
* (gdb-running): New variable.Nick Roberts2002-11-281-42/+58
* Fix feature name in `provide'.Juanma Barranquero2002-11-141-3/+3
* (gud-find-file): Set up GDB tool bar.Nick Roberts2002-11-141-31/+62
* (gdb): Undo 10-26 change.Richard M. Stallman2002-11-131-3/+3
* (gdb): Pass default-directory to GDB via -cd option.Richard M. Stallman2002-10-261-1/+3
* (gud-pdb-marker-regexp): Allow : and \ in file name.Richard M. Stallman2002-09-181-2/+2
* (gud-gdb-massage-args, gud-sdb-massage-args)Stefan Monnier2002-09-121-85/+88
* (gud-gdb-massage-args): Don't secretly add -fullname.Simon Josefsson2002-09-111-2/+2
* Undo some of the too aggressive tabification.Eli Zaretskii2002-03-271-65/+65
* Tabify everything.Eli Zaretskii2002-03-271-155/+155
* (gud-jdb-sourcepath): New variable, saves jdb -sourcepath parameter value.Eli Zaretskii2002-03-271-35/+62
* (gud-refresh): Call recenter only after we are sure weEli Zaretskii2002-02-051-2/+2
* (easy-mmode-defmap): Enable "Up Stack", "Down Stack", andRichard M. Stallman2002-01-181-66/+268
* Fix typo.Pavel Janík2002-01-131-1/+1
* (jdb): Doc fix.Pavel Janík2001-12-111-4/+4
* (gdb): Define and bind gud-jump.Richard M. Stallman2001-12-111-7/+9
* (dbx) <gud-dbx-use-stopformat-p>: Move this case into theEli Zaretskii2001-09-111-4/+4
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-6/+6
* (gud-gdb-run-command-fetch-lines): Use forward-lineStefan Monnier2001-05-231-7/+12
* (gud-jdb-build-source-files-list): Fix paren typo.Stefan Monnier2001-05-111-1/+2
* (gud-perldb-massage-args): Avoid nreverse'ing a listGerd Moellmann2001-01-261-1/+1
* (gud-minor-mode): New var.Stefan Monnier2000-11-121-190/+107
* (gud-basic-call): Temporarily widen gud comint buffer while checking forMiles Bader2000-08-191-18/+23
* (gud-filter): Use `with-current-buffer' instead of save-excursion whenMiles Bader2000-08-101-3/+3
* (gud-gdb-complete-command): Use comint-line-beginning-position.Miles Bader2000-08-071-5/+1
* (gud-jdb-directories): Doc fix.Gerd Moellmann2000-05-191-1/+9
* (gud-gdb-find-file): Call find-file-noselect with NOWARNGerd Moellmann2000-04-271-1/+1
* (gud-jdb-build-source-files-list): Fix typo.Stefan Monnier2000-04-171-1/+1
* (gud-jdb-build-source-files-list): Change file-exists-pGerd Moellmann2000-04-151-1/+1
* (gud-jdb-build-source-files-list): Check that directoryGerd Moellmann2000-04-141-1/+3
* (gud-jdb-build-class-source-alist): Prepend space to scratch bufferDave Love2000-02-231-7/+6
* (gud-perldb-massage-args): Handle the case "perl -e 0"Gerd Moellmann1999-11-041-14/+35
* (gud-perldb-massage-args): Massage correctly in theGerd Moellmann1999-11-011-7/+20
* (gud-make-debug-menu): Make a child for theRichard M. Stallman1999-09-081-13/+12
* (gud-format-command): "%F" means file sans extension.Richard M. Stallman1999-05-171-6/+11
* (gud-jdb-massage-args): Spelling fix.Karl Heuer1999-02-231-1/+1
* (jdb): Fix regexp for comint-prompt-regexp.Andreas Schwab1999-02-121-1/+1