ocaml/debugger
Florian Angeletti 95a5399b28
ocamldebug: initialize all functions in Env (#9356)
Switch ocamldebug to compiler-libs in order to avoid hidden dependencies issue. 

In particular, the Env module is only fully initialized after the Typemod and Includemod modules have been linked. Calling `Env.find_type` before that initialization may result in an assert false when functor-derived types are involved.
2020-03-11 09:44:00 +01:00
..
.depend debugger: rename parser and lexer modules 2020-01-06 14:14:55 +01:00
Makefile ocamldebug: initialize all functions in Env (#9356) 2020-03-11 09:44:00 +01:00
breakpoints.ml Xavier Clerc's remarks. 2019-07-16 13:42:04 +02: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 debugger: rename parser and lexer modules 2020-01-06 14:14:55 +01:00
command_line.mli
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
exec.mli
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
history.mli
input_handling.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
input_handling.mli
int64ops.ml
int64ops.mli
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 Debugger: factorize error-reporting logic 2019-03-26 09:00:01 +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
pattern_matching.mli
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
primitives.mli
printval.ml Avoid duplicated mark_loops 2019-10-17 10:03:58 +02:00
printval.mli
program_loading.ml
program_loading.mli
program_management.ml Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
program_management.mli
question.ml debugger: rename parser and lexer modules 2020-01-06 14:14:55 +01:00
question.mli
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
show_source.mli
source.ml Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
source.mli
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
trap_barrier.ml
trap_barrier.mli
unix_tools.ml Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +01:00
unix_tools.mli