aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gud.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (gud-common-init): Use pop-to-buffer.Richard M. Stallman1998-11-191-1/+5
* (gud-speedbar-key-map) New variable.Karl Heuer1998-07-101-3/+24
* (gud-filter): extend scope of binding of gud-filter-defer-flag.Richard M. Stallman1998-06-121-16/+16
* (gud-jdb-class-source-alist): defvar moved up.Richard M. Stallman1998-05-241-7/+7
* Support pdb.Richard M. Stallman1998-05-211-1/+135
* (gud-perldb-marker-acc): Variable deleted.Richard M. Stallman1998-05-201-285/+284
* (jdb): Do proper analysis of classes defined in a JavaKarl Heuer1998-04-081-33/+227
* Add support for jdb (Java debugger).Richard M. Stallman1998-04-021-5/+290
* Added gud-speedbar-buttons, and support for GDB buttons.Eric M. Ludlam1998-01-231-0/+175
* (gud-mips-p): Fix regexp so it will match alphaev56-* too.Karl Heuer1997-12-071-1/+1
* (gud-sentinel): Set mode-line-process in the processAndreas Schwab1997-11-211-4/+4
* (perldb): Fix paren error in call to read-from-minibuffer.Richard M. Stallman1997-09-121-2/+2
* (gud-gdb-marker-regexp): Allow for drive letter and colon.Geoff Voelker1997-09-021-1/+1
* Comment change.Richard M. Stallman1997-08-051-1/+1
* (gud): Fix defgroup doc.Richard M. Stallman1997-08-051-1/+1
* (gud-dgux-p, gud-dguxdbx-marker-filter): New functions.Richard M. Stallman1997-06-011-0/+54
* Use defgroup and defcustom.Richard M. Stallman1997-05-051-8/+26
* (gud-mode): Add a mode-class property.Richard M. Stallman1997-05-051-0/+2
* (gud-gdb-marker-regexp): Use colon always, not path-separator.Richard M. Stallman1997-01-071-2/+5
* Move two function definitions.Richard M. Stallman1996-10-081-15/+16
* (perldb): Supply visited file name, or -e 0, as default args.Richard M. Stallman1996-09-281-1/+5
* (gud-perldb-massage-args): Handle -e in ARGS.Richard M. Stallman1996-09-251-5/+14
* (gud-display-line): Don't call display-bufferRichard M. Stallman1996-09-201-2/+3
* (gud-find-c-expr): Renamed from find-c-expr.Richard M. Stallman1996-09-131-44/+51
* (gdb): Undo previous change.Richard M. Stallman1996-08-011-7/+6
* (gdb): Bind comint-file-name-regexp.Richard M. Stallman1996-07-311-6/+7
* (gud-display-line): Don't crash if BUFFER is nil.Richard M. Stallman1996-07-281-15/+17
* (perldb-command-name): New variable.Richard M. Stallman1996-07-221-1/+4
* (gud-irix-p): Exclude Irix6.1 up.Karl Heuer1996-07-071-9/+26
* (gud-irixdbx-marker-filter): Use %1ld, not %1d,Richard M. Stallman1996-06-191-2/+2
* (gud-filter): Cal gud-display-frame even if process-window is nil.Richard M. Stallman1996-05-101-2/+9
* (gud-filter): Move the call to gud-display-frameRichard M. Stallman1996-05-081-27/+28
* (gud-display-line): Switch to gud buffer before calling gud-find-file.Richard M. Stallman1996-05-021-1/+5
* (gud-mode): Doc fix.Richard M. Stallman1996-04-031-2/+3
* 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