Searched refs:excep_string (Results 1 – 1 of 1) sorted by relevance
11291 static char *ada_exception_catchpoint_cond_string (const char *excep_string);11350 char *excep_string; member11364 if (c->excep_string == NULL) in create_excep_cond_exprs()11373 cond_string = ada_exception_catchpoint_cond_string (c->excep_string); in create_excep_cond_exprs()11415 xfree (c->excep_string); in dtor_exception()11466 if (c->excep_string == NULL) in should_stop_exception()11595 if (c->excep_string != NULL) in print_one_exception()11597 char *msg = xstrprintf (_("`%s' Ada exception"), c->excep_string); in print_one_exception()11639 if (c->excep_string != NULL) in print_mention_exception()11641 char *info = xstrprintf (_("`%s' Ada exception"), c->excep_string); in print_mention_exception()[all …]