GDB (xrefs)
Loading...
Searching...
No Matches
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 40 of file scm-safe-call.c.

Member Data Documentation

◆ catch_result

SCM with_catch_data::catch_result

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

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

◆ data

void* with_catch_data::data

◆ excp_matcher

excp_matcher_func* with_catch_data::excp_matcher

◆ func

scm_t_catch_body with_catch_data::func

◆ pre_unwind_handler

scm_t_catch_handler with_catch_data::pre_unwind_handler

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

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

◆ stack

SCM with_catch_data::stack

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

Referenced by gdbscm_call_guile(), and gdbscm_with_guile().

◆ unwind_handler

scm_t_catch_handler with_catch_data::unwind_handler

Definition at line 44 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: