summaryrefslogtreecommitdiff
path: root/module/system/vm/trace.scm
Commit message (Expand)AuthorAgeFilesLines
* Fix trace-calls-to-procedureRobin Green2021-05-191-1/+1
* Remove push continuation hook; return hook runs before FP popAndy Wingo2018-08-061-7/+8
* frame-call-representation has #:top-frame? as keyword argumentAndy Wingo2014-05-041-1/+1
* Fix tracingAndy Wingo2014-01-281-4/+4
* No more VM objects visible to SchemeAndy Wingo2013-11-211-12/+9
* VM accessors take VM as implicit argument, not explicit argumentAndy Wingo2013-11-211-2/+2
* (system vm instruction) rtl-instruction-list -> (language rtl) instruction-listAndy Wingo2013-11-191-1/+0
* Frame pointer points to local 0 instead of local 1Andy Wingo2013-11-171-2/+1
* Per-instruction tracing doesn't try to disassemble stack VM codeAndy Wingo2013-11-081-9/+3
* pop-continuation abort-continuation hooks pass return vals directlyAndy Wingo2013-05-271-12/+11
* trace: limit length of "| | | "... prefixAndy Wingo2013-01-161-44/+52
* fix tracing of mv returnsAndy Wingo2010-10-081-1/+1
* rename vm-trace to call-with-traceAndy Wingo2010-10-071-6/+18
* (system vm frame): frame-return-valuesAndy Wingo2010-10-051-7/+0
* tracepoints print their trap numberAndy Wingo2010-09-231-14/+16
* add repl ,tracepoint commandAndy Wingo2010-09-231-37/+43
* tracing in terms of trapsAndy Wingo2010-09-231-66/+53
* instruction tracing tweakAndy Wingo2010-09-161-3/+2
* only trace instructions inside the thunkAndy Wingo2010-09-161-6/+7
* trim our set of vm hooksAndy Wingo2010-09-161-59/+63
* vm-trace prints return valuesAndy Wingo2010-01-141-15/+32
* vm-trace only traces execution of its thunkAndy Wingo2010-01-131-59/+74
* tc7 tags for vm-related dataAndy Wingo2010-01-071-2/+2
* (system vm trace) sorta workingAndy Wingo2009-12-211-49/+62
* remove all mentions of "external" from the compiler and related codeAndy Wingo2009-07-231-3/+2
* Switch remaining GPLv2+ Guile-VM headers to LGPLv3+.Ludovic Courtès2009-07-151-14/+13
* fix erroneous #:use-syntax clausenAndy Wingo2009-04-221-1/+1
* use #:keywords in module/*.scm, not :keywordsAndy Wingo2008-09-091-7/+7
* big reorg of scheme modules -- e.g. programs.c -> (system vm program)Andy Wingo2008-08-071-1/+1
* explicitly list exports instead of using define-publicAndy Wingo2008-05-111-4/+5
* *** empty log message ***Keisuke Nishida2001-04-231-1/+5
* *** empty log message ***Keisuke Nishida2001-04-231-24/+21
* *** empty log message ***Keisuke Nishida2001-04-221-22/+25
* *** empty log message ***Keisuke Nishida2001-04-161-4/+2
* *** empty log message ***Keisuke Nishida2001-04-111-13/+16
* *** empty log message ***Keisuke Nishida2001-04-111-1/+2
* *** empty log message ***Keisuke Nishida2001-04-071-4/+7
* *** empty log message ***Keisuke Nishida2001-04-071-6/+7
* *** empty log message ***Keisuke Nishida2001-04-071-2/+2
* *** empty log message ***Keisuke Nishida2001-04-061-5/+2
* *** empty log message ***Keisuke Nishida2001-04-051-18/+15
* *** empty log message ***Keisuke Nishida2001-04-051-21/+22
* Better current module system support.Keisuke Nishida2001-04-041-3/+0
* New VM.Keisuke Nishida2001-04-011-0/+75