| Commit message (Expand) | Author | Age | Files | Lines |
* | (gud-dgux-p, gud-dguxdbx-marker-filter): New functions. | Richard M. Stallman | 1997-06-01 | 1 | -0/+54 |
* | Use defgroup and defcustom. | Richard M. Stallman | 1997-05-05 | 1 | -8/+26 |
* | (gud-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -0/+2 |
* | (gud-gdb-marker-regexp): Use colon always, not path-separator. | Richard M. Stallman | 1997-01-07 | 1 | -2/+5 |
* | Move two function definitions. | Richard M. Stallman | 1996-10-08 | 1 | -15/+16 |
* | (perldb): Supply visited file name, or -e 0, as default args. | Richard M. Stallman | 1996-09-28 | 1 | -1/+5 |
* | (gud-perldb-massage-args): Handle -e in ARGS. | Richard M. Stallman | 1996-09-25 | 1 | -5/+14 |
* | (gud-display-line): Don't call display-buffer | Richard M. Stallman | 1996-09-20 | 1 | -2/+3 |
* | (gud-find-c-expr): Renamed from find-c-expr. | Richard M. Stallman | 1996-09-13 | 1 | -44/+51 |
* | (gdb): Undo previous change. | Richard M. Stallman | 1996-08-01 | 1 | -7/+6 |
* | (gdb): Bind comint-file-name-regexp. | Richard M. Stallman | 1996-07-31 | 1 | -6/+7 |
* | (gud-display-line): Don't crash if BUFFER is nil. | Richard M. Stallman | 1996-07-28 | 1 | -15/+17 |
* | (perldb-command-name): New variable. | Richard M. Stallman | 1996-07-22 | 1 | -1/+4 |
* | (gud-irix-p): Exclude Irix6.1 up. | Karl Heuer | 1996-07-07 | 1 | -9/+26 |
* | (gud-irixdbx-marker-filter): Use %1ld, not %1d, | Richard M. Stallman | 1996-06-19 | 1 | -2/+2 |
* | (gud-filter): Cal gud-display-frame even if process-window is nil. | Richard M. Stallman | 1996-05-10 | 1 | -2/+9 |
* | (gud-filter): Move the call to gud-display-frame | Richard M. Stallman | 1996-05-08 | 1 | -27/+28 |
* | (gud-display-line): Switch to gud buffer before calling gud-find-file. | Richard M. Stallman | 1996-05-02 | 1 | -1/+5 |
* | (gud-mode): Doc fix. | Richard M. Stallman | 1996-04-03 | 1 | -2/+3 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -4/+4 |
* | (gud-sdb-marker-filter): Modify the regexp for sysVR3 to | Karl Heuer | 1995-12-21 | 1 | -9/+4 |
* | (gud-sdb-marker-filter): start may be nil, so check it | Richard M. Stallman | 1995-12-01 | 1 | -1/+1 |
* | (gud-dbx-find-file): Find correct source file. | Richard M. Stallman | 1995-11-29 | 1 | -1/+1 |
* | (gud-dbx-directories): New variable. | Richard M. Stallman | 1995-10-24 | 1 | -24/+58 |
* | (gud-filter): Move the gud-display-frame call | Richard M. Stallman | 1995-10-11 | 1 | -12/+18 |
* | (gud-filter): Save up text that arrives while processing previous text. | Richard M. Stallman | 1995-09-06 | 1 | -20/+44 |
* | (gud-xdb-marker-filter): Change pattern to accept spc at end. | Richard M. Stallman | 1995-08-02 | 1 | -2/+3 |
* | (gud-make-debug-menu): Cope if no local map yet. | Richard M. Stallman | 1995-06-20 | 1 | -1/+2 |
* | (gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil. | Roland McGrath | 1995-06-07 | 1 | -1/+1 |
* | Fix capitalization in menu bar. | Karl Heuer | 1995-05-30 | 1 | -29/+28 |
* | (gud-perldb-find-file): Use gud-make-debug-menu. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
* | (gud-perldb-massage-args): Pass `-emacs' after the file name. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
* | (gud-make-debug-menu): New function. | Karl Heuer | 1995-05-29 | 1 | -15/+16 |
* | (gud-gdb-marker-regexp): New var. Use path-separator. | Karl Heuer | 1995-05-27 | 1 | -2/+5 |
* | (gud-common-init): Don't die if filename not supplied. | Karl Heuer | 1995-05-26 | 1 | -6/+8 |
* | (gud-sentinel): Use force-mode-line-update. | Karl Heuer | 1995-04-25 | 1 | -2/+1 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (gud-massage-args): Variable and function deleted. | Richard M. Stallman | 1995-03-02 | 1 | -7/+0 |
* | (gud-common-init): Put substed file name back in original | Richard M. Stallman | 1995-03-02 | 1 | -11/+18 |
* | (gdb): In gud-remove, specify the source file. | Richard M. Stallman | 1995-01-22 | 1 | -9/+18 |
* | (gud-gdb-find-file): Propagate debug menu to found buffers. | Richard M. Stallman | 1995-01-18 | 1 | -37/+66 |
* | (dbx): Fix missing cast of $curline for Irix. | Richard M. Stallman | 1995-01-17 | 1 | -2/+2 |
* | (gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter. | Richard M. Stallman | 1995-01-02 | 1 | -40/+76 |
* | (gdb): Correct tbreak doc string. | Richard M. Stallman | 1994-12-22 | 1 | -2/+45 |
* | (gud-irixdbx-marker-filter): Changes for Irix dbx. | Richard M. Stallman | 1994-12-21 | 1 | -7/+23 |
* | (gud-basic-call): Detect error earlier. | Karl Heuer | 1994-11-30 | 1 | -1/+1 |
* | (gud-gdb-marker-filter, gud-irixdbx-marker-filter) | Richard M. Stallman | 1994-11-22 | 1 | -172/+168 |
* | (gud-gdb-complete-command): Add a trailing single quote to partially quoted | Karl Heuer | 1994-11-03 | 1 | -0/+11 |
* | (gud-common-init): If file arg has no directory, | Richard M. Stallman | 1994-10-29 | 1 | -2/+19 |
* | (gud-irixdbx-marker-filter): Cast $curline to int. | Richard M. Stallman | 1994-10-25 | 1 | -1/+1 |