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.4-133-g5d2f95b


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  5d2f95b856501e9c9da090523feae16e28c23ef0 (commit)
      from  e5f690c71070fa6916579f823a0adba609e503c6 (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 5d2f95b856501e9c9da090523feae16e28c23ef0
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Mar 7 16:18:13 2011 +0100

    Decode wait4.return wait status.
    http://sourceware.org/bugzilla/show_bug.cgi?id=12471
    
    	* tapset/aux_syscalls.stp (WIFEXITED, WEXITSTATUS, WIFSIGNALED)
    	(WCOREDUMP, WTERMSIG, WIFSTOPPED, WSTOPSIG, WIFCONTINUED)
    	(_ptrace_event_name, _wait_status_str): New functions.
    	* tapset/nd_syscalls2.stp (nd_syscall.wait4): New variables
    	status_uaddr and status_str, call _wait_status_str.
    	* tapset/syscalls2.stp (syscall.wait4.return): New variable
    	status_str, call _wait_status_str.
    	* testsuite/buildok/nd_syscalls2-detailed.stp
    	(nd_syscall.wait4.return): Print also status_str.
    	* testsuite/buildok/syscalls2-detailed.stp (syscall.wait4.return):
    	Likewise.

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

Summary of changes:
 tapset/aux_syscalls.stp                     |   78 +++++++++++++++++++++++++++
 tapset/nd_syscalls2.stp                     |    9 +++
 tapset/syscalls2.stp                        |    8 +++
 testsuite/buildok/nd_syscalls2-detailed.stp |    2 +-
 testsuite/buildok/syscalls2-detailed.stp    |    2 +-
 5 files changed, 97 insertions(+), 2 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]