Lines Matching refs:cond_string
11361 char *cond_string; in create_excep_cond_exprs() local
11373 cond_string = ada_exception_catchpoint_cond_string (c->excep_string); in create_excep_cond_exprs()
11374 old_chain = make_cleanup (xfree, cond_string); in create_excep_cond_exprs()
11389 s = cond_string; in create_excep_cond_exprs()
11900 char **cond_string) in catch_ada_exception_command_split() argument
11961 *cond_string = cond; in catch_ada_exception_command_split()
12115 char **cond_string, in ada_decode_exception_location() argument
12120 catch_ada_exception_command_split (args, &ex, excep_string, cond_string); in ada_decode_exception_location()
12131 char *cond_string, in create_ada_exception_catchpoint() argument
12143 if (cond_string != NULL) in create_ada_exception_catchpoint()
12144 set_breakpoint_condition (&c->base, cond_string, from_tty); in create_ada_exception_catchpoint()
12159 char *cond_string = NULL; in catch_ada_exception_command() local
12167 &cond_string, &ops); in catch_ada_exception_command()
12169 excep_string, cond_string, ops, in catch_ada_exception_command()
12186 char **cond_string, in ada_decode_assert_location() argument
12199 *cond_string = xstrdup (args); in ada_decode_assert_location()
12220 char *cond_string = NULL; in catch_assert_command() local
12227 sal = ada_decode_assert_location (arg, &addr_string, &cond_string, &ops); in catch_assert_command()
12229 NULL, cond_string, ops, tempflag, in catch_assert_command()