| Commit message (Expand) | Author | Age | Files | Lines |
* | (dbx) <gud-dbx-use-stopformat-p>: Move this case into the | Eli Zaretskii | 2001-09-11 | 1 | -4/+4 |
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel JanÃk | 2001-07-15 | 1 | -6/+6 |
* | (gud-gdb-run-command-fetch-lines): Use forward-line | Stefan Monnier | 2001-05-23 | 1 | -7/+12 |
* | (gud-jdb-build-source-files-list): Fix paren typo. | Stefan Monnier | 2001-05-11 | 1 | -1/+2 |
* | (gud-perldb-massage-args): Avoid nreverse'ing a list | Gerd Moellmann | 2001-01-26 | 1 | -1/+1 |
* | (gud-minor-mode): New var. | Stefan Monnier | 2000-11-12 | 1 | -190/+107 |
* | (gud-basic-call): Temporarily widen gud comint buffer while checking for | Miles Bader | 2000-08-19 | 1 | -18/+23 |
* | (gud-filter): Use `with-current-buffer' instead of save-excursion when | Miles Bader | 2000-08-10 | 1 | -3/+3 |
* | (gud-gdb-complete-command): Use comint-line-beginning-position. | Miles Bader | 2000-08-07 | 1 | -5/+1 |
* | (gud-jdb-directories): Doc fix. | Gerd Moellmann | 2000-05-19 | 1 | -1/+9 |
* | (gud-gdb-find-file): Call find-file-noselect with NOWARN | Gerd Moellmann | 2000-04-27 | 1 | -1/+1 |
* | (gud-jdb-build-source-files-list): Fix typo. | Stefan Monnier | 2000-04-17 | 1 | -1/+1 |
* | (gud-jdb-build-source-files-list): Change file-exists-p | Gerd Moellmann | 2000-04-15 | 1 | -1/+1 |
* | (gud-jdb-build-source-files-list): Check that directory | Gerd Moellmann | 2000-04-14 | 1 | -1/+3 |
* | (gud-jdb-build-class-source-alist): Prepend space to scratch buffer | Dave Love | 2000-02-23 | 1 | -7/+6 |
* | (gud-perldb-massage-args): Handle the case "perl -e 0" | Gerd Moellmann | 1999-11-04 | 1 | -14/+35 |
* | (gud-perldb-massage-args): Massage correctly in the | Gerd Moellmann | 1999-11-01 | 1 | -7/+20 |
* | (gud-make-debug-menu): Make a child for the | Richard M. Stallman | 1999-09-08 | 1 | -13/+12 |
* | (gud-format-command): "%F" means file sans extension. | Richard M. Stallman | 1999-05-17 | 1 | -6/+11 |
* | (gud-jdb-massage-args): Spelling fix. | Karl Heuer | 1999-02-23 | 1 | -1/+1 |
* | (jdb): Fix regexp for comint-prompt-regexp. | Andreas Schwab | 1999-02-12 | 1 | -1/+1 |
* | (gud-common-init): Use pop-to-buffer. | Richard M. Stallman | 1998-11-19 | 1 | -1/+5 |
* | (gud-speedbar-key-map) New variable. | Karl Heuer | 1998-07-10 | 1 | -3/+24 |
* | (gud-filter): extend scope of binding of gud-filter-defer-flag. | Richard M. Stallman | 1998-06-12 | 1 | -16/+16 |
* | (gud-jdb-class-source-alist): defvar moved up. | Richard M. Stallman | 1998-05-24 | 1 | -7/+7 |
* | Support pdb. | Richard M. Stallman | 1998-05-21 | 1 | -1/+135 |
* | (gud-perldb-marker-acc): Variable deleted. | Richard M. Stallman | 1998-05-20 | 1 | -285/+284 |
* | (jdb): Do proper analysis of classes defined in a Java | Karl Heuer | 1998-04-08 | 1 | -33/+227 |
* | Add support for jdb (Java debugger). | Richard M. Stallman | 1998-04-02 | 1 | -5/+290 |
* | Added gud-speedbar-buttons, and support for GDB buttons. | Eric M. Ludlam | 1998-01-23 | 1 | -0/+175 |
* | (gud-mips-p): Fix regexp so it will match alphaev56-* too. | Karl Heuer | 1997-12-07 | 1 | -1/+1 |
* | (gud-sentinel): Set mode-line-process in the process | Andreas Schwab | 1997-11-21 | 1 | -4/+4 |
* | (perldb): Fix paren error in call to read-from-minibuffer. | Richard M. Stallman | 1997-09-12 | 1 | -2/+2 |
* | (gud-gdb-marker-regexp): Allow for drive letter and colon. | Geoff Voelker | 1997-09-02 | 1 | -1/+1 |
* | Comment change. | Richard M. Stallman | 1997-08-05 | 1 | -1/+1 |
* | (gud): Fix defgroup doc. | Richard M. Stallman | 1997-08-05 | 1 | -1/+1 |
* | (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 |