|
From: Philippe W. <phi...@sk...> - 2013-06-12 19:59:41
|
On Wed, 2013-06-12 at 11:08 +0200, Julian Seward wrote: > I would be happy to make stabs reading work in the new framework; it's > probably pretty easy. My concern mostly is to have a way to check I > didn't break anything. I suppose one option is to build something with > gcc-4.7 -gstabs and check that the old and new readers produce the same > debugging output. > > Better suggestions, and/or offers to test it properly, gratefully received. Build valgrind (or at least its regression tests) with -gstabs, make regtest and see if same nr of success before and after the change ? |