[Valgrind-users] Can data from checkgrind output files be directed to a network socket instead

2010-06-08 Thread Satya V. Gupta
I am using checkgrind on a system that has very little disk space. I am wondering if someone knows how I can direct the checkgrind output files (basic block, Function before, Function after) to a network socket instead? Thanks SVG

Re: [Valgrind-users] Can data from checkgrind output files be directed to a network socket instead

2010-06-08 Thread John Reiser
how can I direct the checkgrind output files (basic block, Function before, Function after) to a network socket instead? If checkgrind forces its output onto named files (instead of designated but unnamed file descriptors), then create those filenames in advance as named pipes using mkfifo,

Re: [Valgrind-users] Can data from checkgrind output files be directed to a network socket instead

2010-06-08 Thread Bart Van Assche
On Tue, Jun 8, 2010 at 11:25 AM, Satya V. Gupta guptasa...@netzero.netwrote: I am using checkgrind on a system that has very little disk space. I am wondering if someone knows how I can direct the checkgrind output files (basic block, Function before, Function after) to a network socket