This is the mail archive of the systemtap@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]

[Bug tapsets/11402] pipe2 syscall not supported


------- Additional Comments From mjw at redhat dot com  2010-03-19 15:58 -------
And after some testing and discussions on irc I merged them into one
syscall.pipe again:

commit 7a95843846ea6a5f626dfeb63a26477e1f228dc4
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Mar 19 16:53:19 2010 +0100

    Merge syscall.pipe and syscall.pipe2 to get around "nesting".
    
    * tapset/syscalls2.stp (syscall.pipe[2][.return]): Merge into syscall.pipe
      and syscall.pipe.return. Set name according to flags.

It is not really possible to easily get around the nesting of these syscalls. So
just pretend there is only one pipe syscall for now.

Also a new testcase for all this was added.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11402

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]