I'm using Valgrind to find buffer overflows in a program and I need to attach a debugger when a certain function causes one. I can do that, but I don't want to use gdb from the console. Valgrind lets me specify a command to attach any debugger. What I'd like to do is attach gdb through an IDE, preferably Eclipse.
Any ideas?
PS: Oh, and I've already tried Linux Tools with Eclipse. It doesn't let me stop the program and start the debugger.