|
From: mucki <mic...@hl...> - 2005-01-26 12:03:23
|
Hi! I am having difficulties using the automatic db attach feature in a multithreaded program. Valgrind asks me to attach the debugger, but the other threads seem to continue running in the background, producing new error messages. Needless to say, that my program doesn't work at all as expected if just one thread is suspended. Could you add a flag so that valgrind suspends all threads from continuing, while the program waits for user input/tries to start gdb ? regards, mucki |