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

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-safe-call.c 174 struct with_catch_data catch_data; local
181 catch_data.func = scscm_safe_call_body;
182 catch_data.data = &c_data;
183 catch_data.unwind_handler = scscm_nop_unwind_handler;
184 catch_data.pre_unwind_handler = scscm_printing_pre_unwind_handler;
185 catch_data.excp_matcher = NULL;
186 catch_data.stack = SCM_BOOL_F;
187 catch_data.catch_result = SCM_UNSPECIFIED;
189 scm_with_guile (gdbscm_with_catch, &catch_data);
203 struct with_catch_data catch_data; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-safe-call.c 174 struct with_catch_data catch_data; local
181 catch_data.func = scscm_safe_call_body;
182 catch_data.data = &c_data;
183 catch_data.unwind_handler = scscm_nop_unwind_handler;
184 catch_data.pre_unwind_handler = scscm_printing_pre_unwind_handler;
185 catch_data.excp_matcher = NULL;
186 catch_data.stack = SCM_BOOL_F;
187 catch_data.catch_result = SCM_UNSPECIFIED;
189 scm_with_guile (gdbscm_with_catch, &catch_data);
203 struct with_catch_data catch_data; local
    [all...]

Completed in 16 milliseconds