Lines Matching refs:cond_string
921 xfree (b->cond_string); in set_breakpoint_condition()
922 b->cond_string = NULL; in set_breakpoint_condition()
957 b->cond_string = xstrdup (arg); in set_breakpoint_condition()
1784 if (b->base.cond_string != NULL) in update_watchpoint()
1792 s = b->base.cond_string; in update_watchpoint()
6072 if (!part_of_multiple && b->cond_string) in print_one_breakpoint_location()
6079 ui_out_field_string (uiout, "cond", b->cond_string); in print_one_breakpoint_location()
8419 char *cond_string, in init_catchpoint() argument
8429 b->cond_string = (cond_string == NULL) ? NULL : xstrdup (cond_string); in init_catchpoint()
8450 int tempflag, char *cond_string, in create_fork_vfork_event_catchpoint() argument
8455 init_catchpoint (&c->base, gdbarch, tempflag, cond_string, ops); in create_fork_vfork_event_catchpoint()
9006 char *filter, char *cond_string, in init_breakpoint_sal() argument
9053 b->cond_string = cond_string; in init_breakpoint_sal()
9112 if (b->cond_string) in init_breakpoint_sal()
9114 const char *arg = b->cond_string; in init_breakpoint_sal()
9149 char *filter, char *cond_string, in create_breakpoint_sal() argument
9174 filter, cond_string, extra_string, in create_breakpoint_sal()
9203 char *cond_string, char *extra_string, in create_breakpoints_sal() argument
9229 cond_string, extra_string, in create_breakpoints_sal()
9387 char **cond_string, int *thread, int *task, in find_condition_and_thread() argument
9390 *cond_string = NULL; in find_condition_and_thread()
9422 *cond_string = savestring (cond_start, cond_end - cond_start); in find_condition_and_thread()
9518 char *arg, char *cond_string, in create_breakpoint() argument
9646 find_condition_and_thread (arg, lsal->sals.sals[0].pc, &cond_string, in create_breakpoint()
9648 if (cond_string) in create_breakpoint()
9649 make_cleanup (xfree, cond_string); in create_breakpoint()
9658 if (cond_string) in create_breakpoint()
9660 cond_string = xstrdup (cond_string); in create_breakpoint()
9661 make_cleanup (xfree, cond_string); in create_breakpoint()
9672 cond_string, extra_string, type_wanted, in create_breakpoint()
9697 b->cond_string = NULL; in create_breakpoint()
9701 if (cond_string) in create_breakpoint()
9703 cond_string = xstrdup (cond_string); in create_breakpoint()
9704 make_cleanup (xfree, cond_string); in create_breakpoint()
9706 b->cond_string = cond_string; in create_breakpoint()
11139 b->cond_string = savestring (cond_start, cond_end - cond_start); in watch_command_1()
11141 b->cond_string = 0; in watch_command_1()
11470 char *cond_string; in ep_parse_optional_if_clause() local
11481 cond_string = *arg; in ep_parse_optional_if_clause()
11485 (*arg) += strlen (cond_string); in ep_parse_optional_if_clause()
11487 return cond_string; in ep_parse_optional_if_clause()
11505 char *cond_string = NULL; in catch_fork_command_1() local
11522 cond_string = ep_parse_optional_if_clause (&arg); in catch_fork_command_1()
11533 create_fork_vfork_event_catchpoint (gdbarch, tempflag, cond_string, in catch_fork_command_1()
11538 create_fork_vfork_event_catchpoint (gdbarch, tempflag, cond_string, in catch_fork_command_1()
11554 char *cond_string = NULL; in catch_exec_command_1() local
11567 cond_string = ep_parse_optional_if_clause (&arg); in catch_exec_command_1()
11573 init_catchpoint (&c->base, gdbarch, tempflag, cond_string, in catch_exec_command_1()
11683 handle_gnu_v3_exceptions (int tempflag, char *cond_string, in handle_gnu_v3_exceptions() argument
11694 trigger_func_name, cond_string, -1, NULL, in handle_gnu_v3_exceptions()
11713 char *cond_string = NULL; in catch_exception_command_1() local
11719 cond_string = ep_parse_optional_if_clause (&arg); in catch_exception_command_1()
11728 if (handle_gnu_v3_exceptions (tempflag, cond_string, ex_event, from_tty)) in catch_exception_command_1()
12811 xfree (self->cond_string); in base_breakpoint_dtor()
12920 char *cond_string, in base_breakpoint_create_breakpoints_sal() argument
13144 char *cond_string, in bkpt_create_breakpoints_sal() argument
13155 cond_string, extra_string, in bkpt_create_breakpoints_sal()
13483 char *cond_string, in tracepoint_create_breakpoints_sal() argument
13494 cond_string, extra_string, in tracepoint_create_breakpoints_sal()
13635 char *cond_string, in strace_marker_create_breakpoints_sal() argument
13670 cond_string, extra_string, in strace_marker_create_breakpoints_sal()
14157 if (b->cond_string != NULL) in update_breakpoint_locations()
14162 s = b->cond_string; in update_breakpoint_locations()
14290 char *cond_string, *extra_string; in addr_string_to_sals() local
14294 &cond_string, &thread, &task, in addr_string_to_sals()
14296 if (cond_string) in addr_string_to_sals()
14297 b->cond_string = cond_string; in addr_string_to_sals()
14368 char *cond_string, in create_breakpoints_sal_default() argument
14378 create_breakpoints_sal (gdbarch, canonical, cond_string, in create_breakpoints_sal_default()
15328 if (utp->cond && !utp->cond_string) in create_tracepoint_from_upload()
15335 utp->cond_string, -1, NULL, in create_tracepoint_from_upload()
15694 if (tp->cond_string) in save_breakpoints()
15695 fprintf_unfiltered (fp, " condition $bpnum %s\n", tp->cond_string); in save_breakpoints()