summaryrefslogtreecommitdiff
path: root/module/system/repl/debug.scm
AgeCommit message (Expand)AuthorFilesLines
2017-02-07Avoid stacks in dynamically-bound valuesAndy Wingo1-2/+2
2016-04-04Fix frame->stack-vector when no stack is activeAndy Wingo1-15/+17
2016-01-31Frame <binding> objects capture frame, can ref value directlyAndy Wingo1-1/+1
2016-01-31Remove frame-local-ref, frame-local-set!Andy Wingo1-2/+1
2015-12-01Remove frame->moduleAndy Wingo1-28/+1
2015-12-01,registers doesn't use frame-procedureAndy Wingo1-6/+8
2015-10-28Reflection support for unboxed f64 slotsAndy Wingo1-2/+4
2015-07-20Fix error printing some wrong-num-args backtracesAndy Wingo1-2/+3
2014-05-04frame-address, frame-stack-pointer return offsetsAndy Wingo1-2/+2
2014-04-16Update frame-bindings interfaceAndy Wingo1-13/+9
2013-11-19rtl-program-code -> program-codeAndy Wingo1-1/+1
2013-11-19rtl-program? -> program?Andy Wingo1-1/+1
2013-11-08Remove stack programs, objcode, and the old VM.Andy Wingo1-1/+2
2013-11-07frame-instruction-pointer is absolute; rewrite (system vm coverage)Andy Wingo1-1/+6
2013-11-07Program sources are always pre-retire nowAndy Wingo1-10/+7
2011-03-17allow ,option on-error report instead of debugAndy Wingo1-6/+26
2010-10-12,frame and related commands handle for-trap? appropriatelyAndy Wingo1-5/+11
2010-10-12debug has for-trap? fieldAndy Wingo1-2/+3
2010-10-06update (system repl debug) todoAndy Wingo1-5/+0
2010-10-05(system repl debug): add frame->stack-vectorAndy Wingo1-1/+17
2010-10-01add source:line-for-user, returning a 1-indexed line numberAndy Wingo1-1/+1
2010-09-30add ,registersAndy Wingo1-32/+13
2010-08-31Add new debug meta-command ,error-messageJose A. Ortega Ruiz1-2/+2
2010-08-06fix stack narrowing for tail-call to throwAndy Wingo1-1/+5
2010-07-16remove (system vm debug)Andy Wingo1-1/+33
2010-07-10print column numbers in backtracesAndy Wingo1-3/+5
2010-07-09tweaks to print-localsAndy Wingo1-11/+9
2010-07-09integrate the debugger into the replAndy Wingo1-0/+177