summaryrefslogtreecommitdiffstats
path: root/debug.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* debugger: initial backtrace support.Kaz Kylheku2019-04-161-6/+47
* debug support: crude debugger removed.Kaz Kylheku2019-04-091-78/+8
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Refactor propagation of contexts in evaluator.Kaz Kylheku2015-11-301-2/+2
* Suppress debug stepping into auto-loaded library code.Kaz Kylheku2015-08-061-0/+12
* Ligher weight debug instrumentation.Kaz Kylheku2015-05-221-17/+15
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * debug.h (debug_check): Fix broken build when debugger is disabled:Kaz Kylheku2014-01-131-1/+2
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* Task #11486: continuation. Take into account base positionKaz Kylheku2012-02-121-3/+4
* * debug.c (help): Added missing help for w command.Kaz Kylheku2012-01-211-3/+3
* Improved debugging. Debug nesting depth counter maintainedKaz Kylheku2012-01-211-2/+55
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-0/+52