auto instrument all volatile memory accesses using GCC?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Does GCC support the automatic instrumentation of volatile
memory accesses?  

I am interested in implementing a replay debugger for pthread
programs based on Netzer's optimal algorithm for shared memory
parallel programs.  This requires that each shared memory
access is instrumented to detect a special kind of race
condition (which is then traced to a logfile for use during
replay).  

I am assuming that all pthread shared memory variables are
tagged as volatile.

Thanks for your time,
Peter Huerter.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux