Commit Graph

3 Commits

Author SHA1 Message Date
Fergus Henderson
b44b4f7115 Use the `--tty' option of mdb to put the output of the program
Estimated hours taken: 4

scripts/gud.el:
	Use the `--tty' option of mdb to put the output of the program
	in a different window than the output of mdb.
1998-12-21 17:45:10 +00:00
Fergus Henderson
c5a69daae3 Add support for debugging Mercury code using mdb to "Gud",
Estimated hours taken: 16

Add support for debugging Mercury code using mdb to "Gud",
the Emacs "Grand Unified Debugger".  This lets you run mdb
under emacs, using the tags file provided by `mtags --emacs'
for source code linking.

scripts/gud.el:
	Add support for Mercury.

Mmake.common.in:
scripts/Mmakefile:
bindist/Mmakefile:
bindist/bindist.Makefile.in:
	Modify the installation scripts to install gud.el in
	.../lib/mercury/elisp.

.INSTALL.in:
bindist/bindist.INSTALL:
	Document what you need to add to your ~/.emacs file to
	use the Emacs mdb interface.
1998-12-21 11:34:00 +00:00
Fergus Henderson
0eb7007bb1 Import the file gud.el (a debugger interface) from Emacs 19.34.
Estimated hours taken: 0.25

Import the file gud.el (a debugger interface) from Emacs 19.34.
1998-12-21 09:22:32 +00:00