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

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-safe-call.c 46 /* If EXCP_MATCHER is non-NULL, it is an excp_matcher_func function.
49 excp_matcher_func *excp_matcher; member in struct:with_catch_data
101 excp_matcher_func *matcher = data->excp_matcher;
185 catch_data.excp_matcher = NULL;
209 catch_data.excp_matcher = ok_excps;
scm-safe-call.c 46 /* If EXCP_MATCHER is non-NULL, it is an excp_matcher_func function.
49 excp_matcher_func *excp_matcher; member in struct:with_catch_data
101 excp_matcher_func *matcher = data->excp_matcher;
185 catch_data.excp_matcher = NULL;
209 catch_data.excp_matcher = ok_excps;
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-safe-call.c 46 /* If EXCP_MATCHER is non-NULL, it is an excp_matcher_func function.
49 excp_matcher_func *excp_matcher; member in struct:with_catch_data
101 excp_matcher_func *matcher = data->excp_matcher;
185 catch_data.excp_matcher = NULL;
209 catch_data.excp_matcher = ok_excps;
scm-safe-call.c 46 /* If EXCP_MATCHER is non-NULL, it is an excp_matcher_func function.
49 excp_matcher_func *excp_matcher; member in struct:with_catch_data
101 excp_matcher_func *matcher = data->excp_matcher;
185 catch_data.excp_matcher = NULL;
209 catch_data.excp_matcher = ok_excps;

Completed in 43 milliseconds