GDB (xrefs)
|
Public Attributes | |
scm_t_catch_body | func |
void * | data |
scm_t_catch_handler | unwind_handler |
scm_t_catch_handler | pre_unwind_handler |
excp_matcher_func * | excp_matcher |
SCM | stack |
SCM | catch_result |
Definition at line 40 of file scm-safe-call.c.
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().
void* with_catch_data::data |
Definition at line 43 of file scm-safe-call.c.
Referenced by gdbscm_call_guile(), gdbscm_with_catch(), gdbscm_with_guile(), scscm_recording_pre_unwind_handler(), and scscm_recording_unwind_handler().
excp_matcher_func* with_catch_data::excp_matcher |
Definition at line 50 of file scm-safe-call.c.
Referenced by gdbscm_call_guile(), gdbscm_with_guile(), and scscm_recording_pre_unwind_handler().
scm_t_catch_body with_catch_data::func |
Definition at line 42 of file scm-safe-call.c.
Referenced by gdb.dap.scopes._ScopeReference::__init__(), gdbscm_call_guile(), gdbscm_with_catch(), and gdbscm_with_guile().
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().
SCM with_catch_data::stack |
Definition at line 52 of file scm-safe-call.c.
Referenced by gdbscm_call_guile(), and gdbscm_with_guile().
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().