Home
last modified time | relevance | path

Searched refs:cond_string (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.c921 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
[all …]
H A Dbreakpoint.h732 char *cond_string; member
1252 char *cond_string,
1275 char *cond_string, int thread,
H A Dtracepoint.h169 char *cond_string; member
H A Dada-lang.c11361 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()
[all …]
H A Dtracepoint.c3135 if (utp->cond_string) in trace_save()
3138 "cond", utp->cond_string, in trace_save()
3491 && cond_string_is_same (t->base.cond_string, utp->cond_string) in find_matching_tracepoint_location()
4166 utp->cond_string = xstrdup (buf); in parse_tracepoint_definition()
H A Dremote.c10539 if (b->cond_string) in remote_download_tracepoint()
10543 "cond", b->cond_string, buf + strlen (buf), in remote_download_tracepoint()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-breakpoint.c418 str = obj->bp->cond_string; in bppy_get_condition()
918 if (strcmp (attr, stop_func) == 0 && obj->bp->cond_string) in local_setattro()