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.6-118-ge7e8737


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  e7e8737f811bc07012224327299e772c7d139781 (commit)
      from  65b0fab6716a5518159127eb5084abde9ac8765a (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 e7e8737f811bc07012224327299e772c7d139781
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Aug 17 14:46:45 2011 -0700

    PR13078: Support stap --remote unix:/path sockets
    
    * remote.cxx (unix_stapsh): New, connects to an AF_UNIX socket.
      (stapsh::get_reply): Deal with possible stapsh stderr chatter.
      (stapsh::handle_poll): Rework to handle some corner cases better,
      like having the same fd for in and out.
    * testsuite/systemtap.base/stapsh-unix.exp: New test using socat.
    * testsuite/systemtap.base/stapsh-unix.stp: New test.

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

Summary of changes:
 remote.cxx                               |  159 ++++++++++++++++++++++--------
 testsuite/systemtap.base/stapsh-unix.exp |   26 +++++
 testsuite/systemtap.base/stapsh-unix.stp |   28 +++++
 3 files changed, 172 insertions(+), 41 deletions(-)
 create mode 100644 testsuite/systemtap.base/stapsh-unix.exp
 create mode 100644 testsuite/systemtap.base/stapsh-unix.stp


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]