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-1.2-365-g82ea0c9


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  82ea0c96760eba1a1f521c007b9353e7e568906b (commit)
      from  b3c857f19a8fab9067adee7374bd8a2c7377d160 (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 82ea0c96760eba1a1f521c007b9353e7e568906b
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jun 29 16:16:02 2010 +0200

    PR10599 Always print modname when available (and requested).
    
    * runtime/sym.c (_stp_umod_lookup): Also return vm_end if available.
      (_stp_kallsyms_lookup): Don't try to handle 32bit-on-64bit signedness,
      _stp_umod_lookup already does. If available return modname, size and
      offset.
      (_stp_print_addr): Always print modname when available (and requested).
      (_stp_symbol_snprint): Likewise.
    * runtime/unwind.c (unwind): Adjust _stp_umod_lookup call.
    * tapset/ucontext.stp (umodname): Likewise.

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

Summary of changes:
 runtime/sym.c       |   63 +++++++++++++++++++++++++++++++++++++-------------
 runtime/unwind.c    |    2 +-
 tapset/ucontext.stp |    2 +-
 3 files changed, 48 insertions(+), 19 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]