summaryrefslogtreecommitdiff
path: root/module/system/repl/command.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-3/+0
* Add ,optimize-cps REPL meta-commandAndy Wingo2021-10-011-1/+6
* (system repl command) autoloads the compiler, disassembler, and profiler.Ludovic Courtès2021-09-201-4/+6
* repl: Add missing bindings in #:autoload spec.Ludovic Courtès2020-01-201-2/+3
* Fix exception when running ",help debug"Andy Wingo2016-08-251-1/+1
* Remove `procedure' repl commandAndy Wingo2015-12-011-5/+0
* Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo2013-11-191-1/+1
* rtl-program-code -> program-codeAndy Wingo2013-11-191-1/+1
* rtl-program? -> program?Andy Wingo2013-11-191-1/+1
* Miscellaneous fixups related to objcode removal.Andy Wingo2013-11-081-1/+2
* Remove assembly language.Andy Wingo2013-11-081-6/+0
* Program sources are always pre-retire nowAndy Wingo2013-11-071-17/+9
* Better REPL support for disassembling RTL imagesAndy Wingo2013-10-311-7/+10
* ,xx for RTL imagesAndy Wingo2013-08-291-1/+4
* Add RTL disassemblerAndy Wingo2013-06-091-4/+11
* pop-continuation abort-continuation hooks pass return vals directlyAndy Wingo2013-05-271-12/+11
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-5/+7
|\
| * ,option evaluates its right-hand-sideAndy Wingo2013-03-071-5/+7
* | merge stable-2.0Andy Wingo2013-01-231-2/+2
|\ \ | |/
| * current-language is a parameter in boot-9Andy Wingo2013-01-221-2/+2
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-07-061-1/+6
|\ \ | |/
| * fixed repl command ,describe to also handle syntaxDaniel Krueger2012-07-061-1/+6
* | instead of our custom .go format, use elfAndy Wingo2012-06-221-2/+2
|/
* ,language at REPL sets current-languageAndy Wingo2011-12-041-0/+1
* set width for `,trace' commandBT Templeton2011-10-221-1/+1
* add ,expand and ,optimizeAndy Wingo2011-10-101-0/+15
* more precision for ,timeAndy Wingo2011-07-071-12/+10
* fix error message on ,disassemble "non-procedure"Andy Wingo2011-03-291-1/+5
* allow ,option on-error report instead of debugAndy Wingo2011-03-171-14/+0
* repl: terminal-width by defaultAndy Wingo2011-03-041-10/+18
* Add ,width meta-command to set screen width in debug outputMichael Gran2011-03-041-3/+18
* fix ,statAndy Wingo2011-03-041-18/+9
* Fix `show' REPL meta-commandAndreas Rottmann2011-02-011-3/+7
* add ,reload meta-command and document it and reload-moduleAndy Wingo2010-12-171-1/+10
* Allow user-defined meta-commandsAndreas Rottmann2010-11-201-42/+93
* repl read/write using current ports, not captured portsAndy Wingo2010-11-181-13/+8
* ,frame and related commands handle for-trap? appropriatelyAndy Wingo2010-10-121-7/+15
* don't warn for (format #t fmt) -- format string actually named fmtAndy Wingo2010-10-121-2/+2
* debug has for-trap? fieldAndy Wingo2010-10-121-2/+2
* Fix typo.Ludovic Courtès2010-10-101-2/+2
* fix a bug in `finish'Andy Wingo2010-10-081-2/+2
* add repl debugging command docsAndy Wingo2010-10-081-1/+1
* rename vm-trace to call-with-traceAndy Wingo2010-10-071-4/+2
* add ,step ,stepi ,next and ,nextiAndy Wingo2010-10-061-1/+57
* cleanups to ,finishAndy Wingo2010-10-061-26/+28
* add ,finish repl meta-commandAndy Wingo2010-10-051-0/+35
* add ,registersAndy Wingo2010-09-301-2/+10
* fix ,traps REPL commandAndy Wingo2010-09-241-2/+2
* add ,break-at-sourceAndy Wingo2010-09-231-1/+12
* list-traps just returns trap identifiers, not namesAndy Wingo2010-09-231-3/+3