VM accessors take VM as implicit argument, not explicit argument
[bpt/guile.git] / module / system / vm / traps.scm
2013-11-21 Andy WingoVM accessors take VM as implicit argument, not explicit...
2013-11-19 Andy Wingo(system vm instruction) rtl-instruction-list -> (langua...
2013-11-19 Andy Wingortl-program-code -> program-code
2013-11-19 Andy Wingortl-program? -> program?
2013-11-08 Andy Wingo(system vm traps) support for rtl programs
2013-10-17 Andy WingoProcedure traps work with RTL programs.
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-05-27 Andy Wingopop-continuation abort-continuation hooks pass return...
2010-10-08 Andy Wingoadd program-sources-pre-retire to core and define frame...
2010-10-06 Andy Wingoadd ,step ,stepi ,next and ,nexti
2010-10-06 Andy Wingocleanups to ,finish
2010-10-05 Andy Wingo(system vm trap-state): add-trap-at-frame-finish!
2010-10-03 Andy Wingoavoid some double-breaks in trap-at-procedure-ip-in...
2010-10-03 Andy Wingobugfixen in source breakpoints and in-procedure traps
2010-10-01 Andy Wingosource breakpoints accept user line numbers
2010-09-24 Andy Wingoprocedure traps can fire on nested procedures
2010-09-23 Andy Wingoadd trap-calls-to-procedure
2010-09-23 Andy Wingotracing in terms of traps
2010-09-21 Andy Wingobreakpoints from recursive prompts work
2010-09-17 Andy Wingoadd (system vm traps)