Remote debugging using LinuxTools' Valgrind profiler in Eclipse -


I have a program that I want to run through the remote device Valgrind Profiler using Valgrind.

I usually debug remotely on a headless server (which has special hardware, so it must be done remotely on that machine) using RSE, which works fine my machine And the targets are both Linux machines.

Now I am trying to work through Eclipse using the Valgrind Linux Tools plugin. I have Valgrind 3.10 installed on the remote target machine, and I can run it manually (outside of Eclipse):

Remote: valgrind - vgdb = full --vgdb-error = 0 / path / To locally, connect to GDB with target remote host: / app --args

  vgdb --port = 2345 --pid = XXXX  

2345 . .

However, to demonstrate how I can achieve the "Valgrind (eclipse)" Eclipse Tooling, "RemoteTools" setup is shown here: .

When I type in "to:" executable which starts with "rse: /", I [Valgrind Options]: Get the error in the setting settings window window at the top corner: Valgrind version could not be determined What should I write here to get a working remote valgrind connection?


Comments