ocaml/debugger
Mark Shinwell 72ea849d2a
Move some middle-end files around (#2281)
* Various file moves in the middle end: this is the first stage of improving separation between the middle end and backend.
* Creation of file_formats/ directory (with associated file moves) to hold the definitions of compilation artifact formats.
* Creation of lambda/ directory (with associated file moves) to hold Lambda language definition files, transformation passes and construction passes from Typedtree.
* Disable (hopefully temporarily) dynlink, debugger and ocamldoc for the dune build.
2019-04-01 17:18:47 +01:00
..
.depend Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
Makefile Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
breakpoints.ml s/string_of_int/Int.to_string/g 2018-11-07 13:52:02 +01:00
breakpoints.mli Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
checkpoints.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
checkpoints.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
command_line.ml Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
command_line.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
debugcom.ml add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
debugcom.mli add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
debugger_config.ml Typos and basic grammar error fixing (#1280) 2017-08-10 11:59:23 +01:00
debugger_config.mli fix several typos in comments 2017-02-13 17:09:50 +01:00
dune Move some middle-end files around (#2281) 2019-04-01 17:18:47 +01:00
eval.ml Remove positions from paths 2018-11-21 03:39:34 -05:00
eval.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
events.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
events.mli Update headers for the new license. 2016-02-18 16:59:16 +01: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 More warnings for debugger/. 2016-03-15 22:47:35 +01:00
frames.mli More warnings for debugger/. 2016-03-15 22:47:35 +01: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 Deprecate Pervasives (#1605) 2018-08-27 12:42:14 +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
lexer.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
lexer.mll Call the '#' sign hash rather than sharp. 2016-05-09 16:34:40 +02:00
loadprinter.ml Remove support for compiler plugins (#2276) 2019-03-13 11:46:37 +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.mly Call the '#' sign hash rather than sharp. 2016-05-09 16:34:40 +02:00
parser_aux.mli More warnings for debugger/. 2016-03-15 22:47:35 +01: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 More warnings for debugger/. 2016-03-15 22:47:35 +01:00
pos.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
primitives.ml fix several typos in comments 2017-02-13 17:09:50 +01:00
primitives.mli fix several typos in comments 2017-02-13 17:09:50 +01:00
printval.ml Remove positions from paths 2018-11-21 03:39:34 -05: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 Refactor load path management and initial environment 2019-01-30 16:36:38 +00:00
program_management.mli fix several typos in comments 2017-02-13 17:09:50 +01:00
question.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
question.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
show_information.ml ocamldebug: add a few commandline options 2018-03-20 16:00:41 +01:00
show_information.mli fix several typos in comments 2017-02-13 17:09:50 +01: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 Just some tbl things. (#1699) 2018-07-23 13:19:41 +01:00
symbols.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
time_travel.ml Fixing typos in various files (#2246) 2019-02-13 14:04:56 +01:00
time_travel.mli Update headers for the new license. 2016-02-18 16:59:16 +01:00
trap_barrier.ml Update headers for the new license. 2016-02-18 16:59:16 +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