summaryrefslogtreecommitdiffstats
path: root/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2024.Kaz Kylheku2024-01-181-1/+1
* Copyright year bump 2023.Kaz Kylheku2023-01-011-1/+1
* 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
* c_num: now takes self argument.Kaz Kylheku2020-06-291-3/+6
* Remove unnecessary #include directives.Kaz Kylheku2020-04-221-9/+0
* arith: move c_unum and unum declaration into lib.hKaz Kylheku2020-04-221-1/+0
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* debugger: initial backtrace support.Kaz Kylheku2019-04-161-4/+37
* debug support: crude debugger removed.Kaz Kylheku2019-04-091-220/+2
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Drastically reduce inclusion of <dirent.h>.Kaz Kylheku2018-12-111-1/+0
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* Fix missing nao terminator in formatted printing.Kaz Kylheku2017-03-131-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* key function argument on remq, remql and remqual.Kaz Kylheku2016-09-151-2/+2
* 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