comparison lisp/progmodes/gud.el @ 91940:10cfb707cf0e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 18 Feb 2008 15:36:39 +0000
parents f1bf21ad35fb
children f991f10f15ec
comparison
equal deleted inserted replaced
91939:f1bf21ad35fb 91940:10cfb707cf0e
24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 ;; Boston, MA 02110-1301, USA. 25 ;; Boston, MA 02110-1301, USA.
26 26
27 ;;; Commentary: 27 ;;; Commentary:
28 28
29 ;; The ancestral gdb.el was by W. Schelter <wfs@rascal.ics.utexas.edu> It was 29 ;; The ancestral gdb.el was by W. Schelter <wfs@rascal.ics.utexas.edu>.
30 ;; later rewritten by rms. Some ideas were due to Masanobu. Grand 30 ;; It was later rewritten by rms. Some ideas were due to Masanobu. Grand
31 ;; Unification (sdb/dbx support) by Eric S. Raymond <esr@thyrsus.com> Barry 31 ;; Unification (sdb/dbx support) by Eric S. Raymond <esr@thyrsus.com> Barry
32 ;; Warsaw <bwarsaw@cen.com> hacked the mode to use comint.el. Shane Hartman 32 ;; Warsaw <bwarsaw@cen.com> hacked the mode to use comint.el. Shane Hartman
33 ;; <shane@spr.com> added support for xdb (HPUX debugger). Rick Sladkey 33 ;; <shane@spr.com> added support for xdb (HPUX debugger). Rick Sladkey
34 ;; <jrs@world.std.com> wrote the GDB command completion code. Dave Love 34 ;; <jrs@world.std.com> wrote the GDB command completion code. Dave Love
35 ;; <d.love@dl.ac.uk> added the IRIX kluge, re-implemented the Mips-ish variant 35 ;; <d.love@dl.ac.uk> added the IRIX kluge, re-implemented the Mips-ish variant