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.7-18-g097e4a5


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  097e4a5b397b9e826453e01caa1f8169886128c5 (commit)
       via  c4f51a54acff992cf19902ffd56e8338158c5811 (commit)
       via  40fc3e43cea224623400ac07b6f03c700d209dec (commit)
      from  9f38e65363878d1e1bc8f51a0ad2cc4fd0316e13 (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 097e4a5b397b9e826453e01caa1f8169886128c5
Author: Wenji Huang <wenji.huang@oracle.com>
Date:   Mon Apr 27 06:12:36 2009 -0400

    PR10081: improve error message for verifying build-id
    
    Output debuginfo file name and build-id if verification
    failed.
    
    * runtime/sym.c: Print more info if not matched.

commit c4f51a54acff992cf19902ffd56e8338158c5811
Author: Wenji Huang <wenji.huang@oracle.com>
Date:   Mon Apr 27 05:38:18 2009 -0400

    PR10099: Extend %M directive to support hexdumping large buffers
    
    This patch will make %M directive dump the variable width
    buffer in hex format instead of returning uint64_t number
    as before.
    
    * runtime/vsprintf.c: Modify %M directive.
    * stap.1.in: Update description.
    * testsuite/systemtap.printf/memory1.stp: Add test case.

commit 40fc3e43cea224623400ac07b6f03c700d209dec
Author: Wenji Huang <wenji.huang@oracle.com>
Date:   Mon Apr 27 04:34:42 2009 -0400

    Add function of returning the char in given position of string
    
    * tapset/string.stp: New function stringat.
    * testsuite/systemtap.printf/char1.exp: Update test case.
    * testsuite/systemtap.printf/char1.stp: Ditto.

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

Summary of changes:
 runtime/sym.c                          |   51 ++++++++++++++-----------------
 runtime/vsprintf.c                     |   31 ++++++++++++-------
 stap.1.in                              |    2 +-
 tapset/string.stp                      |   12 +++++++
 testsuite/systemtap.printf/char1.exp   |    2 +-
 testsuite/systemtap.printf/char1.stp   |    1 +
 testsuite/systemtap.printf/memory1.stp |   14 +++++++++
 7 files changed, 71 insertions(+), 42 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]