summaryrefslogtreecommitdiff
path: root/asmrun/backtrace_prim.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: replacing direct calls to malloc/calloc/realloc/free with calls to c...Max Mouratov2017-03-171-2/+2
* Assertions cleanupSébastien Hinderer2017-03-131-2/+2
* Recover "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_pri...François Bobot2017-02-141-6/+11
* Revert "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_prim...Gabriel Scherer2016-07-271-11/+6
* Add `%reraise_raw_backtrace` primitiveFrançois Bobot2016-07-171-6/+11
* Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-121-1/+3
* Make backtraces aware of inlining (#247)Frédéric Bour2016-05-251-31/+41
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-4/+8
* Adjust documentationGabriel Scherer2015-08-221-12/+5
* Document backtrace infrastructure, make types more explicitGabriel Scherer2015-08-221-9/+9
* Move backend specific backtrace code to backtrace_prim.cGabriel Scherer2015-08-221-0/+233