This is the mail archive of the systemtap-cvs@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]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-350-g58e4e81


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  58e4e81606cd8da44d8efb28f798b66a2792cd49 (commit)
       via  24c7957b4dbddc8545d0e0c734377746a5ae6e60 (commit)
      from  6287a9e628bcbe6192da8fd9f0ce659a8acc13fc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 58e4e81606cd8da44d8efb28f798b66a2792cd49
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Sep 17 16:59:28 2009 +0200

    Add a testcase for PR10417 support for DW_OP_{stack|implicit}_value.
    
    Currently XFAILS when gcc-vta detected, otherwise UNTESTED.
    
    * testsuite/systemtap.base/vta-test.exp: New test harness.
    * testsuite/systemtap.base/vta-test.c: New test program.
    * testsuite/systemtap.base/vta-test.stp: New test script.

commit 24c7957b4dbddc8545d0e0c734377746a5ae6e60
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Sep 17 15:06:57 2009 +0200

    PR10417 Pass around attributes for supporting DW_OP_{implicit,stack}_value.
    
    Preparation for retrieving the Dwarf_Block that holds the value of an
    DW_OP_implicit_value. We need the Dwarf_Attribute that is associated with
    the location expression operants. Depends on new elfutils 0.143
    functionality. Recognizes, but does not yet handle the new operants
    DW_OP_{implicit,stack}_value.
    
    * loc2c.h (c_translate_location): Take an Dwarf_Attribute.
    * loc2c.c (c_translate_location): Likewise and pass it on.
      (location_relative): Likewise.
      (location_from_address): Likewise.
      (translate): Likewise and capture Dwarf_Block.
    * loc2c-test.c (handle_variable): Pass in Dwarf_Attribute.
    * dwflpp.cxx (translate_location): Likewise.
      (literal_stmt_for_return): Pass in NULL to indicate no attribute.

-----------------------------------------------------------------------

Summary of changes:
 dwflpp.cxx                            |    4 +-
 loc2c-test.c                          |    8 +++--
 loc2c.c                               |   47 +++++++++++++++++++++++++-------
 loc2c.h                               |    5 +++-
 testsuite/systemtap.base/vta-test.c   |   41 ++++++++++++++++++++++++++++
 testsuite/systemtap.base/vta-test.exp |   34 +++++++++++++++++++++++
 testsuite/systemtap.base/vta-test.stp |    1 +
 7 files changed, 123 insertions(+), 17 deletions(-)
 create mode 100644 testsuite/systemtap.base/vta-test.c
 create mode 100644 testsuite/systemtap.base/vta-test.exp
 create mode 100644 testsuite/systemtap.base/vta-test.stp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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