Lines Matching refs:addr_string
12069 char **addr_string, const struct breakpoint_ops **ops) in ada_exception_sal() argument
12092 *addr_string = xstrdup (sym_name); in ada_exception_sal()
12113 ada_decode_exception_location (char *args, char **addr_string, in ada_decode_exception_location() argument
12121 return ada_exception_sal (ex, *excep_string, addr_string, ops); in ada_decode_exception_location()
12129 char *addr_string, in create_ada_exception_catchpoint() argument
12139 init_ada_exception_breakpoint (&c->base, gdbarch, sal, addr_string, in create_ada_exception_catchpoint()
12157 char *addr_string = NULL; in catch_ada_exception_command() local
12166 sal = ada_decode_exception_location (arg, &addr_string, &excep_string, in catch_ada_exception_command()
12168 create_ada_exception_catchpoint (gdbarch, sal, addr_string, in catch_ada_exception_command()
12185 ada_decode_assert_location (char *args, char **addr_string, in ada_decode_assert_location() argument
12207 return ada_exception_sal (ex_catch_assert, NULL, addr_string, ops); in ada_decode_assert_location()
12219 char *addr_string = NULL; in catch_assert_command() local
12227 sal = ada_decode_assert_location (arg, &addr_string, &cond_string, &ops); in catch_assert_command()
12228 create_ada_exception_catchpoint (gdbarch, sal, addr_string, in catch_assert_command()