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.5-51-g3598cf0


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  3598cf014bdeab592a365f570664ae970714985d (commit)
      from  f3921e808cc95592308727d011d7718f053008e2 (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 3598cf014bdeab592a365f570664ae970714985d
Author: Maynard Johnson <maynardj@us.ibm.com>
Date:   Wed Apr 1 15:26:25 2009 -0500

    Fix for insn probe: Call arch_has_*_step() prior to calling utrace_control
    
    The attached patch is version 2 for the problem I reported earlier
    today.
    
    Frank, is this more what you had in mind?  With this patch, there's no
    need for the user to look at the system log.  Error messages are sent to
    stderr:
    
    	ERROR: insn probe init: arch does not support block step mode
    	ERROR: probe process("/test").function("doit1@/test.c:22").return registration error (rc -1)
    
    -Maynard

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

Summary of changes:
 tapsets.cxx |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 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]