Searched refs:probe_location_spec (Results 1 – 3 of 3) sorted by relevance
234 struct probe_location_spec : public location_spec struct236 explicit probe_location_spec (std::string &&probe);243 probe_location_spec (const probe_location_spec &other) = default;281 const probe_location_spec *
44 probe_location_spec::probe_location_spec (std::string &&probe) in probe_location_spec() function50 probe_location_spec::clone () const in clone()52 return location_spec_up (new probe_location_spec (*this)); in clone()56 probe_location_spec::empty_p () const in empty_p()61 std::string probe_location_spec::compute_string () const in compute_string()239 return location_spec_up (new probe_location_spec (std::move (probe))); in new_probe_location_spec()244 const probe_location_spec *248 return gdb::checked_static_cast<const probe_location_spec *> (locspec); in as_probe_location_spec()
117417 probe_location_spec