1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 11:10:21 +02:00
guile/module/system/vm
Andy Wingo 0128bb9c38 add fold-all-debug-contexts, fold-source-locations
* module/system/vm/objcode.scm:
* libguile/objcodes.c (scm_all_mapped_elf_images): New proc.

* module/system/vm/debug.scm (fold-all-debug-contexts):
  (fold-source-locations): New public interfaces.
2013-11-07 17:53:04 +01:00
..
assembler.scm Fix line advance DWARF opcodes when line advance is exactly 128 2013-11-07 11:10:36 +01:00
coverage.scm (system vm coverage) works with RTL programs 2013-10-17 23:20:32 +02:00
debug.scm add fold-all-debug-contexts, fold-source-locations 2013-11-07 17:53:04 +01:00
disassembler.scm RTL compiler supports static bitvectors 2013-11-03 21:48:48 +01:00
dwarf.scm DWARF return arity fixen 2013-10-29 22:53:46 +01:00
elf.scm Add runtime support for reading debug information from ELF 2013-06-09 19:50:30 +02:00
frame.scm better RTL debugging 2013-10-04 19:55:12 +02:00
inspect.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
instruction.scm add new rtl vm 2013-05-31 09:48:16 -04:00
linker.scm linker string tables are stateful objects 2013-06-09 16:04:12 +02:00
objcode.scm add fold-all-debug-contexts, fold-source-locations 2013-11-07 17:53:04 +01:00
program.scm (language tree-il analyze) works better with RTL programs 2013-10-18 18:41:59 +02:00
trace.scm pop-continuation abort-continuation hooks pass return vals directly 2013-05-27 07:13:13 +02:00
trap-state.scm stepping traps use frame-next-source, not frame-source 2010-10-08 12:31:56 +02:00
traps.scm Procedure traps work with RTL programs. 2013-10-17 23:20:32 +02:00
vm.scm add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable. 2010-09-27 21:12:29 +02:00