Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreak-catch-exec.c38 exec_catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string) in exec_catchpoint()
39 : catchpoint (gdbarch, temp, cond_string) in exec_catchpoint()
165 const char *cond_string; in ep_parse_optional_if_clause() local
176 cond_string = *arg; in ep_parse_optional_if_clause()
180 (*arg) += strlen (cond_string); in ep_parse_optional_if_clause()
182 return cond_string; in ep_parse_optional_if_clause()
193 const char *cond_string = NULL; in catch_exec_command_1() local
205 cond_string = ep_parse_optional_if_clause (&arg); in catch_exec_command_1()
211 (new exec_catchpoint (gdbarch, temp, cond_string)); in catch_exec_command_1()
Dbreak-catch-fork.c37 const char *cond_string, bool is_vfork_) in fork_catchpoint()
38 : catchpoint (gdbarch, temp, cond_string), in fork_catchpoint()
186 bool temp, const char *cond_string, in create_fork_vfork_event_catchpoint() argument
190 (new fork_catchpoint (gdbarch, temp, cond_string, is_vfork)); in create_fork_vfork_event_catchpoint()
206 const char *cond_string = NULL; in catch_fork_command_1() local
222 cond_string = ep_parse_optional_if_clause (&arg); in catch_fork_command_1()
233 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, false); in catch_fork_command_1()
237 create_fork_vfork_event_catchpoint (gdbarch, temp, cond_string, true); in catch_fork_command_1()
Dbreak-catch-throw.c360 const char *cond_string, in handle_gnu_v3_exceptions() argument
366 (new exception_catchpoint (gdbarch, tempflag, cond_string, in handle_gnu_v3_exceptions()
417 const char *cond_string = NULL; in catch_exception_event() local
425 cond_string = ep_parse_optional_if_clause (&arg); in catch_exception_event()
435 handle_gnu_v3_exceptions (tempflag, std::move (except_rx), cond_string, in catch_exception_event()
Dbreakpoint.h625 bool temp = true, const char *cond_string = nullptr);
850 gdb::unique_xmalloc_ptr<char> cond_string; member
925 gdb::unique_xmalloc_ptr<char> cond_string,
1120 catchpoint (struct gdbarch *gdbarch, bool temp, const char *cond_string);
1646 const char *cond_string, int thread,
Dbreak-catch-load.c38 const char *cond_string, in solib_catchpoint()
40 : catchpoint (gdbarch, temp, cond_string), in solib_catchpoint()
Dbreakpoint.c1036 set_breakpoint_location_condition (const char *cond_string, bp_location *loc, in set_breakpoint_location_condition() argument
1042 expression_up new_exp = parse_exp_1 (&cond_string, loc->address, in set_breakpoint_location_condition()
1044 if (*cond_string != 0) in set_breakpoint_location_condition()
1077 error (_("Garbage '%s' follows condition"), cond_string); in set_breakpoint_location_condition()
1095 b->cond_string.reset (); in set_breakpoint_condition()
1176 b->cond_string = make_unique_xstrdup (exp); in set_breakpoint_condition()
2125 if (b->cond_string != NULL) in update_watchpoint()
2129 s = b->cond_string.get (); in update_watchpoint()
6652 if (!part_of_multiple && b->cond_string) in print_one_breakpoint_location()
6659 uiout->field_string ("cond", b->cond_string.get ()); in print_one_breakpoint_location()
[all …]
Dtracectf.c594 if (tp->cond_string != NULL) in ctf_write_uploaded_tp()
595 ctf_save_write (&writer->tcs, (gdb_byte *) tp->cond_string.get (), in ctf_write_uploaded_tp()
596 strlen (tp->cond_string.get ())); in ctf_write_uploaded_tp()
1101 SET_STRING_FIELD(event, scope, utp, cond_string); in ctf_read_tp()
Dada-lang.h350 std::string &&excep_string, const std::string &cond_string, int tempflag,
Dtracepoint.h192 gdb::unique_xmalloc_ptr<char[]> cond_string; member
Dada-lang.c12071 const char *cond_string, in ada_catchpoint()
12076 : code_breakpoint (gdbarch_, bp_catchpoint, tempflag, cond_string), in ada_catchpoint()
12165 std::string cond_string in re_set() local
12180 s = cond_string.c_str (); in re_set()
12527 std::string *cond_string) in catch_ada_exception_command_split() argument
12552 *cond_string = args; in catch_ada_exception_command_split()
12725 const std::string &cond_string, in create_ada_exception_catchpoint() argument
12732 cond_string.empty () ? nullptr : cond_string.c_str (), in create_ada_exception_catchpoint()
12749 std::string cond_string; in catch_ada_exception_command() local
12756 &cond_string); in catch_ada_exception_command()
[all …]
Dtracefile-tfile.c279 if (utp->cond_string) in tfile_write_uploaded_tp()
282 "cond", utp->cond_string.get (), in tfile_write_uploaded_tp()
Dtracepoint.c3024 && cond_string_is_same (t.cond_string.get (), in find_matching_tracepoint_location()
3025 utp->cond_string.get ()) in find_matching_tracepoint_location()
3488 utp->cond_string.reset (xstrdup (buf)); in parse_tracepoint_definition()
DChangeLog-19902842 * breakpoint.c: Add addr_string and cond_string fields to
2848 (condition_command): Set cond_string.
2849 (breakpoint_delete): Free cond_string and addr_string.
Dremote.c13759 if (b->cond_string) in download_tracepoint()
13767 "cond", b->cond_string.get (), in download_tracepoint()
DChangeLog-20115700 breakpoint parameter, and delete the exp_string, cond_string and
5719 breakpoint parameter, and delete the exp_string, cond_string and
5751 excep_string. Delete the cond_string and cond parameters.
5754 to excep_string. Delete the cond_string and cond parameters.
DChangeLog-201712446 (create_breakpoint): Constify 'extra_string' and 'cond_string'
12455 (create_breakpoint): Constify 'extra_string' and 'cond_string'
15039 'cond_string' parameter.
15043 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
15047 * breakpoint.h (init_catchpoint): Constify 'cond_string'
DChangeLog-201211276 argument cond_string. Add support for condition at end of
11278 (ada_decode_exception_location): Add new argument cond_string.
11280 (create_ada_exception_catchpoint): Add new argument cond_string.
DChangeLog-199916 separate cond and cond_string for each breakpoint.
DChangeLog-201810200 of "excep_string", "cond_string".
DChangeLog-201916579 at_string, cond_string, cmd_strings>: Replace char pointers
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-breakpoint.c575 str = obj->bp->cond_string.get (); in bppy_get_condition()
1431 if (obj->bp->cond_string != NULL) in local_setattro()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Dh8300.cc97 static const char *cond_string (enum rtx_code);
1394 cond_string (enum rtx_code code) in cond_string() function
1589 fputs (cond_string (GET_CODE (x)), file); in h8300_print_operand()
1597 fputs (cond_string (reverse_condition (GET_CODE (x))), file); in h8300_print_operand()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc160 static const char *cond_string (enum rtx_code);
3014 cond_string (enum rtx_code code) in cond_string() function
3338 fputs (cond_string (GET_CODE (x)), file); in avr_print_operand()
3340 fputs (cond_string (reverse_condition (GET_CODE (x))), file); in avr_print_operand()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog.10509 * h8300.c (cond_string): Delete CC_DONE_CBIT handling.
DChangeLog-200521178 (split_adds_subs, cond_string, print_operand,
21598 (ptrreg_to_str, cond_string, avr_normalize_condition): Likewise.

12