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.3-279-g031fda5


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  031fda598f1616a7aa563132111ad5acf65599e6 (commit)
       via  7d62c1046ebecec03843c69d70acc41f08f481dc (commit)
      from  8358a79cf2a92e518a92c3c89eef53f880816239 (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 031fda598f1616a7aa563132111ad5acf65599e6
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Nov 8 14:48:01 2010 -0500

    PR11811: warn on missing unwind info with 'stap -d FOO'
    
    * unwind.c (unwind_frame): Demote common warnings to dbug_unwind messages.
      (unwind): Print a warning for unwind operations foiled by modules that
      did not have pre-uploaded unwind data.
    * buildrun.cxx (compile_pass): Check for exported __module_text_address.

commit 7d62c1046ebecec03843c69d70acc41f08f481dc
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Nov 8 14:47:04 2010 -0500

    fix accidental prefix '/' in abbreviated module name in backtraces
    
    * runtime/sym.c (_stp_snprint_addr): Use strrchr correctly.

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

Summary of changes:
 buildrun.cxx     |    1 +
 runtime/sym.c    |    4 +++-
 runtime/unwind.c |   34 ++++++++++++++++++++++++++++++----
 3 files changed, 34 insertions(+), 5 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]