This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/10512] STAP_PROBES don't work in c++ constructors/destructors


------- 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 <mjw@redhat.com>
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 <mjw@redhat.com>
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]