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.8-104-gf77540f


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  f77540fe71e8237942fe28cc3c2ffd5ad9f10a8d (commit)
       via  1f8592d1a615bef5bad1f255e761664e85d9e4f0 (commit)
      from  123ed3dad4423edf313f3218b3d63804b7edfc47 (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 f77540fe71e8237942fe28cc3c2ffd5ad9f10a8d
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jun 24 14:26:08 2009 +0200

    Enable exelib.exp prelink tests except for ustack.tcl.
    
    * testsuite/systemtap.exelib/exelib.exp: Enable prelink "yes".
    * testsuite/systemtap.exelib/ustack.tcl: Ignore any prelink test (PR10323).

commit 1f8592d1a615bef5bad1f255e761664e85d9e4f0
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jun 24 14:20:08 2009 +0200

    PR10305 Mark probes fail on prelinked shared library.
    
    Mark probes rely on literal statement addresses, these are based on the
    on-disk module address space. Introduce helper function to turn such
    addresses into symbol addresses as expected by libdwfl. Also properly
    adjust for dw bias when such addresses are used in dw queries.
    
    * dwflpp.h (dwflpp::literal_addr_to_sym_addr): New method.
    * dwflpp.cxx (query_cu_containing_address): Don't "globalize" address.
      (literal_addr_to_sym_addr): New method.
    * tapsets.cxx (query_module_dwarf): Turn literal addresses into symbol
      addresses.
      (query_dwarf_func): Likewise and adjust for dw module bias.

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

Summary of changes:
 dwflpp.cxx                            |   35 +++++++++++++++++++++++++++++---
 dwflpp.h                              |    2 +
 tapsets.cxx                           |   16 +++++++++++++-
 testsuite/systemtap.exelib/exelib.exp |    4 +-
 testsuite/systemtap.exelib/ustack.tcl |    3 ++
 5 files changed, 52 insertions(+), 8 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]