> On Tuesday 22 March 2005 11:05 am, Fabio Miranda Hamburger wrote: > > hello, > > > > I am debugging a tcpip app on linux, I would like to use strace to show me > > *all* the data passed to read() and write() function to the sockets > > stream. > > > > thanks, > > > Does strace with the -e option do what you want? man strace. It seems to > do read and write. Prepare for big logfiles ;)
I was trying to figure out how to do it. Can you provide an example? Usually strace shows few characters and at the end, the total length of what was received. Well, I need the entire string of characters. Thanks. - To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
