1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +02:00
guile/module/system/vm
Andy Wingo 1a2711a848 Update frame-bindings interface
* module/system/repl/debug.scm (print-locals): Update to work with new
  interface.
  (frame->module): Update.  Still doesn't work due to lack of
  `program-module', though.

* module/system/vm/program.scm (make-binding, binding:name)
  (binding:definition-offset, program-arity-bindings-for-ip): Remove
  these.

* module/system/vm/frame.scm (<binding>): New type.
  (available-bindings): Return a list of <binding> instances.
  (frame-lookup-binding, frame-binding-set!, frame-binding-ref):
  (frame-environment, frame-object-name): Adapt.
2014-04-16 13:58:17 +02:00
..
assembler.scm Fix rtl tests 2014-04-15 22:00:30 +02:00
coverage.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
debug.scm Add arity-code 2014-04-16 12:58:35 +02:00
disassembler.scm Add parsing interfaces to the disassembler 2014-04-16 12:58:20 +02:00
dwarf.scm Rename "RTL" to "bytecode" 2013-12-02 21:31:47 +01:00
elf.scm Add elf-symbol-value-offset, for properly relocating symtab entries 2014-02-16 15:58:44 +01:00
frame.scm Update frame-bindings interface 2014-04-16 13:58:17 +02:00
inspect.scm Remove assembly language. 2013-11-08 16:45:10 +01:00
linker.scm PT_DYNAMIC inside some other PT_LOAD segment 2014-02-17 14:15:34 +01:00
loader.scm Rename objcodes?.{scm,c,h} to loader.{scm,c,h} 2013-11-19 21:45:07 +01:00
program.scm Update frame-bindings interface 2014-04-16 13:58:17 +02:00
trace.scm Fix tracing 2014-01-28 21:31:17 +01:00
trap-state.scm No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
traps.scm Fix tracing 2014-01-28 21:31:17 +01:00
vm.scm Remove default soft stack limit; add call-with-stack-overflow-handler 2014-03-12 17:18:13 +01:00