Audit Use of Global Variables in C++ Shared Object (GCC Warning?)

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

 



Hi All,

I'm interested in finding references to global variables in a compilation unit.

I've found "nm [-D] ..." is helpful for archives and shared objects,
but its only useful if combined with grep and variable naming
conventions. For example, if naming conventions are punned, then "nm
-D mycoollib | grep g_" is useless.

 Does gcc have such a warning? Does anyone have tricks for auditing
the use of globals?

Jeff


[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