Home
last modified time | relevance | path

Searched refs:probe_location_spec (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlocation.h234 struct probe_location_spec : public location_spec struct
236 explicit probe_location_spec (std::string &&probe);
243 probe_location_spec (const probe_location_spec &other) = default;
281 const probe_location_spec *
Dlocation.c44 probe_location_spec::probe_location_spec (std::string &&probe) in probe_location_spec() function
50 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()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git117417 probe_location_spec