summaryrefslogtreecommitdiff
path: root/debugger
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use ocamlyacc's support for OCaml-style comments"Antonin Décimo2023-03-311-35/+35
* Merge pull request #12088 from damiendoligez/fix-11949Gabriel Scherer2023-03-231-1/+1
|\
| * one-line fix for #11949Damien Doligez2023-03-081-1/+1
* | Bytesections: cleanup API (#11623)hhugo2023-03-111-9/+11
|/
* Use ocamlyacc's support for OCaml-style commentsDemi Marie Obenour2023-02-271-35/+35
* Do not build bytecode executables with -g by defaultXavier Leroy2023-02-021-1/+1
* Less verbose logs from `make` (#11844)Xavier Leroy2023-01-181-6/+6
* rename wrap_def -> with_local_level, etc.Takafumi Saikawa2022-12-271-1/+1
* Introduce wrapper functions for level management ([Ctype.wrap_def], etc)Takafumi Saikawa2022-12-271-8/+7
* Define printer types manually rather than parsing them from stringsSébastien Hinderer2022-11-242-32/+10
* Embed printer types in toplevels and debuggerSébastien Hinderer2022-11-247-42/+36
* Remove dead codeChris Casinghino2022-11-043-297/+0
* Stop passing -safe-string when building the compiler and in the testsuiteSébastien Hinderer2022-09-111-1/+1
* Pass the same flags to ocamlyacc consistentlySébastien Hinderer2022-08-251-1/+1
* Restore basic functionality to the bytecode debugger (#11065)Damien Doligez2022-07-0111-47/+99
* 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