HomeSort by: relevance | last modified time | path
    Searched refs:exception_smob_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-exception.c 49 static const char exception_smob_name[] = "gdb:exception"; variable
113 gdbscm_printf (port, "#<%s ", exception_smob_name);
131 scm_gc_malloc (sizeof (exception_smob), exception_smob_name);
678 exception_smob_tag = gdbscm_make_smob_type (exception_smob_name,
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-exception.c 49 static const char exception_smob_name[] = "gdb:exception"; variable
113 gdbscm_printf (port, "#<%s ", exception_smob_name);
131 scm_gc_malloc (sizeof (exception_smob), exception_smob_name);
678 exception_smob_tag = gdbscm_make_smob_type (exception_smob_name,

Completed in 22 milliseconds