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

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-safe-call.c 37 /* Struct to marshall args through gdbscm_with_catch. */
148 gdbscm_with_catch (void *data) function
189 scm_with_guile (gdbscm_with_catch, &catch_data);
214 scm_c_with_continuation_barrier (gdbscm_with_catch, &catch_data);
216 scm_with_guile (gdbscm_with_catch, &catch_data);
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-safe-call.c 37 /* Struct to marshall args through gdbscm_with_catch. */
148 gdbscm_with_catch (void *data) function
189 scm_with_guile (gdbscm_with_catch, &catch_data);
214 scm_c_with_continuation_barrier (gdbscm_with_catch, &catch_data);
216 scm_with_guile (gdbscm_with_catch, &catch_data);

Completed in 15 milliseconds