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-256-gfd9187d


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  fd9187dafaa1b4acbf7ff79c4da9010ef2e63ff6 (commit)
      from  8e14cbdcbf6653807ee9f56c96c15850c9d3e84c (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 fd9187dafaa1b4acbf7ff79c4da9010ef2e63ff6
Author: Wenji Huang <wenji.huang@oracle.com>
Date:   Sat Jun 12 11:03:59 2010 +0800

    PR11641: fix backtrace from uretprobe
    
    This will partly revert commit 23258335. When not called
    from a uretprobe hander, to pass -1 not 0 ensures all the
    cases can be covered.

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

Summary of changes:
 runtime/stack.c            |    2 +-
 runtime/uprobes/uprobes.c  |    4 ++--
 runtime/uprobes/uprobes.h  |    3 ++-
 runtime/uprobes2/uprobes.c |    4 ++--
 runtime/uprobes2/uprobes.h |    3 ++-
 tapsets.cxx                |    2 +-
 6 files changed, 10 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]