summaryrefslogtreecommitdiffstats
path: root/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Header file cleanup.Kaz Kylheku2016-01-221-2/+0
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Refactor propagation of contexts in evaluator.Kaz Kylheku2015-11-301-2/+4
* Implementing *print-base* and ~d format directive.Kaz Kylheku2015-11-141-6/+6
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Use of new args for function calls in interpreter.Kaz Kylheku2015-08-231-2/+4
* Change to different exception for debugger quit.Kaz Kylheku2015-08-071-1/+4
* * debug.c (help): Rearrange menu. Show missing quit command.Kaz Kylheku2015-08-061-3/+2
* Suppress debug stepping into auto-loaded library code.Kaz Kylheku2015-08-061-0/+14
* Ligher weight debug instrumentation.Kaz Kylheku2015-05-221-2/+0
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-2/+2
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-1/+1
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * configure: Add a check, in the case that we cannot make anKaz Kylheku2014-07-221-0/+7
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-3/+3
* * debug.c (debug): Fix 2013-12-02 regression, which leaves theKaz Kylheku2014-02-241-1/+4
* The C function nullp is being renamed to null, and the rarelyKaz Kylheku2014-02-221-1/+1
* First cut at signal handling support.Kaz Kylheku2013-12-121-0/+2
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-3/+1
* debug_check calls are the culprit triggering lookaheadKaz Kylheku2013-12-021-0/+2
* * debug.c (help): Help text updated.Kaz Kylheku2013-01-101-2/+2
* * debug.c (debug): Breakpointing now takes into accountKaz Kylheku2012-03-201-10/+19
* * debug.c (help, debug): New g command for tweaking log level.Kaz Kylheku2012-02-281-5/+16
* * debug.c: Missing d command implemented.Kaz Kylheku2012-02-281-3/+11
* Fix the issue properly, once and for all, of how to determineKaz Kylheku2012-02-271-15/+15
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-0/+28
* * debug.c (debug): Use new way of getting line number.Kaz Kylheku2012-02-241-2/+2
* Introducing optional arguments.Kaz Kylheku2012-02-211-4/+4
* * debug.c (breakpoints, last_command): linkage changed to static.Kaz Kylheku2012-02-121-4/+21
* Oops, syntax error.Kaz Kylheku2012-02-121-1/+1
* Task #11486: continuation. Take into account base positionKaz Kylheku2012-02-121-5/+5
* * debug.c (help): Added missing help for w command.Kaz Kylheku2012-01-211-2/+8
* * debug.c (last_command): Do not initialize with lit();Kaz Kylheku2012-01-211-2/+2
* * debug.c (help): Filled in.Kaz Kylheku2012-01-211-5/+13
* Improved debugging. Debug nesting depth counter maintainedKaz Kylheku2012-01-211-3/+19
* * debug.c (last_command): Initialize to empty string ratherKaz Kylheku2012-01-191-3/+29
* * debug.c (debug): Fix regression: repeat last command by hittingKaz Kylheku2011-12-071-2/+2
* * lib.h (or2): Restore macro version of or2, because we needKaz Kylheku2011-11-301-0/+1
* * debug.c (debug): Eliminated duplicate code.Kaz Kylheku2011-11-131-12/+21
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-0/+106