On Tue, Mar 16, 2010 at 06:22:14AM +0100, Wojciech A. Koszek wrote:
 > You mean that you have a solution for:
 > 
 >      struct mystruct {
 >      #ifdef DEBUG_MYSTRUCT
 >              int      line;
 >              char    *file;
 >              char    *func;
 >              void    *another_pointer;
 >      #endif
 >              ...
 >      };

After a fashion. Check how our LOCKDEBUG works. :-/

-- 
David A. Holland
[email protected]

Reply via email to