From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7292 invoked by alias); 18 Aug 2009 21:41:40 -0000 Received: (qmail 6536 invoked by uid 48); 18 Aug 2009 21:41:27 -0000 Date: Tue, 18 Aug 2009 21:41:00 -0000 Message-ID: <20090818214127.6535.qmail@sourceware.org> From: "mjw at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090812145803.10512.mjw@redhat.com> References: <20090812145803.10512.mjw@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug runtime/10512] STAP_PROBES don't work in c++ constructors/destructors X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00395.txt.bz2 ------- Additional Comments From mjw at redhat dot com 2009-08-18 21:41 ------- Although this doesn't fix the general comdat section issue, it does fix the issue at hand: commit 08b22cd52aad1023c91341a1fd9bdb821cf4c90f Author: Mark Wielaard Date: Tue Aug 18 23:03:00 2009 +0200 PR10512 STAP_PROBES don't work in c++ constructors/destructors testcase. * testsuite/systemtap.base/cxxclass.exp: New file. * testsuite/systemtap.base/cxxclass.stp: Likewise. * testsuite/systemtap.base/cxxclass.cxx: Likewise. commit a80a54cb804d0df40e064a72bd8c6bf7c1258e02 Author: Mark Wielaard Date: Tue Aug 18 22:08:51 2009 +0200 PR10512 Referencing computed goto labels in c++ constructors does work. PR10533 inlined vars are not always found was fixed which means we no longer need to prevent inlining of the STAP_PROBE macros. * includes/sys/sdt.h (STAP_UNINLINE_LABEL): Removed. (STAP_PROBE[1-9]_): Remove label: and STAP_UNINLINE_LABEL. When we find other c++ related issues we should open a new bug. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=10512 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.