summaryrefslogtreecommitdiff
path: root/debugger
Commit message (Expand)AuthorAgeFilesLines
* Display an alert if -I +unix, etc is missingDavid Allsopp2022-05-244-3/+10
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-102-21/+20
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-311-1/+1
* Build system: also factorize the inclusion of directories when calling ocamldepSébastien Hinderer2022-03-221-2/+2
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-3/+1
* Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-4/+4
* Remove uses of ;; from the codebaseSébastien Hinderer2022-02-2512-40/+33
* Add the distclean target to debugger/MakefileSébastien Hinderer2022-01-181-0/+4
* Wrong unmarshaling of function pointers in debugger mode (#10709)Xavier Leroy2021-10-191-1/+1
* Pack ocamldebug modules to minimize clashes (#9621)sonologico2021-09-094-8/+18
* Normalize type_expr nodes on access (#10337)Jacques Garrigue2021-06-243-5/+3
* Add {Int,Int32,Int64,NativeInt}.{min,max} (#10392)Alain Frisch2021-05-112-3/+3
* Build system: replace suffix rules by pattern rulesSébastien Hinderer2021-04-271-5/+2
* Build system: provide a default value for OCAMLLEXSébastien Hinderer2021-04-141-1/+0
* added warning for missing mli interface fileAnukriti122021-03-311-1/+1
* stop using single letter in warning settingsoctachron2021-03-151-1/+1
* Build system: deduplicate the rules used to generate the lexers and parsersSébastien Hinderer2021-03-021-6/+0
* {debugger,lex}/Makefile: make it possible to override lexer andparser generatorSébastien Hinderer2021-03-021-6/+7
* Build system: rename the OCAMLLEX_FLAGS to OCAMLLEXFLAGSSébastien Hinderer2021-03-021-1/+1
* Remove useless / wrong definitions of the CAMLRUN build variableSébastien Hinderer2021-02-081-1/+0
* Introduce warning 68 to warn about hidden allocation due to pattern match of ...hhugo2020-08-171-1/+1
* Get rid of the YACCFLAGS build variableSébastien Hinderer2020-08-051-1/+0
* Build system: simplify installation rulesSébastien Hinderer2020-06-181-1/+1
* makefiles: move the inclusion of Makefile.build_config in Makefile.commonGabriel Scherer2020-05-061-1/+0
* Introduce Makefile.build_config.inDavid Allsopp2020-04-171-2/+2
* Use Fun.protect where possibleDavid Allsopp2019-10-195-49/+24
* Don't ever call stop_user_input in line_loopDavid Allsopp2019-10-192-3/+5
* Remove use of Printexc.catch from debuggerDavid Allsopp2019-10-191-1/+1
* Preserve backtraces in debuggerDavid Allsopp2019-10-199-21/+26
* Ensure make distclean works on an unconfigured treeDavid Allsopp2019-10-151-1/+1
* Allow make to be invoked before configureDavid Allsopp2018-12-041-2/+2
* ocamldebug: initialize all functions in Env (#9356)Florian Angeletti2020-03-111-29/+5
* compilerlibs: expose parsers for 'Longident.t'sFlorian Angeletti2020-01-091-1/+2
* debugger: rename parser and lexer modulesFlorian Angeletti2020-01-067-46/+49
* Avoid duplicated mark_loopsFlorian Angeletti2019-10-172-2/+0
* debugger Makefile: use ocamlc.opt when availableGabriel Scherer2019-10-121-3/+4
* Add support for [@@immediate64]Jeremie Dimino2019-09-241-2/+2
* Refactor environment lookup functionsLeo White2019-08-152-33/+41
* Xavier Clerc's remarks.Jacques-Henri Jourdan2019-07-163-7/+6
* Dynlink support for ocamldebugJacques-Henri Jourdan2019-07-1627-260/+420
* Build system: make ocamllex silent by default (#8664)Sébastien Hinderer2019-05-071-1/+1
* Remove out-of-date commentLeo White2019-04-161-2/+0
* Move some middle-end files around (#2281)Mark Shinwell2019-04-013-19/+28
* Debugger: factorize error-reporting logicGabriel Scherer2019-03-261-12/+7
* Expose Persistent_env.Error and catch it from the debuggerGabriel Scherer2019-03-251-0/+5
* Improve the packing mechanism used to build Dynlink (#2268)Mark Shinwell2019-03-191-1/+1
* Remove gprof support (#2314)Mark Shinwell2019-03-161-1/+6
* Remove support for compiler plugins (#2276)Mark Shinwell2019-03-134-42/+28
* env refactoring: separate the cmi/crc handling into a persistent_env moduleGabriel Scherer2019-02-181-1/+1
* Fixing typos in various files (#2246)Fourchaux2019-02-132-2/+2