GDB (xrefs)
Public Attributes | List of all members
with_catch_data Struct Reference

Public Attributes

scm_t_catch_body func
 
void * data
 
scm_t_catch_handler unwind_handler
 
scm_t_catch_handler pre_unwind_handler
 
excp_matcher_funcexcp_matcher
 
SCM stack
 
SCM catch_result
 

Detailed Description

Definition at line 39 of file scm-safe-call.c.

Member Data Documentation

SCM with_catch_data::catch_result

Definition at line 52 of file scm-safe-call.c.

Referenced by gdbscm_call_guile(), gdbscm_with_catch(), and gdbscm_with_guile().

void* with_catch_data::data
excp_matcher_func* with_catch_data::excp_matcher
scm_t_catch_body with_catch_data::func

Definition at line 41 of file scm-safe-call.c.

Referenced by gdbscm_call_guile(), gdbscm_with_catch(), and gdbscm_with_guile().

scm_t_catch_handler with_catch_data::pre_unwind_handler

Definition at line 44 of file scm-safe-call.c.

Referenced by gdbscm_call_guile(), gdbscm_with_catch(), and gdbscm_with_guile().

SCM with_catch_data::stack
scm_t_catch_handler with_catch_data::unwind_handler

Definition at line 43 of file scm-safe-call.c.

Referenced by gdbscm_call_guile(), gdbscm_with_catch(), and gdbscm_with_guile().


The documentation for this struct was generated from the following file: