summaryrefslogtreecommitdiff
path: root/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor load path management and initial environmentJeremie Dimino2019-01-308-26/+23
* Build system: use ocamlc -depend rather than ocamldepSébastien Hinderer2019-01-031-1/+1
* make alldepend (with new one-dep-per-file printing)Gabriel Scherer2018-12-121-182/+604
* Makefiles: restructure CAMLDEP usage to easily add flagsGabriel Scherer2018-12-121-2/+3
* Update .dependLeo White2018-11-211-12/+12
* Remove positions from pathsLeo White2018-11-213-25/+27
* Make (nat)dynlink soundMark Shinwell2018-11-122-3/+3
* make alldependGabriel Scherer2018-11-111-4/+4
* s/string_of_int/Int.to_string/gDaniel Bünzli2018-11-075-10/+10
* Move variable printer to Pprintastalainfrisch2018-11-061-1/+1
* Provide a way to build the bytecode compiler using Dune (#2093)Thomas Refis2018-10-101-0/+25
* consistently make temporary local type idents local identsThomas Refis2018-09-211-5/+1
* ident: split Local into Local and ScopedThomas Refis2018-09-211-1/+2
* ident: add an explicit scope fieldThomas Refis2018-09-212-2/+4
* Introduce and use ROOTDIR in more makefilesSébastien Hinderer2018-09-171-70/+49
* Move config/Makefile to Makefile.configSébastien Hinderer2018-09-171-1/+1
* remove unused ocamlyacc dependencies, never put it in boot/Gabriel Scherer2018-09-011-1/+1
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-273-4/+5
* Pass the elements from `BUILD_PATH_PREFIX_MAP` to the assembler (#1930)Xavier Clerc2018-07-271-2/+1
* Use reraise_raw_backtrace in Misc.try_finallyFrançois Bobot2018-07-251-8/+6
* Build ocamldebug with debugging information (-g)Nicolás Ojeda Bär2018-07-241-1/+1
* Just some tbl things. (#1699)Gabriel Radanne2018-07-233-8/+7
* Remove the Makefile.nt filesSébastien Hinderer2018-05-251-16/+0
* debugger: avoid out of bounds accessThomas Refis2018-05-081-1/+4
* factorize common makefile definitions in Makefile.commonGabriel Scherer2018-03-291-7/+3