From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23655 invoked by alias); 25 Jan 2008 19:05:47 -0000 Received: (qmail 23627 invoked by uid 426); 25 Jan 2008 19:05:46 -0000 Date: Fri, 25 Jan 2008 19:05:00 -0000 Message-ID: <20080125190546.23624.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ChangeLog staptree.cxx staptree.h tapsets.cxx Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2008-q1/txt/msg00052.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: fche@sourceware.org 2008-01-25 19:05:46 Modified files: . : ChangeLog staptree.cxx staptree.h tapsets.cxx Log message: 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. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.759&r2=1.760 http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.71&r2=1.72 http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.h.diff?cvsroot=systemtap&r1=1.59&r2=1.60 http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.234&r2=1.235