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-75-g9b692b9


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  9b692b91ee25c33281c32c7ba86f5f0734e46be9 (commit)
      from  c12d974f4ad369f8d7585f2f07713dae3654b3fb (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 9b692b91ee25c33281c32c7ba86f5f0734e46be9
Author: Stan Cox <scox@redhat.com>
Date:   Sun Mar 8 19:55:05 2009 -0400

    Fix and add tests for function(".so").statement(N)
    
    * tapsets.cxx (query_dwarf_func): die_has_pc (dwarf_haspc) does not expect a
    module_start for shared objects so don't call module_address_to_global for the
    statement address.
    * testsuite/systemtap.base/labels.exp: Add tests for executable .statement(N),
    shared object .label("L") and so .statement(N).

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

Summary of changes:
 tapsets.cxx                         |    6 +-
 testsuite/systemtap.base/labels.exp |   86 +++++++++++++++++++++++++++++++++-
 2 files changed, 86 insertions(+), 6 deletions(-)


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]