Estimated hours taken: 0.2
Branches: main
tools/gdbrun:
Do not tell gdb to run the program immediately. Instead, just tell it
what command line arguments it should eventually be run with. This
allows the user to issue some commands (e.g. to place breakpoints)
before running the program.
Estimated hours taken: 1
tools/lmc:
A shell script to allow you to execute a version of the Mercury
compiler that you have built in a workspace. Everything that the
compilation process needs will come from that workspace: the libraries
for the runtime system, the trace system, the Mercury standard library,
the Boehm collector, etc.
tools/gdbrun:
A helper script for lmc, written by Fergus.