Age | Commit message (Expand) | Author | Files | Lines |
2017-02-07 | Avoid stacks in dynamically-bound values | Andy Wingo | 1 | -2/+2 |
2016-04-04 | Fix frame->stack-vector when no stack is active | Andy Wingo | 1 | -15/+17 |
2016-01-31 | Frame <binding> objects capture frame, can ref value directly | Andy Wingo | 1 | -1/+1 |
2016-01-31 | Remove frame-local-ref, frame-local-set! | Andy Wingo | 1 | -2/+1 |
2015-12-01 | Remove frame->module | Andy Wingo | 1 | -28/+1 |
2015-12-01 | ,registers doesn't use frame-procedure | Andy Wingo | 1 | -6/+8 |
2015-10-28 | Reflection support for unboxed f64 slots | Andy Wingo | 1 | -2/+4 |
2015-07-20 | Fix error printing some wrong-num-args backtraces | Andy Wingo | 1 | -2/+3 |
2014-05-04 | frame-address, frame-stack-pointer return offsets | Andy Wingo | 1 | -2/+2 |
2014-04-16 | Update frame-bindings interface | Andy Wingo | 1 | -13/+9 |
2013-11-19 | rtl-program-code -> program-code | Andy Wingo | 1 | -1/+1 |
2013-11-19 | rtl-program? -> program? | Andy Wingo | 1 | -1/+1 |
2013-11-08 | Remove stack programs, objcode, and the old VM. | Andy Wingo | 1 | -1/+2 |
2013-11-07 | frame-instruction-pointer is absolute; rewrite (system vm coverage) | Andy Wingo | 1 | -1/+6 |
2013-11-07 | Program sources are always pre-retire now | Andy Wingo | 1 | -10/+7 |
2011-03-17 | allow ,option on-error report instead of debug | Andy Wingo | 1 | -6/+26 |
2010-10-12 | ,frame and related commands handle for-trap? appropriately | Andy Wingo | 1 | -5/+11 |
2010-10-12 | debug has for-trap? field | Andy Wingo | 1 | -2/+3 |
2010-10-06 | update (system repl debug) todo | Andy Wingo | 1 | -5/+0 |
2010-10-05 | (system repl debug): add frame->stack-vector | Andy Wingo | 1 | -1/+17 |
2010-10-01 | add source:line-for-user, returning a 1-indexed line number | Andy Wingo | 1 | -1/+1 |
2010-09-30 | add ,registers | Andy Wingo | 1 | -32/+13 |
2010-08-31 | Add new debug meta-command ,error-message | Jose A. Ortega Ruiz | 1 | -2/+2 |
2010-08-06 | fix stack narrowing for tail-call to throw | Andy Wingo | 1 | -1/+5 |
2010-07-16 | remove (system vm debug) | Andy Wingo | 1 | -1/+33 |
2010-07-10 | print column numbers in backtraces | Andy Wingo | 1 | -3/+5 |
2010-07-09 | tweaks to print-locals | Andy Wingo | 1 | -11/+9 |
2010-07-09 | integrate the debugger into the repl | Andy Wingo | 1 | -0/+177 |