summaryrefslogtreecommitdiff
path: root/module/system/repl/command.scm
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo1-1/+1
2013-11-19rtl-program-code -> program-codeAndy Wingo1-1/+1
2013-11-19rtl-program? -> program?Andy Wingo1-1/+1
2013-11-08Miscellaneous fixups related to objcode removal.Andy Wingo1-1/+2
2013-11-08Remove assembly language.Andy Wingo1-6/+0
2013-11-07Program sources are always pre-retire nowAndy Wingo1-17/+9
2013-10-31Better REPL support for disassembling RTL imagesAndy Wingo1-7/+10
2013-08-29,xx for RTL imagesAndy Wingo1-1/+4
2013-06-09Add RTL disassemblerAndy Wingo1-4/+11
2013-05-27pop-continuation abort-continuation hooks pass return vals directlyAndy Wingo1-12/+11
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-5/+7
2013-03-07,option evaluates its right-hand-sideAndy Wingo1-5/+7
2013-01-23merge stable-2.0Andy Wingo1-2/+2
2013-01-22current-language is a parameter in boot-9Andy Wingo1-2/+2
2012-07-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+6
2012-07-06fixed repl command ,describe to also handle syntaxDaniel Krueger1-1/+6
2012-06-22instead of our custom .go format, use elfAndy Wingo1-2/+2
2011-12-04,language at REPL sets current-languageAndy Wingo1-0/+1
2011-10-22set width for `,trace' commandBT Templeton1-1/+1
2011-10-10add ,expand and ,optimizeAndy Wingo1-0/+15
2011-07-07more precision for ,timeAndy Wingo1-12/+10
2011-03-29fix error message on ,disassemble "non-procedure"Andy Wingo1-1/+5
2011-03-17allow ,option on-error report instead of debugAndy Wingo1-14/+0
2011-03-04repl: terminal-width by defaultAndy Wingo1-10/+18
2011-03-04Add ,width meta-command to set screen width in debug outputMichael Gran1-3/+18
2011-03-04fix ,statAndy Wingo1-18/+9
2011-02-01Fix `show' REPL meta-commandAndreas Rottmann1-3/+7
2010-12-17add ,reload meta-command and document it and reload-moduleAndy Wingo1-1/+10
2010-11-20Allow user-defined meta-commandsAndreas Rottmann1-42/+93
2010-11-18repl read/write using current ports, not captured portsAndy Wingo1-13/+8
2010-10-12,frame and related commands handle for-trap? appropriatelyAndy Wingo1-7/+15
2010-10-12don't warn for (format #t fmt) -- format string actually named fmtAndy Wingo1-2/+2
2010-10-12debug has for-trap? fieldAndy Wingo1-2/+2
2010-10-10Fix typo.Ludovic Courtès1-2/+2
2010-10-08fix a bug in `finish'Andy Wingo1-2/+2
2010-10-08add repl debugging command docsAndy Wingo1-1/+1
2010-10-07rename vm-trace to call-with-traceAndy Wingo1-4/+2
2010-10-06add ,step ,stepi ,next and ,nextiAndy Wingo1-1/+57
2010-10-06cleanups to ,finishAndy Wingo1-26/+28
2010-10-05add ,finish repl meta-commandAndy Wingo1-0/+35
2010-09-30add ,registersAndy Wingo1-2/+10
2010-09-24fix ,traps REPL commandAndy Wingo1-2/+2
2010-09-23add ,break-at-sourceAndy Wingo1-1/+12
2010-09-23list-traps just returns trap identifiers, not namesAndy Wingo1-3/+3
2010-09-23more uniform break / tracepoint printing in replAndy Wingo1-2/+2
2010-09-23add repl ,tracepoint commandAndy Wingo1-1/+13
2010-09-21(system repl command) cleanupsAndy Wingo1-4/+4
2010-09-19add ,traps ,delete ,disable ,enableAndy Wingo1-1/+43
2010-09-19implement breakpoints in the replAndy Wingo1-9/+23
2010-08-31Add new debug meta-command ,error-messageJose A. Ortega Ruiz1-9/+19