GDB (xrefs)
|
Public Attributes | |
const char * | string |
size_t | len |
const char * | charset |
int | conversion_kind |
SCM | result |
Definition at line 149 of file scm-string.c.
const char* scm_from_stringn_data::charset |
Definition at line 153 of file scm-string.c.
Referenced by gdbscm_call_scm_from_stringn(), and gdbscm_scm_from_string().
int scm_from_stringn_data::conversion_kind |
Definition at line 154 of file scm-string.c.
Referenced by gdbscm_call_scm_from_stringn(), and gdbscm_scm_from_string().
size_t scm_from_stringn_data::len |
Definition at line 152 of file scm-string.c.
Referenced by gdbscm_call_scm_from_stringn(), and gdbscm_scm_from_string().
SCM scm_from_stringn_data::result |
Definition at line 155 of file scm-string.c.
Referenced by gdbscm_call_scm_from_stringn(), gdbscm_scm_from_string(), and gdbscm_string_to_argv().
const char* scm_from_stringn_data::string |
Definition at line 151 of file scm-string.c.
Referenced by gdbscm_call_scm_from_stringn(), and gdbscm_scm_from_string().