summaryrefslogtreecommitdiff
path: root/module/system/vm/trap-state.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-1/+0
* No more VM objects visible to SchemeAndy Wingo2013-11-211-8/+8
* VM accessors take VM as implicit argument, not explicit argumentAndy Wingo2013-11-211-2/+2
* Program sources are always pre-retire nowAndy Wingo2013-11-071-3/+3
* stepping traps use frame-next-source, not frame-sourceAndy Wingo2010-10-081-2/+2
* document trap statesAndy Wingo2010-10-071-1/+2
* add ,step ,stepi ,next and ,nextiAndy Wingo2010-10-061-1/+42
* cleanups to ,finishAndy Wingo2010-10-061-3/+4
* (system vm trap-state): add-trap-at-frame-finish!Andy Wingo2010-10-051-2/+33
* fix embarrassing error preventing ,del from workingAndy Wingo2010-10-051-1/+2
* source breakpoints accept user line numbersAndy Wingo2010-10-011-3/+3
* add ,break-at-sourceAndy Wingo2010-09-231-1/+13
* another trap printing tweakAndy Wingo2010-09-231-2/+2
* list-traps just returns trap identifiers, not namesAndy Wingo2010-09-231-4/+1
* trace printing tweakAndy Wingo2010-09-231-1/+1
* add trap-name procedureAndy Wingo2010-09-231-0/+5
* tracepoints print their trap numberAndy Wingo2010-09-231-1/+3
* add repl ,tracepoint commandAndy Wingo2010-09-231-1/+13
* avoid traps in repl except when evaluating the expressionAndy Wingo2010-09-231-2/+5
* tracing in terms of trapsAndy Wingo2010-09-231-0/+6
* breakpoints from recursive prompts workAndy Wingo2010-09-211-4/+19
* default-trap-handler bugfixAndy Wingo2010-09-191-3/+4
* implement breakpoints in the replAndy Wingo2010-09-191-0/+174