diff options
author | Andy Wingo <wingo@pobox.com> | 2013-05-05 18:26:53 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-06-09 19:52:10 +0200 |
commit | e65f80af42aefe13fe870b92b912cfd0156a1ac1 (patch) | |
tree | 483f3286e99848cd89a995c085c598920604b8e9 /module/system/vm/debug.scm | |
parent | e2cbf527c48fba803ef0bada712c5514f45ec4e4 (diff) | |
download | guile-e65f80af42aefe13fe870b92b912cfd0156a1ac1.tar.gz |
RTL programs print with their name
* libguile/print.c (iprin1): Use scm_i_program_print for RTL programs
too.
* libguile/procprop.c (scm_procedure_name): For RTL programs, call
scm_i_rtl_program_name if there is no override.
* libguile/programs.h:
* libguile/programs.c (scm_i_rtl_program_name): New helper, dispatches
to (system vm program).
(scm_i_program_print): For RTL programs, the fallback prints the code
pointer too.
* module/system/vm/program.scm (rtl-program-name): Use the debug info to
get an RTL program name.
(write-program): Work with RTL programs too.
* test-suite/tests/rtl.test ("procedure name"): Add test.
Diffstat (limited to 'module/system/vm/debug.scm')
0 files changed, 0 insertions, 0 deletions