Lines Matching refs:extra_string
2815 loc->owner->extra_string.get ());
2855 && loc->owner->extra_string
8677 gdb_assert (b->extra_string != nullptr);
8679 const char *dprintf_args = b->extra_string.get ();
8791 extra_string = std::move (extra_string_);
8855 gdb_assert (extra_string == nullptr);
8883 gdb::unique_xmalloc_ptr<char> extra_string,
8897 std::move (extra_string),
8926 gdb::unique_xmalloc_ptr<char> extra_string,
8951 std::move (extra_string),
9193 const char *extra_string,
9212 parsed from the EXTRA_STRING, the THREAD and INFERIOR arguments
9219 /* If extra_string isn't useful, set it to NULL. */
9220 if (extra_string != NULL && *extra_string == '\0')
9221 extra_string = NULL;
9223 /* A bp_dprintf must always have an accompanying EXTRA_STRING containing
9227 For all other breakpoint types, EXTRA_STRING should be nullptr unless
9230 ? (extra_string != nullptr && !parse_extra)
9231 : (extra_string == nullptr || parse_extra));
9241 /* Parse EXTRA_STRING splitting the parts out. */
9242 create_breakpoint_parse_arg_string (extra_string, &cond_string_copy,
9265 if (extra_string != nullptr)
9266 extra_string_copy.reset (xstrdup (extra_string));
9271 extra_string = nullptr;
9344 parsing the EXTRA_STRING. */
9390 b->extra_string = std::move (extra_string_copy);
11826 on extra_string. If this is non-NULL, it contains either
11828 if (extra_string == NULL)
11836 extra_string.get ());
11842 extra_string.get ());
12156 /* Print out extra_string if this breakpoint is pending. It might
12158 if (!this->has_locations () && extra_string != NULL)
12159 gdb_printf (fp, " %s", extra_string.get ());
12443 gdb_printf (fp, "dprintf %s,%s", locspec->to_string (), extra_string.get ());
12501 gdb::unique_xmalloc_ptr<char> extra_string,
12530 std::move (extra_string),