summaryrefslogtreecommitdiff
path: root/lisp/gud.el
Commit message (Expand)AuthorAgeFilesLines
* Update FSF's address.Erik Naggum1996-01-141-4/+4
* (gud-sdb-marker-filter): Modify the regexp for sysVR3 toKarl Heuer1995-12-211-9/+4
* (gud-sdb-marker-filter): start may be nil, so check itRichard M. Stallman1995-12-011-1/+1
* (gud-dbx-find-file): Find correct source file.Richard M. Stallman1995-11-291-1/+1
* (gud-dbx-directories): New variable.Richard M. Stallman1995-10-241-24/+58
* (gud-filter): Move the gud-display-frame callRichard M. Stallman1995-10-111-12/+18
* (gud-filter): Save up text that arrives while processing previous text.Richard M. Stallman1995-09-061-20/+44
* (gud-xdb-marker-filter): Change pattern to accept spc at end.Richard M. Stallman1995-08-021-2/+3
* (gud-make-debug-menu): Cope if no local map yet.Richard M. Stallman1995-06-201-1/+2
* (gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil.Roland McGrath1995-06-071-1/+1
* Fix capitalization in menu bar.Karl Heuer1995-05-301-29/+28
* (gud-perldb-find-file): Use gud-make-debug-menu.Karl Heuer1995-05-291-1/+1
* (gud-perldb-massage-args): Pass `-emacs' after the file name.Karl Heuer1995-05-291-1/+1
* (gud-make-debug-menu): New function.Karl Heuer1995-05-291-15/+16
* (gud-gdb-marker-regexp): New var. Use path-separator.Karl Heuer1995-05-271-2/+5
* (gud-common-init): Don't die if filename not supplied.Karl Heuer1995-05-261-6/+8
* (gud-sentinel): Use force-mode-line-update.Karl Heuer1995-04-251-2/+1
* Update copyright.Karl Heuer1995-04-071-1/+1
* (gud-massage-args): Variable and function deleted.Richard M. Stallman1995-03-021-7/+0
* (gud-common-init): Put substed file name back in originalRichard M. Stallman1995-03-021-11/+18
* (gdb): In gud-remove, specify the source file.Richard M. Stallman1995-01-221-9/+18
* (gud-gdb-find-file): Propagate debug menu to found buffers.Richard M. Stallman1995-01-181-37/+66
* (dbx): Fix missing cast of $curline for Irix.Richard M. Stallman1995-01-171-2/+2
* (gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.Richard M. Stallman1995-01-021-40/+76
* (gdb): Correct tbreak doc string.Richard M. Stallman1994-12-221-2/+45
* (gud-irixdbx-marker-filter): Changes for Irix dbx.Richard M. Stallman1994-12-211-7/+23
* (gud-basic-call): Detect error earlier.Karl Heuer1994-11-301-1/+1
* (gud-gdb-marker-filter, gud-irixdbx-marker-filter)Richard M. Stallman1994-11-221-172/+168
* (gud-gdb-complete-command): Add a trailing single quote to partially quotedKarl Heuer1994-11-031-0/+11
* (gud-common-init): If file arg has no directory,Richard M. Stallman1994-10-291-2/+19
* (gud-irixdbx-marker-filter): Cast $curline to int.Richard M. Stallman1994-10-251-1/+1
* (dbx): Delete call to gud-switch-to-buffer.Richard M. Stallman1994-10-211-2/+10
* (gud-filter): Don't bind inhibit-quit.Richard M. Stallman1994-10-131-22/+22
* Really delete gud-overload-functions.Richard M. Stallman1994-09-301-11/+0
* (gud-overload-functions): Function deleted.Richard M. Stallman1994-09-301-67/+68
* (dbx): Use newline, not semicolon, between file and stop cmds.Richard M. Stallman1994-08-281-8/+0
* (dbx): Use system-configuration, not system-type.Richard M. Stallman1994-07-241-2/+2
* (gud-mips-p): Check for OSF system on Alpha also.Richard M. Stallman1994-07-071-1/+2
* (gud-massage-args): Fix error message syntax.Richard M. Stallman1994-06-151-4/+5
* Use ctl-x-map to bind C-x SPC.Richard M. Stallman1994-05-281-1/+1
* (sdb): Handle tags-file-name as nil.Richard M. Stallman1994-05-121-1/+3
* Allow marker string to arrive in mid-line.Karl Heuer1994-05-101-6/+6
* (gud-marker-acc): Use make-variable-buffer-local.Richard M. Stallman1994-05-041-1/+1
* Update copyright.Karl Heuer1994-05-031-1/+1
* (gud-mips-p, gud-irix-p): Test system-configuration.Richard M. Stallman1994-04-281-77/+167
* (gud-mode, gud-sentinel):Richard M. Stallman1994-04-241-2/+2
* (gud-filter): Call comint-output-filter at the end.Richard M. Stallman1994-04-211-5/+8
* (gdb, sdb, dbx, xdb, perldb): Set paragraph-start.Richard M. Stallman1994-04-211-0/+6
* (gud-filter): Let comint-output-filter do the hard work.Karl Heuer1994-04-121-29/+16
* (gud-comint-buffer): Move defvar up.Richard M. Stallman1994-03-251-2/+2