compile error for MIPS
Mike Frysinger
vapier at gentoo.org
Wed Aug 26 16:57:46 UTC 2015
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20150826/cd9c0ede/attachment.bin>
More information about the Strace-devel
mailing list