Files
mercury/tests/debugger
Zoltan Somogyi fc5e29bd00 Make all mdb commands exist regardless of compilation options:
Estimated hours taken: 1
Branches: main

trace/mercury_trace_internal.c:
	Make all mdb commands exist regardless of compilation options:
	make the commands that are meaningful only with some compilation
	options report an error if those options aren't specified. This
	should simplify mdb for users, and should simplify testing (e.g.
	tests/debugger/completion).

doc/user_guide.texi:
	Document the previously conditionally defined commands that weren't
	documented before.

tests/debugger/mdb_command_test.inp:
	Test the documentation of the previously undocumented commands.

tests/debugger/completion.exp:
	Update the expected output of command completion to include the now
	unconditionally defined mdb commands.
2003-03-11 02:44:26 +00:00
..
2002-09-27 03:11:10 +00:00