From 1939ea3217ce8b8fae35e4a70f4cd5c1c431e438 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 25 Jan 2008 19:05:46 +0000 Subject: PR 5672: fix generated dwarf probe point names from wildcards 2008-01-25 Frank Ch. Eigler PR 5672. * staptree.cxx (probe_point copy ctor): New function. * staptree.h: Declare it. * tapsets.cxx (dwarf_derived_probe ctor): Call it to shallow-copy incoming base probe location before recomputing/overwriting it. --- staptree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'staptree.h') diff --git a/staptree.h b/staptree.h index 5b4b56cd..54194c7b 100644 --- a/staptree.h +++ b/staptree.h @@ -577,6 +577,7 @@ struct probe_point expression* condition; void print (std::ostream& o) const; probe_point (); + probe_point(const probe_point& pp); probe_point(std::vector const & comps,const token * t); std::string str(); }; -- cgit