summaryrefslogtreecommitdiff
path: root/module/system/repl/debug.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-6/+0
* Avoid stacks in dynamically-bound valuesAndy Wingo2017-02-071-2/+2
* Fix frame->stack-vector when no stack is activeAndy Wingo2016-04-041-15/+17
* Frame <binding> objects capture frame, can ref value directlyAndy Wingo2016-01-311-1/+1
* Remove frame-local-ref, frame-local-set!Andy Wingo2016-01-311-2/+1
* Remove frame->moduleAndy Wingo2015-12-011-28/+1
* ,registers doesn't use frame-procedureAndy Wingo2015-12-011-6/+8
* Reflection support for unboxed f64 slotsAndy Wingo2015-10-281-2/+4
* Fix error printing some wrong-num-args backtracesAndy Wingo2015-07-201-2/+3
* frame-address, frame-stack-pointer return offsetsAndy Wingo2014-05-041-2/+2
* Update frame-bindings interfaceAndy Wingo2014-04-161-13/+9
* rtl-program-code -> program-codeAndy Wingo2013-11-191-1/+1
* rtl-program? -> program?Andy Wingo2013-11-191-1/+1
* Remove stack programs, objcode, and the old VM.Andy Wingo2013-11-081-1/+2
* frame-instruction-pointer is absolute; rewrite (system vm coverage)Andy Wingo2013-11-071-1/+6
* Program sources are always pre-retire nowAndy Wingo2013-11-071-10/+7
* allow ,option on-error report instead of debugAndy Wingo2011-03-171-6/+26
* ,frame and related commands handle for-trap? appropriatelyAndy Wingo2010-10-121-5/+11
* debug has for-trap? fieldAndy Wingo2010-10-121-2/+3
* update (system repl debug) todoAndy Wingo2010-10-061-5/+0
* (system repl debug): add frame->stack-vectorAndy Wingo2010-10-051-1/+17
* add source:line-for-user, returning a 1-indexed line numberAndy Wingo2010-10-011-1/+1
* add ,registersAndy Wingo2010-09-301-32/+13
* Add new debug meta-command ,error-messageJose A. Ortega Ruiz2010-08-311-2/+2
* fix stack narrowing for tail-call to throwAndy Wingo2010-08-061-1/+5
* remove (system vm debug)Andy Wingo2010-07-161-1/+33
* print column numbers in backtracesAndy Wingo2010-07-101-3/+5
* tweaks to print-localsAndy Wingo2010-07-091-11/+9
* integrate the debugger into the replAndy Wingo2010-07-091-0/+177