From 2930abc72e560a6b279e4d2f3891ca908beb4d41 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 22 Sep 2005 22:51:30 +0000 Subject: 2005-09-22 Graydon Hoare , Frank Ch. Eigler PR 1330. * tapsets.cxx (dwarf_derived_probe): Allow multiple probe_point locations per derived_probe. (dwarf_query): Add probe "flavour" concept, to reuse probe bodies for identical flavours across wildcards. (dwarf::emit_registrations, emit_deregistrations, emit_probe_entries): Reorganize. * staptree (probe::printsig): Put multiple locations on separate lines. --- staptree.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'staptree.cxx') diff --git a/staptree.cxx b/staptree.cxx index 47a5cd0c..a1e82158 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -458,7 +458,7 @@ void probe::printsig (ostream& o) const { for (unsigned i=0; i0 ? ", " : ""); + if (i > 0) o << "," << endl; locations[i]->print (o); } } -- cgit