On 26 Aug 2015 13:56, Thomas Schmiedl wrote:
> I have now built strace in a qemu-emulated mips-linux. The call on the 
> real mips-device (router) was:
> 
> ./strace -p <pid> -y -yy -e all -o <tracefile>
> 
> with this output in the tracefile (only the important line):
> 
> send(21<socket:[38588]>, "\32\0`\200\0\0\20\fKein Bier vor 4\0\0\0", 26, 
> 0) = 26
> 
> Is it possible to see the commands before and after "Kein Bier vor 4", 
> that were transferred between the two processes via an 
> unix-domain-socketfile. I try to send own text to the receiving process, 
> that should send the own text to a connected dect-phone.

what do you mean ?  strace already showed you all the syscalls that the
process made during that time.
-mike

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to