Lines Matching refs:excep_string

11291 static char *ada_exception_catchpoint_cond_string (const char *excep_string);
11350 char *excep_string; member
11364 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()
11678 if (c->excep_string != NULL) in print_recreate_exception()
11679 fprintf_filtered (fp, " %s", c->excep_string); in print_recreate_exception()
11899 char **excep_string, in catch_ada_exception_command_split() argument
11947 *excep_string = NULL; in catch_ada_exception_command_split()
11953 *excep_string = NULL; in catch_ada_exception_command_split()
11959 *excep_string = exception_name; in catch_ada_exception_command_split()
12023 ada_exception_catchpoint_cond_string (const char *excep_string) in ada_exception_catchpoint_cond_string() argument
12048 if (strcmp (standard_exc [i], excep_string) == 0) in ada_exception_catchpoint_cond_string()
12051 excep_string); in ada_exception_catchpoint_cond_string()
12054 return xstrprintf ("long_integer (e) = long_integer (&%s)", excep_string); in ada_exception_catchpoint_cond_string()
12068 ada_exception_sal (enum exception_catchpoint_kind ex, char *excep_string, in ada_exception_sal() argument
12114 char **excep_string, in ada_decode_exception_location() argument
12120 catch_ada_exception_command_split (args, &ex, excep_string, cond_string); in ada_decode_exception_location()
12121 return ada_exception_sal (ex, *excep_string, addr_string, ops); in ada_decode_exception_location()
12130 char *excep_string, in create_ada_exception_catchpoint() argument
12141 c->excep_string = excep_string; in create_ada_exception_catchpoint()
12158 char *excep_string = NULL; in catch_ada_exception_command() local
12166 sal = ada_decode_exception_location (arg, &addr_string, &excep_string, in catch_ada_exception_command()
12169 excep_string, cond_string, ops, in catch_ada_exception_command()