[linuxtools-dev] remote Valgrind

2011-07-15 Thread Corey Ashford
Hi Folks, I thought I'd have a look at the current state of remote Valgrind. Would you expect that it should work straight out of the Git tree? I ask because I am seeing an NPE. I set up an example project using a TM/TCF connection to my laptop (from the same machine). I then created a small ex

Re: [linuxtools-dev] remote Valgrind

2011-07-15 Thread Jeff Johnston
Hi Corey, Yes I have seen that bug. It goes away IIRC and I thought I had checked in a simple patch to verify that the offending line doesn't try to access a null object, but apparently I did not. I got the remote Valgrind stuff working over TCF, but I had to apply some tape to make it work

Re: [linuxtools-dev] remote Valgrind

2011-07-15 Thread Corey Ashford
On 07/15/2011 01:06 PM, Jeff Johnston wrote: > Hi Corey, > > Yes I have seen that bug. It goes away IIRC and I thought I had checked > in a simple patch to verify > that the offending line doesn't try to access a null object, but > apparently I did not. > > I got the remote Valgrind stuff workin