| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | break-catch-exec.c | 38 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()
|
| D | break-catch-fork.c | 37 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()
|
| D | break-catch-throw.c | 360 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()
|
| D | breakpoint.h | 625 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,
|
| D | break-catch-load.c | 38 const char *cond_string, in solib_catchpoint() 40 : catchpoint (gdbarch, temp, cond_string), in solib_catchpoint()
|
| D | breakpoint.c | 1036 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 …]
|
| D | tracectf.c | 594 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()
|
| D | ada-lang.h | 350 std::string &&excep_string, const std::string &cond_string, int tempflag,
|
| D | tracepoint.h | 192 gdb::unique_xmalloc_ptr<char[]> cond_string; member
|
| D | ada-lang.c | 12071 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 …]
|
| D | tracefile-tfile.c | 279 if (utp->cond_string) in tfile_write_uploaded_tp() 282 "cond", utp->cond_string.get (), in tfile_write_uploaded_tp()
|
| D | tracepoint.c | 3024 && 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()
|
| D | ChangeLog-1990 | 2842 * 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.
|
| D | remote.c | 13759 if (b->cond_string) in download_tracepoint() 13767 "cond", b->cond_string.get (), in download_tracepoint()
|
| D | ChangeLog-2011 | 5700 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.
|
| D | ChangeLog-2017 | 12446 (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'
|
| D | ChangeLog-2012 | 11276 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.
|
| D | ChangeLog-1999 | 16 separate cond and cond_string for each breakpoint.
|
| D | ChangeLog-2018 | 10200 of "excep_string", "cond_string".
|
| D | ChangeLog-2019 | 16579 at_string, cond_string, cmd_strings>: Replace char pointers
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-breakpoint.c | 575 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/ |
| D | h8300.cc | 97 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/ |
| D | avr.cc | 160 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/ |
| D | FSFChangeLog.10 | 509 * h8300.c (cond_string): Delete CC_DONE_CBIT handling.
|
| D | ChangeLog-2005 | 21178 (split_adds_subs, cond_string, print_operand, 21598 (ptrreg_to_str, cond_string, avr_normalize_condition): Likewise.
|