Hi,

> Dear Masatake-san:
> If I were to write a test for these new decodes, how would I go about it?
> What would be the required setup and a minimal example?
> Cordially
> -- 
> Philippe Ombredanne


How about this one?

    /* Without patch */
    $ strace -e socket ip link show > /dev/null
    socket(PF_NETLINK, SOCK_RAW|SOCK_CLOEXEC, 0) = 3
    +++ exited with 0 +++

    /* With patch */
    $ ./strace -e socket ip link show > /dev/null
    socket(PF_NETLINK, SOCK_RAW|SOCK_CLOEXEC, NETLINK_ROUTE) = 3
    +++ exited with 0 +++

Masatake YAMATO


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to