How can I proxy mmap reads and writes across a network?
I'm working on software to control a mmap'd device on an embedded ARM system, but have run into a few situations where the debugging and development tools available haven't been sufficient. i.e. Instrumentation tools like valgrind and higher end thread profilers are unavailable. What I'd like to do is compile my code on an x86 machine, ...