Hello, 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. Best regards, Thomas Am 19.08.2015 um 18:19 schrieb Dmitry V. Levin: > On Tue, Aug 18, 2015 at 01:55:09PM +0200, Thomas Schmiedl wrote: >> Hello Dmitry, >> >> could you explain, how to do this (I'm not a developer). I only imported >> a preconfigured VM in VirtualBox >> (http://sourceforge.net/projects/freetz-linux/) and build using this >> tutorial (http://freetz.org/wiki/help/howtos/development/compile_own_progs). > > Could you fetch a snapshot from git://git.code.sf.net/p/strace/code.git > and try to build it? It contains some _MIPS_SIM related diagnostics. > > ------------------------------------------------------------------------------ _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
