Add runtime support for reading debug information from ELF
authorAndy Wingo <wingo@pobox.com>
Wed, 1 May 2013 20:17:51 +0000 (22:17 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 9 Jun 2013 17:50:30 +0000 (19:50 +0200)
commitcb86cbd71db17273f6dfdfdecae450515cbdfc12
treebd93c0c3c464b2f51e0b2d118c674e132a191fcb
parente78991aa36922575d26842eb670d1b09a44bd534
Add runtime support for reading debug information from ELF

* module/Makefile.am:
* module/system/vm/debug.scm: New module.

* module/system/vm/elf.scm (elf-section-by-name): New helper.
  (elf-symbol-table-len): New helper.

* test-suite/tests/rtl.test: Add test for finding debug info.
module/Makefile.am
module/system/vm/debug.scm [new file with mode: 0644]
module/system/vm/elf.scm
test-suite/tests/rtl.test