Commit Graph

5 Commits

Author SHA1 Message Date
Zoltan Somogyi
47a1a02a92 Add vim modelines to most tools.
tools/add_cont_lines:
tools/appears:
tools/assemble:
tools/avg_frame_size:
tools/build_srcdist:
tools/cleanint:
tools/compare_frame_sizes:
tools/configure_mingw_cross:
tools/cont:
tools/ctor_rep_stats:
tools/cur_param:
tools/dd_speedtest:
tools/divide:
tools/extract_dd_stats:
tools/file_name_translation_stats:
tools/frame_sizes:
tools/gdbrun:
tools/half:
tools/info_stats.awk:
tools/linear:
tools/lmc.in:
tools/mai_stats:
tools/make_arena:
tools/next_param:
tools/not:
tools/optstages:
tools/type_ctor_stats:
    Add vim mode lines. Replace tabs with spaces.
2021-04-27 03:54:27 +10:00
Zoltan Somogyi
ffd80120cb Do not tell gdb to run the program immediately.
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.
2003-05-01 08:04:24 +00:00
Fergus Henderson
7af9285145 Fix missing "esac" in case statement.
Estimated hours taken: 0.1
Branches: main

tools/gdbrun:
	Fix missing "esac" in case statement.
2001-05-08 07:15:10 +00:00
Zoltan Somogyi
6257f8ff57 Fix a bug: quote the arguments properly.
Estimated hours taken: 1
Branches: main

tools/gdbrun:
	Fix a bug: quote the arguments properly.
2001-04-27 04:28:47 +00:00
Zoltan Somogyi
1fae9637af A shell script to allow you to execute a version of the Mercury
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.
2001-01-18 01:19:30 +00:00