From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24680 invoked by alias); 29 Nov 2006 19:19:37 -0000 Received: (qmail 24664 invoked by uid 9156); 29 Nov 2006 19:19:36 -0000 Date: Wed, 29 Nov 2006 19:19:00 -0000 Message-ID: <20061129191936.24662.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ChangeLog 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: 2006-q4/txt/msg00123.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: dsmith@sourceware.org 2006-11-29 19:19:36 Modified files: . : ChangeLog tapsets.cxx Log message: 2006-11-29 David Smith * tapsets.cxx (struct dwarf_var_expanding_copy_visitor): Added 'add_block' member variable. Constructor sets it to NULL. (dwarf_var_expanding_copy_visitor::visit_target_symbol): Fixes the problem of accessing a cached target variable in a loop. Cached target variable is assigned to a temporary variable, which can be safely access multiple times. In addition, the cached value is deleted after being read. (dwarf_derived_probe::dwarf_derived_probe): Adds in the new block of code created in visit_target_symbol() to the beginning of the derived probe. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.510&r2=1.511 http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapsets.cxx.diff?cvsroot=systemtap&r1=1.162&r2=1.163