summaryrefslogtreecommitdiff
path: root/stdlib/printexc.ml
Commit message (Expand)AuthorAgeFilesLines
* Move Unhandled_effect printers to EffectFlorian Angeletti2022-09-211-8/+4
* Avoid string comparison for identifying Unhandled exception in PrintexcKC Sivaramakrishnan2022-09-211-7/+4
* Handle effect names in Effect.Unhandled exception stringifyJon Ludlam2022-09-211-6/+21
* OCAMLRUNPARAM=b=2 => load debuginfoDavid Allsopp2018-12-111-1/+1
* Improve error messages when loading backtrace infoDavid Allsopp2018-12-111-0/+22
* Extend Printexc API for raw backtrace entries (#9663)Stephen Dolan2020-07-131-4/+9
* Fix data race in at_exit and Printexc.register_printer with systhreadsGuillaume Munch-Maccagnoni2020-05-161-4/+7
* Print function names (derived from Lambda.scoped_location) in backtracesStephen Dolan2020-04-271-3/+10
* Add Printexc.default_uncaught_exception_handler (issue #9248)Raphael Sousa Santos2020-01-261-18/+16
* Custom Exception Handlers at toplevel (#8594)Andrew Litteken2019-04-141-22/+28
* Add paths for built-in types (#1876)yallop2018-11-081-0/+2
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-1/+1
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-2/+2
* Recover "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_pri...François Bobot2017-02-141-2/+4
* fix whitespace, long lines, headersDamien Doligez2016-08-011-1/+2
* Revert "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_prim...Gabriel Scherer2016-07-271-4/+2
* Simplify the definition of Printexc.get_backtraceFrançois Bobot2016-07-171-2/+1
* Add `%reraise_raw_backtrace` primitiveFrançois Bobot2016-07-171-0/+3
* Make backtraces aware of inlining (#247)Frédéric Bour2016-05-251-26/+51
* Merge tag 4.03.0 into trunk.Damien Doligez2016-04-281-5/+4
* Also enable more warnings in stdlib/ and fix them.Alain Frisch2016-03-151-1/+1
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Reformulation of the user-facing slot-access APIGabriel Scherer2014-05-101-18/+66
* expose Printexc.format_backtrace_slot to facilitate testingGabriel Scherer2014-05-101-3/+3
* Printexc: OCaml-friendly access to individual backtrace slotsGabriel Scherer2014-05-101-8/+8
* PR#5941: add Printexc.set_uncaught_exception_handlerJérémie Dimino2014-04-181-0/+61
* Do not introduce Obj.raw_tag.Alain Frisch2013-11-061-2/+2
* Support for exception values allocated in the static area (e.g. out of bound ...Alain Frisch2013-10-231-2/+2
* Add two functions to get the exception slot id and name from an exception value.Alain Frisch2013-10-231-0/+13
* Change the representation of exception slots: instead of being represented as...Alain Frisch2013-10-231-3/+6
* #5899: expose Printexc.get_callstack. (Cherry-picked 13884, 13885 from trunk.)Alain Frisch2013-07-111-0/+3
* user-exposed abstract type for raw backtraces in Printexc.ml (original patch ...Gabriel Scherer2013-03-111-6/+31
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-1/+2
* Revert bad commit.Alain Frisch2013-01-231-23/+0
* #5902: adapt standard ppx driver to support extra arguments.Alain Frisch2013-01-231-0/+23
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Document that a dummy declaration is here to avoid a warning.Alain Frisch2012-05-291-0/+1
* Enable and fix more warnings.Alain Frisch2012-05-291-0/+2
* PR#5344: some predifined exceptions need special printingXavier Clerc2011-09-081-0/+2
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* Fix #5003: document the fact that expressions raised by exception printers ar...Alain Frisch2010-04-191-16/+16
* clean up spaces and tabsDamien Doligez2010-01-221-1/+1
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-201-3/+14
* Ability to print and capture exception backtraces (see stdlib module Printexc)Xavier Leroy2008-03-141-0/+57
* suppression support MacOS9Damien Doligez2004-01-161-7/+1
* points-virgules mal placesDamien Doligez2003-01-211-4/+4
* changement des locations, premiere trancheDamien Doligez2002-11-011-4/+4
* Introducing (and using) string and string format coercions.Pierre Weis2002-10-311-3/+4
* Using formats %S and %C.Pierre Weis2002-06-271-1/+1
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2