GDB (xrefs)
|
Public Attributes | |
const char *(* | func )(void *) |
void * | data |
const char * | result |
Definition at line 30 of file scm-safe-call.c.
void* c_data::data |
Definition at line 33 of file scm-safe-call.c.
Referenced by gdbscm_with_guile(), and scscm_safe_call_body().
const char *(* c_data::func) (void *) |
Definition at line 32 of file scm-safe-call.c.
Referenced by gdb.dap.scopes._ScopeReference::__init__(), and gdbscm_with_guile().
const char* c_data::result |
Definition at line 35 of file scm-safe-call.c.
Referenced by gdbscm_with_guile(), and scscm_safe_call_body().