Lines Matching refs:cond_string
174 char *cond_string, enum bptype bp_kind);
177 char *cond_string,
192 static void create_exception_catchpoint (int tempflag, char *cond_string,
328 #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \ argument
338 #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid, tempflag, filename, cond_string) \ argument
564 if (b->cond_string != NULL) in condition_command()
565 xfree (b->cond_string); in condition_command()
570 b->cond_string = NULL; in condition_command()
579 b->cond_string = savestring (arg, strlen (arg)); in condition_command()
3546 if (b->pending && b->cond_string) in print_one_breakpoint()
3550 ui_out_field_string (uiout, "cond", b->cond_string); in print_one_breakpoint()
4324 char **cond_string = (char **) NULL; in resolve_pending_breakpoint() local
4480 char *cond_string, enum bptype bp_kind) in solib_load_unload_1() argument
4531 b->cond_string = (cond_string == NULL) ? in solib_load_unload_1()
4532 NULL : savestring (cond_string, strlen (cond_string)); in solib_load_unload_1()
4557 char *dll_pathname, char *cond_string) in create_solib_load_event_breakpoint() argument
4560 cond_string, bp_catch_load); in create_solib_load_event_breakpoint()
4565 char *dll_pathname, char *cond_string) in create_solib_unload_event_breakpoint() argument
4568 cond_string, bp_catch_unload); in create_solib_unload_event_breakpoint()
4572 create_fork_vfork_event_catchpoint (int tempflag, char *cond_string, in create_fork_vfork_event_catchpoint() argument
4588 b->cond_string = (cond_string == NULL) ? in create_fork_vfork_event_catchpoint()
4589 NULL : savestring (cond_string, strlen (cond_string)); in create_fork_vfork_event_catchpoint()
4600 create_fork_event_catchpoint (int tempflag, char *cond_string) in create_fork_event_catchpoint() argument
4602 create_fork_vfork_event_catchpoint (tempflag, cond_string, bp_catch_fork); in create_fork_event_catchpoint()
4606 create_vfork_event_catchpoint (int tempflag, char *cond_string) in create_vfork_event_catchpoint() argument
4608 create_fork_vfork_event_catchpoint (tempflag, cond_string, bp_catch_vfork); in create_vfork_event_catchpoint()
4612 create_exec_event_catchpoint (int tempflag, char *cond_string) in create_exec_event_catchpoint() argument
4627 b->cond_string = (cond_string == NULL) ? in create_exec_event_catchpoint()
4628 NULL : savestring (cond_string, strlen (cond_string)); in create_exec_event_catchpoint()
4929 struct expression **cond, char **cond_string, in create_breakpoints() argument
4968 b->cond_string = cond_string[i]; in create_breakpoints()
4979 if (pending_bp->cond_string) in create_breakpoints()
4981 arg = pending_bp->cond_string; in create_breakpoints()
4982 b->cond_string = savestring (arg, strlen (arg)); in create_breakpoints()
5135 char **cond_string = (char **) NULL; in break_command_1() local
5230 cond_string = xcalloc (sals.nelts, sizeof (char **)); in break_command_1()
5231 make_cleanup (xfree, cond_string); in break_command_1()
5285 cond_string[i] = savestring (cond_start, in break_command_1()
5287 make_cleanup (xfree, cond_string[i]); in break_command_1()
5305 create_breakpoints (sals, addr_string, cond, cond_string, in break_command_1()
5329 b->cond_string = *cond_string; in break_command_1()
5373 char **cond_string; in do_captured_breakpoint() local
5403 cond_string = xcalloc (sals.nelts, sizeof (char **)); in do_captured_breakpoint()
5404 make_cleanup (xfree, cond_string); in do_captured_breakpoint()
5441 cond_string[i] = xstrdup (args->condition); in do_captured_breakpoint()
5445 create_breakpoints (sals, addr_string, cond, cond_string, in do_captured_breakpoint()
5740 b->cond_string = savestring (cond_start, cond_end - cond_start); in watch_command_1()
5742 b->cond_string = 0; in watch_command_1()
6067 char *cond_string;
6078 cond_string = *arg;
6081 (*arg) += strlen (cond_string);
6083 return cond_string;
6135 char *cond_string = NULL;
6144 cond_string = ep_parse_optional_if_clause (&arg);
6154 create_fork_event_catchpoint (tempflag, cond_string);
6157 create_vfork_event_catchpoint (tempflag, cond_string);
6168 char *cond_string = NULL;
6177 cond_string = ep_parse_optional_if_clause (&arg);
6184 create_exec_event_catchpoint (tempflag, cond_string);
6191 char *cond_string = NULL;
6208 cond_string = ep_parse_optional_if_clause (&arg);
6212 if (cond_string == NULL)
6216 cond_string = ep_parse_optional_if_clause (&arg);
6226 dll_pathname, cond_string);
6233 char *cond_string = NULL;
6250 cond_string = ep_parse_optional_if_clause (&arg);
6254 if (cond_string == NULL)
6258 cond_string = ep_parse_optional_if_clause (&arg);
6268 dll_pathname, cond_string);
6277 create_exception_catchpoint (int tempflag, char *cond_string,
6304 b->cond_string = (cond_string == NULL) ?
6305 NULL : savestring (cond_string, strlen (cond_string));
6360 handle_gnu_v3_exceptions (int tempflag, char *cond_string,
6384 b->cond_string = (cond_string == NULL) ?
6385 NULL : savestring (cond_string, strlen (cond_string));
6403 char *cond_string = NULL;
6408 cond_string = ep_parse_optional_if_clause (&arg);
6417 if (handle_gnu_v3_exceptions (tempflag, cond_string, ex_event, from_tty))
6428 create_exception_catchpoint (tempflag, cond_string, ex_event, sal);
6883 if (bpt->cond_string != NULL)
6884 xfree (bpt->cond_string);
7063 if (b->cond_string != NULL)
7065 s = b->cond_string;
7162 if (b->cond_string != NULL)
7164 s = b->cond_string;