summaryrefslogtreecommitdiff
path: root/module/system/vm/traps.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-2/+0
* VM manages hook sets itselfAndy Wingo2018-09-141-24/+24
* VM hooks take no valuesAndy Wingo2018-08-071-5/+5
* Remove push continuation hook; return hook runs before FP popAndy Wingo2018-08-061-58/+73
* 'frame-matcher' doesn't crash when the last IP is unknown.Ludovic Courtès2017-10-251-2/+3
* Fix trap frame matchingAndy Wingo2017-03-011-1/+3
* VM traps don't match on value of slot 0Andy Wingo2015-12-011-30/+27
* Refactorings to apply-hook and push-continuation-hookAndy Wingo2014-05-041-6/+0
* Fix tracingAndy Wingo2014-01-281-5/+5
* Merge branch 'stable-2.0'Mark H Weaver2014-01-091-10/+13
|\
| * Fix trap handlers to handle applicable structs.Ian Price2014-01-091-9/+12
* | Remove the restore-continuation-hook.Andy Wingo2013-11-271-13/+3
* | No more VM objects visible to SchemeAndy Wingo2013-11-211-40/+27
* | VM accessors take VM as implicit argument, not explicit argumentAndy Wingo2013-11-211-32/+32
* | (system vm instruction) rtl-instruction-list -> (language rtl) instruction-listAndy Wingo2013-11-191-1/+0
* | rtl-program-code -> program-codeAndy Wingo2013-11-191-3/+3
* | rtl-program? -> program?Andy Wingo2013-11-191-2/+2
* | (system vm traps) support for rtl programsAndy Wingo2013-11-081-53/+49
* | Procedure traps work with RTL programs.Andy Wingo2013-10-171-7/+17
* | pop-continuation abort-continuation hooks pass return vals directlyAndy Wingo2013-05-271-14/+14
|/
* add program-sources-pre-retire to core and define frame-next-sourceAndy Wingo2010-10-081-55/+1
* add ,step ,stepi ,next and ,nextiAndy Wingo2010-10-061-1/+20
* cleanups to ,finishAndy Wingo2010-10-061-1/+1
* (system vm trap-state): add-trap-at-frame-finish!Andy Wingo2010-10-051-1/+1
* avoid some double-breaks in trap-at-procedure-ip-in-rangeAndy Wingo2010-10-031-6/+22
* bugfixen in source breakpoints and in-procedure trapsAndy Wingo2010-10-031-3/+59
* source breakpoints accept user line numbersAndy Wingo2010-10-011-6/+10
* procedure traps can fire on nested proceduresAndy Wingo2010-09-241-35/+78
* add trap-calls-to-procedureAndy Wingo2010-09-231-4/+67
* tracing in terms of trapsAndy Wingo2010-09-231-1/+147
* breakpoints from recursive prompts workAndy Wingo2010-09-211-2/+0
* add (system vm traps)Andy Wingo2010-09-171-0/+338