aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gud.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (gud-gdb-complete-command): New defun to support trueRichard M. Stallman1994-03-251-1/+86
* (gud-filter): Update comint-last-input-end.Karl Heuer1994-03-151-1/+10
* (gdb): Use a minibuffer map with TAB to complete a filename.Karl Heuer1994-03-071-1/+9
* (gud-mode): Define C-c C-l in gud buffer.Richard M. Stallman1994-02-181-0/+1
* (gud-common-init): Don't crash if no file specified.Richard M. Stallman1994-01-081-4/+5
* (gud-format-command): Rewrite.Richard M. Stallman1993-12-231-52/+119
* Comment change.Richard M. Stallman1993-10-041-0/+1
* Fix previous change.Richard M. Stallman1993-09-171-16/+14
* (perldb): New function, plus subroutines.Richard M. Stallman1993-09-161-5/+106
* (gud-dbx-marker-filter): Detect signals as well as bpts.Richard M. Stallman1993-08-091-2/+6
* * gud.el (gud-gdb-marker-filter): Preserve the match data acrossJim Blandy1993-07-301-39/+40
* * gud.el (gud-gdb-marker-filter): Do not assume that the positionJim Blandy1993-07-301-14/+50
* (dbx): Use %d in gud-break.Richard M. Stallman1993-07-291-34/+37
* * gud.el (gud-last-last-frame): Specify initial value. `dbx'Jim Blandy1993-07-291-1/+1
* (dbx): For gud-break, send a file command and a stop command.Richard M. Stallman1993-07-271-1/+3
* (gud-debugger-startup): Replaced with gud-massage-args.Roland McGrath1993-07-151-75/+78
* Add (provide 'gud).Roland McGrath1993-07-071-0/+2