ocaml/debugger
David Allsopp 3a40b2fd94 Introduce Makefile.build_config.in
This moves the configure-generated parts of Makefile.common to a
separate (generated) Makefile, allowing Makefile.common to be a normal
Makefile.

OCaml's build system Makefile's now include Makefile.build_config (which
itself includes Makefile.config) but Makefile.config is still installed
as before. This allows configure to generate variables which are
specific to the build process and are not intended to be exported to the
installation.
2020-04-17 13:53:49 +01:00
..
.depend debugger: rename parser and lexer modules 2020-01-06 14:14:55 +01:00
Makefile Introduce Makefile.build_config.in 2020-04-17 13:53:49 +01:00
breakpoints.ml Use Fun.protect where possible 2019-10-19 11:49:18 +01:00
breakpoints.mli Xavier Clerc's remarks. 2019-07-16 13:42:04 +02:00
checkpoints.ml Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
checkpoints.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
command_line.ml Use Fun.protect where possible 2019-10-19 11:49:18 +01:00
command_line.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
debugcom.ml Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
debugcom.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
debugger_config.ml Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
debugger_config.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
debugger_lexer.mli debugger: rename parser and lexer modules 2020-01-06 14:14:55 +01:00
debugger_lexer.mll debugger: rename parser and lexer modules 2020-01-06 14:14:55 +01:00
debugger_parser.mly debugger: rename parser and lexer modules 2020-01-06 14:14:55 +01:00
dune Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
eval.ml Avoid duplicated mark_loops 2019-10-17 10:03:58 +02:00
eval.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
events.ml Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
events.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
exec.ml More warnings for debugger/. 2016-03-15 22:47:35 +01:00
exec.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
frames.ml Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
frames.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
history.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
history.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
input_handling.ml Use Fun.protect where possible 2019-10-19 11:49:18 +01:00
input_handling.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
int64ops.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
int64ops.mli Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
loadprinter.ml Refactor environment lookup functions 2019-08-15 15:56:50 +01:00
loadprinter.mli Remove support for compiler plugins (#2276) 2019-03-13 11:46:37 +01:00
main.ml Don't ever call stop_user_input in line_loop 2019-10-19 11:47:07 +01:00
parameters.ml Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
parameters.mli ocamldebug: add a few commandline options 2018-03-20 16:00:41 +01:00
parser_aux.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
pattern_matching.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
pattern_matching.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
pos.ml Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
pos.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
primitives.ml Preserve backtraces in debugger 2019-10-19 10:38:48 +01:00
primitives.mli Preserve backtraces in debugger 2019-10-19 10:38:48 +01:00
printval.ml Avoid duplicated mark_loops 2019-10-17 10:03:58 +02:00
printval.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
program_loading.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
program_loading.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
program_management.ml Preserve backtraces in debugger 2019-10-19 10:38:48 +01:00
program_management.mli fix several typos in comments 2017-02-13 17:09:50 +01:00
question.ml Use Fun.protect where possible 2019-10-19 11:49:18 +01:00
question.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
show_information.ml Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
show_information.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
show_source.ml Don't emit \r in the debugger 2017-04-13 14:17:28 +02:00
show_source.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
source.ml Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
source.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
symbols.ml Xavier Clerc's remarks. 2019-07-16 13:42:04 +02:00
symbols.mli Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
time_travel.ml Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
time_travel.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
trap_barrier.ml Use Fun.protect where possible 2019-10-19 11:49:18 +01:00
trap_barrier.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
unix_tools.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
unix_tools.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00