Age | Commit message (Expand) | Author | Files | Lines |
2013-11-19 | Rename objcodes?.{scm,c,h} to loader.{scm,c,h} | Andy Wingo | 1 | -1/+1 |
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 | Miscellaneous fixups related to objcode removal. | Andy Wingo | 1 | -1/+2 |
2013-11-08 | Remove assembly language. | Andy Wingo | 1 | -6/+0 |
2013-11-07 | Program sources are always pre-retire now | Andy Wingo | 1 | -17/+9 |
2013-10-31 | Better REPL support for disassembling RTL images | Andy Wingo | 1 | -7/+10 |
2013-08-29 | ,xx for RTL images | Andy Wingo | 1 | -1/+4 |
2013-06-09 | Add RTL disassembler | Andy Wingo | 1 | -4/+11 |
2013-05-27 | pop-continuation abort-continuation hooks pass return vals directly | Andy Wingo | 1 | -12/+11 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -5/+7 |
2013-03-07 | ,option evaluates its right-hand-side | Andy Wingo | 1 | -5/+7 |
2013-01-23 | merge stable-2.0 | Andy Wingo | 1 | -2/+2 |
2013-01-22 | current-language is a parameter in boot-9 | Andy Wingo | 1 | -2/+2 |
2012-07-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+6 |
2012-07-06 | fixed repl command ,describe to also handle syntax | Daniel Krueger | 1 | -1/+6 |
2012-06-22 | instead of our custom .go format, use elf | Andy Wingo | 1 | -2/+2 |
2011-12-04 | ,language at REPL sets current-language | Andy Wingo | 1 | -0/+1 |
2011-10-22 | set width for `,trace' command | BT Templeton | 1 | -1/+1 |
2011-10-10 | add ,expand and ,optimize | Andy Wingo | 1 | -0/+15 |
2011-07-07 | more precision for ,time | Andy Wingo | 1 | -12/+10 |
2011-03-29 | fix error message on ,disassemble "non-procedure" | Andy Wingo | 1 | -1/+5 |
2011-03-17 | allow ,option on-error report instead of debug | Andy Wingo | 1 | -14/+0 |
2011-03-04 | repl: terminal-width by default | Andy Wingo | 1 | -10/+18 |
2011-03-04 | Add ,width meta-command to set screen width in debug output | Michael Gran | 1 | -3/+18 |
2011-03-04 | fix ,stat | Andy Wingo | 1 | -18/+9 |
2011-02-01 | Fix `show' REPL meta-command | Andreas Rottmann | 1 | -3/+7 |
2010-12-17 | add ,reload meta-command and document it and reload-module | Andy Wingo | 1 | -1/+10 |
2010-11-20 | Allow user-defined meta-commands | Andreas Rottmann | 1 | -42/+93 |
2010-11-18 | repl read/write using current ports, not captured ports | Andy Wingo | 1 | -13/+8 |
2010-10-12 | ,frame and related commands handle for-trap? appropriately | Andy Wingo | 1 | -7/+15 |
2010-10-12 | don't warn for (format #t fmt) -- format string actually named fmt | Andy Wingo | 1 | -2/+2 |
2010-10-12 | debug has for-trap? field | Andy Wingo | 1 | -2/+2 |
2010-10-10 | Fix typo. | Ludovic Courtès | 1 | -2/+2 |
2010-10-08 | fix a bug in `finish' | Andy Wingo | 1 | -2/+2 |
2010-10-08 | add repl debugging command docs | Andy Wingo | 1 | -1/+1 |
2010-10-07 | rename vm-trace to call-with-trace | Andy Wingo | 1 | -4/+2 |
2010-10-06 | add ,step ,stepi ,next and ,nexti | Andy Wingo | 1 | -1/+57 |
2010-10-06 | cleanups to ,finish | Andy Wingo | 1 | -26/+28 |
2010-10-05 | add ,finish repl meta-command | Andy Wingo | 1 | -0/+35 |
2010-09-30 | add ,registers | Andy Wingo | 1 | -2/+10 |
2010-09-24 | fix ,traps REPL command | Andy Wingo | 1 | -2/+2 |
2010-09-23 | add ,break-at-source | Andy Wingo | 1 | -1/+12 |
2010-09-23 | list-traps just returns trap identifiers, not names | Andy Wingo | 1 | -3/+3 |
2010-09-23 | more uniform break / tracepoint printing in repl | Andy Wingo | 1 | -2/+2 |
2010-09-23 | add repl ,tracepoint command | Andy Wingo | 1 | -1/+13 |
2010-09-21 | (system repl command) cleanups | Andy Wingo | 1 | -4/+4 |
2010-09-19 | add ,traps ,delete ,disable ,enable | Andy Wingo | 1 | -1/+43 |
2010-09-19 | implement breakpoints in the repl | Andy Wingo | 1 | -9/+23 |
2010-08-31 | Add new debug meta-command ,error-message | Jose A. Ortega Ruiz | 1 | -9/+19 |