|
From: Bob K. <Bo...@ri...> - 2014-04-07 20:26:42
|
Hello valgrind-users, We are currently using valgrind at work by putting the debug symbols onto the appliance at test time and running our process under valgrind. The log output contains the correct stack trace as expected. Setting up the appliance for this kind of testing is non-trivial, especially getting the debug symbols in place. Is it possible to run valgrind *without* the debug symbols available and then take the valgrind log output, the .map, and the debug symbols to get a full stack trace? That would simplify our testing greatly. Thanks, Bob |