log lisp/gud.el @ 7777:c48a233494e1

age author description
1994-05-28 Richard M. Stallman Use ctl-x-map to bind C-x SPC.
1994-05-12 Richard M. Stallman (sdb): Handle tags-file-name as nil.
1994-05-10 Karl Heuer Allow marker string to arrive in mid-line.
1994-05-04 Richard M. Stallman (gud-marker-acc): Use make-variable-buffer-local.
1994-05-03 Karl Heuer Update copyright.
1994-04-28 Richard M. Stallman (gud-mips-p, gud-irix-p): Test system-configuration.
1994-04-24 Richard M. Stallman (gud-mode, gud-sentinel):
1994-04-21 Richard M. Stallman (gud-filter): Call comint-output-filter at the end.
1994-04-21 Richard M. Stallman (gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
1994-04-12 Karl Heuer (gud-filter): Let comint-output-filter do the hard work.
1994-03-25 Richard M. Stallman (gud-comint-buffer): Move defvar up.
1994-03-25 Richard M. Stallman (gud-gdb-complete-command): New defun to support true
1994-03-15 Karl Heuer (gud-filter): Update comint-last-input-end.
1994-03-07 Karl Heuer (gdb): Use a minibuffer map with TAB to complete a filename.
1994-02-18 Richard M. Stallman (gud-mode): Define C-c C-l in gud buffer.
1994-01-08 Richard M. Stallman (gud-common-init): Don't crash if no file specified.
1993-12-23 Richard M. Stallman (gud-format-command): Rewrite.
1993-10-04 Richard M. Stallman Comment change.
1993-09-17 Richard M. Stallman Fix previous change.
1993-09-16 Richard M. Stallman (perldb): New function, plus subroutines.
1993-08-09 Richard M. Stallman (gud-dbx-marker-filter): Detect signals as well as bpts.
1993-07-30 Jim Blandy * gud.el (gud-gdb-marker-filter): Preserve the match data across
1993-07-30 Jim Blandy * gud.el (gud-gdb-marker-filter): Do not assume that the position
1993-07-29 Richard M. Stallman (dbx): Use %d in gud-break.
1993-07-29 Jim Blandy * gud.el (gud-last-last-frame): Specify initial value. `dbx'
1993-07-27 Richard M. Stallman (dbx): For gud-break, send a file command and a stop command.
1993-07-15 Roland McGrath (gud-debugger-startup): Replaced with gud-massage-args.
1993-07-07 Roland McGrath Add (provide 'gud).
1993-06-30 Jim Blandy * gud.el: Add history lists to the debugging commands, so we don't
1993-06-15 Richard M. Stallman (gud-xdb-directories): Renamed from gud-xdb-paths.
1993-06-15 Richard M. Stallman (xdb): New debugger supported (xdb under HPUX-PARISC).
1993-06-11 Jim Blandy * gud.el (gud-last-last-frame): New variable.
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-06-07 Richard M. Stallman Doc fixes. Delete local variable list at the end.
1993-05-31 Richard M. Stallman (gud-def): Don't use gud-key-prefix at compile time.
1993-05-22 Richard M. Stallman (gud-def): Fix inclusion of the define-key.
1993-04-27 Eric S. Raymond (gud-format-command): Fix %f expansuuin to send ondly the basename of
1993-04-25 Eric S. Raymond Set no-byte-compile local variable t to work around a byte-compiler bug.
1993-04-14 Eric S. Raymond (gud-mode): Created C-c synonym bindings in the GUD buffer's local map.
1993-04-10 Eric S. Raymond (gdb, sdb, dbx): Improved prompting a la grep.
1993-04-08 Eric S. Raymond Massive changes, amounting nearly to a rewrite. The new features
1993-02-22 Jim Blandy * gud.el (gud-break): With a prefix argument, set a temporary
1992-09-30 Jim Blandy * gud.el (gud-last-frame): Added defvar for this.
1992-09-30 Jim Blandy * gud.el (gud-filter-insert): Previous changes misunderstood
1992-09-29 Jim Blandy *** empty log message ***
1992-09-29 Jim Blandy * gud.el: When we send a command to the debugger via gud-call,
1992-09-29 Jim Blandy * gud.el (gud-def): Doc fix.
1992-08-04 Jim Blandy entered into RCS
1992-08-03 Richard M. Stallman *** empty log message ***
1992-07-28 Richard M. Stallman *** empty log message ***
1992-07-24 Eric S. Raymond *** empty log message ***
1992-07-17 Eric S. Raymond *** empty log message ***
1992-07-16 Jim Blandy *** empty log message ***
1992-01-09 Jim Blandy *** empty log message ***
1991-12-18 Eric S. Raymond Initial revision