GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
c_data Struct Reference

Public Attributes

const char *(* func )(void *)
 
void * data
 
const char * result
 

Detailed Description

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

Member Data Documentation

◆ data

void* c_data::data

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

Referenced by gdbscm_with_guile(), and scscm_safe_call_body().

◆ func

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().

◆ result

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().


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