|
From: Sérgio D. J. <ser...@li...> - 2008-10-15 18:41:45
|
Hello Bart, On Wed, 2008-10-15 at 19:40 +0200, Bart Van Assche wrote: > On Wed, Oct 15, 2008 at 3:42 PM, Sérgio Durigan Júnior > <ser...@li...> wrote: > > 1) If we could ask GCC guys to generate debugging information telling > > where each inline function is, would that help Valgrind to intercept the > > calls? > > A possible alternative is to make sure that none of the > synchronization primitives in libgomp is declared inline, and to ask > Valgrind users to install the libgomp debuginfo package. IMHO this is not really an alternative. Actually I think that the more multithreading applications evolve, the more we'll see things like inlining primitive functions. Also, I don't think that GCC guys will ever accept a request to take off the inline :-) Regards, -- Sérgio Durigan Júnior Linux on Power Toolchain - Software Engineer Linux Technology Center - LTC IBM Brazil |