diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-12-20 07:57:46 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-12-20 07:57:46 -0800 |
commit | 6bb45477014c490a6f6d9fac3a73020ce284145f (patch) | |
tree | 0250cf7b342922fd5a2c7174c0b96539252181af /unwind.h | |
parent | 7c5b70d7d17faf6543350dffe56292e3f7dff679 (diff) | |
download | txr-6bb45477014c490a6f6d9fac3a73020ce284145f.tar.gz txr-6bb45477014c490a6f6d9fac3a73020ce284145f.tar.bz2 txr-6bb45477014c490a6f6d9fac3a73020ce284145f.zip |
New function: find-frames.
* unwind.c (uw_find_frames_impl): New static function, made
from uw_find_frame.
(uw_find_frame): Reduced to wrapper around
uw_find_frames_impl.
(uw_find_frames): New function.
(uw_late_init): Register find-frames intrinsic.
* unwind.h (uw_find_frames): Declared.
* txr.1: Documented.
Diffstat (limited to 'unwind.h')
-rw-r--r-- | unwind.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ uw_frame_t *uw_current_frame(void); uw_frame_t *uw_current_exit_point(void); val uw_get_frames(void); val uw_find_frame(val extype, val frtype); +val uw_find_frames(val extype, val frtype); val uw_invoke_catch(val catch_frame, val sym, struct args *); val uw_muffle_warning(val exc, struct args *); val uw_capture_cont(val tag, val fun, val ctx_form); |