public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-133-g5d2f95b
@ 2011-03-07 15:19 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2011-03-07 15:19 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-07 15:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-07 15:19 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-133-g5d2f95b jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).